- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for clusterName (0.05 seconds)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
T build(R response, H hit); } /** * Sets the name of the search engine cluster. * * @param clusterName the cluster name */ public void setClusterName(final String clusterName) { this.clusterName = clusterName; } /** * Gets information about the search engine. * * @return the engine information
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 138.6K bytes - Click Count (1) -
cmd/admin-handlers.go
ci.UsedCapacity = dataUsageInfo.ObjectsTotalSize ci.Info.NoOfBuckets = dataUsageInfo.BucketsCount ci.Info.NoOfObjects = dataUsageInfo.ObjectsTotalCount ci.DeploymentID = globalDeploymentID() ci.ClusterName = fmt.Sprintf("%d-servers-%d-disks-%s", ci.Info.NoOfServers, ci.Info.NoOfDrives, ci.Info.MinioVersion) select { case resultCh <- ci: case <-ctx.Done(): return } }() select {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 99.7K bytes - Click Count (0)