Uses of Enum
com.couchbase.client.core.config.BucketType
Package
Description
-
Uses of BucketType in com.couchbase.client.core.classic.manager
ModifierConstructorDescriptionCoreBucketSettingsJson
(String name, Map<String, String> controllers, Map<String, Long> quota, int numReplicas, boolean replicaIndex, int maxTTL, CoreCompressionMode compressionMode, BucketType bucketType, CoreConflictResolutionType conflictResolutionType, CoreEvictionPolicyType evictionPolicy, String durabilityMinLevel, CoreStorageBackend storageBackend, Boolean historyRetentionCollectionDefault, Long historyRetentionBytes, Long historyRetentionDurationSeconds) -
Uses of BucketType in com.couchbase.client.core.config
Modifier and TypeMethodDescriptionBucketConfig.type()
Deprecated.The bucket type.CouchbaseBucketConfig.type()
Deprecated.MemcachedBucketConfig.type()
Deprecated.static BucketType
Returns the enum constant of this type with the specified name.static BucketType[]
BucketType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCouchbaseBucketConfig
(long rev, long revEpoch, String uuid, String name, String uri, String streamingUri, PartitionInfo partitionInfo, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, Map<String, Set<ClusterCapabilities>> clusterCapabilities, BucketType bucketType, String origin) Deprecated.Creates a newCouchbaseBucketConfig
. -
Uses of BucketType in com.couchbase.client.core.manager.bucket