Uses of Class
com.couchbase.client.java.manager.bucket.StorageBackend
-
Packages that use StorageBackend Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of StorageBackend in com.couchbase.client.java.manager.bucket
Fields in com.couchbase.client.java.manager.bucket declared as StorageBackend Modifier and Type Field Description static StorageBackend
StorageBackend. COUCHSTORE
static StorageBackend
StorageBackend. MAGMA
Methods in com.couchbase.client.java.manager.bucket that return StorageBackend Modifier and Type Method Description static StorageBackend
StorageBackend. of(String alias)
StorageBackend
BucketSettings. storageBackend()
Methods in com.couchbase.client.java.manager.bucket with parameters of type StorageBackend Modifier and Type Method Description BucketSettings
BucketSettings. storageBackend(StorageBackend storageBackend)
Constructors in com.couchbase.client.java.manager.bucket with parameters of type StorageBackend Constructor Description BucketSettings(String name, Map<String,String> controllers, Map<String,Long> quota, int numReplicas, boolean replicaIndex, int maxTTL, CompressionMode compressionMode, BucketType bucketType, ConflictResolutionType conflictResolutionType, EvictionPolicyType evictionPolicy, String durabilityMinLevel, StorageBackend storageBackend)
-