Uses of Class
com.couchbase.client.core.config.NodeInfo
Packages that use NodeInfo
-
Uses of NodeInfo in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return NodeInfoModifier and TypeMethodDescriptionCouchbaseBucketConfig.nodeAtIndex
(int nodeIndex) MemcachedBucketConfig.nodeForKey
(byte[] id) Methods in com.couchbase.client.core.config that return types with arguments of type NodeInfoModifier and TypeMethodDescriptionstatic KetamaRing<NodeInfo>
KetamaRing.create
(List<NodeInfo> nodes, MemcachedHashingStrategy strategy) MemcachedBucketConfig.ketamaNodes()
Deprecated.AbstractBucketConfig.nodes()
BucketConfig.nodes()
The list of nodes associated with this bucket.Method parameters in com.couchbase.client.core.config with type arguments of type NodeInfoModifier and TypeMethodDescriptionstatic KetamaRing<NodeInfo>
KetamaRing.create
(List<NodeInfo> nodes, MemcachedHashingStrategy strategy) Constructor parameters in com.couchbase.client.core.config with type arguments of type NodeInfoModifierConstructorDescriptionprotected
AbstractBucketConfig
(String uuid, String name, BucketNodeLocator locator, String uri, String streamingUri, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, String origin, Map<String, Set<ClusterCapabilities>> clusterCapabilities, long rev, long revEpoch) CouchbaseBucketConfig
(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) Creates a newCouchbaseBucketConfig
.MemcachedBucketConfig
(CoreEnvironment env, long rev, long revEpoch, String uuid, String name, String uri, String streamingUri, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, Map<String, Set<ClusterCapabilities>> clusterCapabilities, String origin) Creates a newMemcachedBucketConfig
. -
Uses of NodeInfo in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node with parameters of type NodeInfoModifier and TypeMethodDescriptionThe hash for each node based on the node information and repetition.
MemcachedBucketConfig.nodeForKey(byte[])
for Ketama lookups instead.