Uses of Class
com.couchbase.client.java.manager.bucket.BucketSettings
-
Packages that use BucketSettings Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of BucketSettings in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return BucketSettings Modifier and Type Method Description BucketSettings
BucketSettings. authType(AuthType authType)
BucketSettings
BucketSettings. bucketType(BucketType bucketType)
BucketSettings
BucketSettings. compressionMode(CompressionMode compressionMode)
BucketSettings
BucketSettings. conflictResolutionType(ConflictResolutionType conflictResolutionType)
static BucketSettings
BucketSettings. create(String name)
BucketSettings
BucketSettings. evictionPolicy(EvictionPolicy evictionPolicy)
BucketSettings
BucketSettings. flushEnabled(boolean flushEnabled)
BucketSettings
BucketManager. get(String bucketName)
BucketSettings
BucketManager. get(String bucketName, GetBucketOptions options)
BucketSettings
BucketSettings. maxTTL(int maxTTL)
BucketSettings
BucketSettings. numReplicas(int numReplicas)
BucketSettings
BucketSettings. proxyPort(int proxyPort)
BucketSettings
BucketSettings. ramQuotaMB(long ramQuotaMB)
BucketSettings
BucketSettings. replicaIndexes(boolean replicaIndexes)
BucketSettings
BucketSettings. saslPassword(String saslPassword)
Methods in com.couchbase.client.java.manager.bucket that return types with arguments of type BucketSettings Modifier and Type Method Description CompletableFuture<BucketSettings>
AsyncBucketManager. get(String bucketName)
CompletableFuture<BucketSettings>
AsyncBucketManager. get(String bucketName, GetBucketOptions options)
CompletableFuture<Map<String,BucketSettings>>
AsyncBucketManager. getAll()
CompletableFuture<Map<String,BucketSettings>>
AsyncBucketManager. getAll(GetAllBucketOptions options)
Map<String,BucketSettings>
BucketManager. getAll()
Map<String,BucketSettings>
BucketManager. getAll(GetAllBucketOptions options)
Methods in com.couchbase.client.java.manager.bucket with parameters of type BucketSettings Modifier and Type Method Description CompletableFuture<Void>
AsyncBucketManager. create(BucketSettings settings)
CompletableFuture<Void>
AsyncBucketManager. create(BucketSettings settings, CreateBucketOptions options)
void
BucketManager. create(BucketSettings settings)
void
BucketManager. create(BucketSettings settings, CreateBucketOptions options)
CompletableFuture<Void>
AsyncBucketManager. upsert(BucketSettings settings)
CompletableFuture<Void>
AsyncBucketManager. upsert(BucketSettings settings, UpsertBucketOptions options)
void
BucketManager. upsert(BucketSettings settings)
void
BucketManager. upsert(BucketSettings settings, UpsertBucketOptions options)
-