- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 15 for BOOL (0.02 sec)
-
cmd/site-replication.go
) // PeerSiteInfo is a wrapper struct around madmin.PeerSite with extra info on site status type PeerSiteInfo struct { madmin.PeerSite self bool DeploymentID string Replicated bool // true if already participating in site replication Empty bool // true if cluster has no buckets } // getSiteStatuses gathers more info on the sites being added
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (0) -
cmd/admin-handlers.go
SRDeleteOp: getSRBucketDeleteOp(globalSiteReplicationSys.isEnabled()), }) } func validateObjPerfOptions(ctx context.Context, storageInfo madmin.StorageInfo, concurrent int, size int, autotune bool) (bool, bool, string) { capacityNeeded := uint64(concurrent * size) capacity := GetTotalUsableCapacityFree(storageInfo.Disks, storageInfo) if capacity < capacityNeeded {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) -
cmd/bucket-replication.go
// validateReplicationDestination uses this to configure the validation. type validateReplicationDestinationOptions struct { CheckRemoteBucket bool CheckReady bool checkReadyErr sync.Map } func getCRCMeta(oi ObjectInfo, partNum int, h http.Header) (cs map[string]string, isMP bool) { meta := make(map[string]string) cs, isMP = oi.decryptChecksums(partNum, h) for k, v := range cs {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118K bytes - Viewed (0) -
cmd/metrics-v2.go
dependGlobalObjectAPI bool dependGlobalAuthNPlugin bool dependGlobalSiteReplicationSys bool dependGlobalNotificationSys bool dependGlobalKMS bool bucketOnly bool dependGlobalLambdaTargetList bool dependGlobalIAMSys bool dependGlobalLockServer bool dependGlobalIsDistErasure bool dependGlobalBackgroundHealState bool
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 133.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsDataConfigCQ.java
} public void bool(BoolCall<DataConfigCQ> boolLambda) { bool(boolLambda, null); } public void bool(BoolCall<DataConfigCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) { DataConfigCQ mustQuery = new DataConfigCQ(); DataConfigCQ shouldQuery = new DataConfigCQ(); DataConfigCQ mustNotQuery = new DataConfigCQ();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 108.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsScheduledJobCQ.java
} public void bool(BoolCall<ScheduledJobCQ> boolLambda) { bool(boolLambda, null); } public void bool(BoolCall<ScheduledJobCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) { ScheduledJobCQ mustQuery = new ScheduledJobCQ(); ScheduledJobCQ shouldQuery = new ScheduledJobCQ(); ScheduledJobCQ mustNotQuery = new ScheduledJobCQ();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 98.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsSearchLogCQ.java
} public void bool(BoolCall<SearchLogCQ> boolLambda) { bool(boolLambda, null); } public void bool(BoolCall<SearchLogCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) { SearchLogCQ mustQuery = new SearchLogCQ(); SearchLogCQ shouldQuery = new SearchLogCQ(); SearchLogCQ mustNotQuery = new SearchLogCQ(); SearchLogCQ filterQuery = new SearchLogCQ();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 145.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java
} public void bool(BoolCall<WebConfigCQ> boolLambda) { bool(boolLambda, null); } public void bool(BoolCall<WebConfigCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) { WebConfigCQ mustQuery = new WebConfigCQ(); WebConfigCQ shouldQuery = new WebConfigCQ(); WebConfigCQ mustNotQuery = new WebConfigCQ(); WebConfigCQ filterQuery = new WebConfigCQ();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 172.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsFileConfigCQ.java
} public void bool(BoolCall<FileConfigCQ> boolLambda) { bool(boolLambda, null); } public void bool(BoolCall<FileConfigCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) { FileConfigCQ mustQuery = new FileConfigCQ(); FileConfigCQ shouldQuery = new FileConfigCQ(); FileConfigCQ mustNotQuery = new FileConfigCQ();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 165.3K bytes - Viewed (0) -
cmd/sts-handlers_test.go
Policies: []string{policy}, User: accessKey, }) if err != nil { c.Fatalf("Unable to attach policy: %v", err) } cases := []struct { tokenType string fullRevoke bool selfRevoke bool }{ {"", true, false}, // Case 1 {"", true, true}, // Case 2 {"type-1", false, false}, // Case 3 {"type-2", false, true}, // Case 4
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 100.2K bytes - Viewed (1)