Uses of Enum
com.couchbase.client.core.config.BucketType
Packages that use BucketType
Package
Description
-
Uses of BucketType in com.couchbase.client.core.classic.manager
Methods in com.couchbase.client.core.classic.manager that return BucketTypeConstructors in com.couchbase.client.core.classic.manager with parameters of type BucketTypeModifierConstructorDescriptionCoreBucketSettingsJson(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
Methods in com.couchbase.client.core.config that return BucketTypeModifier and TypeMethodDescriptionBucketConfig.type()Deprecated.The bucket type.CouchbaseBucketConfig.type()Deprecated.MemcachedBucketConfig.type()Deprecated.static BucketTypeReturns 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.Constructors in com.couchbase.client.core.config with parameters of type BucketTypeModifierConstructorDescriptionCouchbaseBucketConfig(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
Methods in com.couchbase.client.core.manager.bucket that return BucketType