Uses of Interface
com.couchbase.client.dcp.core.config.NodeInfo
Packages that use NodeInfo
Package
Description
-
Uses of NodeInfo in com.couchbase.client.dcp.buffer
Methods in com.couchbase.client.dcp.buffer that return types with arguments of type NodeInfoModifier and TypeMethodDescriptionDcpBucketConfig.getDataNodes()Returns an unmodifiable list containing only those nodes that are running the KV service.DcpBucketConfig.nodes()Methods in com.couchbase.client.dcp.buffer with parameters of type NodeInfo -
Uses of NodeInfo in com.couchbase.client.dcp.core.config
Classes in com.couchbase.client.dcp.core.config that implement NodeInfoMethods in com.couchbase.client.dcp.core.config that return NodeInfoModifier and TypeMethodDescriptionCouchbaseBucketConfig.nodeAtIndex(int nodeIndex) Returns information for the node at the given index.DefaultCouchbaseBucketConfig.nodeAtIndex(int nodeIndex) Methods in com.couchbase.client.dcp.core.config that return types with arguments of type NodeInfoModifier and TypeMethodDescriptionAbstractBucketConfig.nodes()BucketConfig.nodes()The list of nodes associated with this bucket.Constructor parameters in com.couchbase.client.dcp.core.config with type arguments of type NodeInfoModifierConstructorDescriptionprotectedAbstractBucketConfig(String uuid, String name, BucketNodeLocator locator, String uri, String streamingUri, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, String origin) DefaultCouchbaseBucketConfig(long rev, long revEpoch, String uuid, String name, String uri, String streamingUri, CouchbasePartitionInfo partitionInfo, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, String origin) Creates a newCouchbaseBucketConfig. -
Uses of NodeInfo in com.couchbase.client.dcp.core.node
Methods in com.couchbase.client.dcp.core.node with parameters of type NodeInfo