Uses of Class
com.couchbase.client.dcp.core.config.NodeInfo
Packages that use NodeInfo
-
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.getKvNodes()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
Fields in com.couchbase.client.dcp.core.config declared as NodeInfoMethods in com.couchbase.client.dcp.core.config that return NodeInfoModifier and TypeMethodDescriptionCouchbaseBucketConfig.nodeAtIndex(int nodeIndex) Deprecated.NodeInfo.withMissingInfoFrom(NodeInfo other) Methods in com.couchbase.client.dcp.core.config that return types with arguments of type NodeInfoModifier and TypeMethodDescriptionPartitionInfo.active()PartitionMap.active(int partition) Returns info about the node hosting the active instance of the given partition (vBucket), or empty if the active is not currently available or there is no such partition.PartitionInfo.availableReplicas()PartitionMap.availableReplicas(int partition) Returns info about the nodes hosting replica instances of the given partition (vBucket), or empty if no replicas are currently available or there is no such partition.ClusterConfig.nodes()CouchbaseBucketConfig.nodes()static Map<NetworkResolution,NodeInfo> NodeInfoParser.parse(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode json, PortSelector portSelector) Parses one element of the "nodesExt" array.Methods in com.couchbase.client.dcp.core.config with parameters of type NodeInfoMethod parameters in com.couchbase.client.dcp.core.config with type arguments of type NodeInfoModifier and TypeMethodDescriptionstatic PartitionInfoNetworkSelector.AutoNetworkSelector.selectNetwork(List<Map<NetworkResolution, NodeInfo>> nodes) NetworkSelector.selectNetwork(List<Map<NetworkResolution, NodeInfo>> nodes) Constructors in com.couchbase.client.dcp.core.config with parameters of type NodeInfoModifierConstructorDescriptionConstructor parameters in com.couchbase.client.dcp.core.config with type arguments of type NodeInfoModifierConstructorDescriptionClusterConfig(ConfigRevision revision, List<NodeInfo> nodes, Set<ClusterCapability> capabilities, NetworkResolution network)