Uses of Class
com.aerospike.client.cluster.Node
Packages that use Node
Package
Description
-
Uses of Node in com.aerospike.client
Methods in com.aerospike.client that return NodeModifier and TypeMethodDescriptionfinal NodeReturn node given its name.final NodeAerospikeException.getNode()Get last node used.Return node given its name.final Node[]AerospikeClient.getNodes()Return array of active server nodes in the cluster.Node[]IAerospikeClient.getNodes()Return array of active server nodes in the cluster.Methods in com.aerospike.client with parameters of type NodeModifier and TypeMethodDescriptionfinal voidAerospikeClient.info(EventLoop eventLoop, InfoListener listener, InfoPolicy policy, Node node, String... commands) Asynchronously make info commands.voidIAerospikeClient.info(EventLoop eventLoop, InfoListener listener, InfoPolicy policy, Node node, String... commands) Asynchronously make info commands.final ResultSetAerospikeClient.queryAggregateNode(QueryPolicy policy, Statement statement, Node node) Execute query on a single server node, apply statement's aggregation function, and return result iterator.IAerospikeClient.queryAggregateNode(QueryPolicy policy, Statement statement, Node node) Execute query on a single server node, apply statement's aggregation function, and return result iterator.final RecordSetAerospikeClient.queryNode(QueryPolicy policy, Statement statement, Node node) Execute query on a single server node and return record iterator.IAerospikeClient.queryNode(QueryPolicy policy, Statement statement, Node node) Execute query on a single server node and return record iterator.static StringGet one info value by name from the specified database server node.Info.request(InfoPolicy policy, Node node) Get default info values from the specified database server node.static StringInfo.request(InfoPolicy policy, Node node, String name) Get one info value by name from the specified database server node.Info.request(InfoPolicy policy, Node node, String... names) Get many info values by name from the specified database server node.final voidAerospikeClient.scanNode(ScanPolicy policy, Node node, String namespace, String setName, ScanCallback callback, String... binNames) Read all records in specified namespace and set for one node only.voidIAerospikeClient.scanNode(ScanPolicy policy, Node node, String namespace, String setName, ScanCallback callback, String... binNames) Read all records in specified namespace and set for one node only.final voidSet last node used.Constructors in com.aerospike.client with parameters of type Node -
Uses of Node in com.aerospike.client.async
Methods in com.aerospike.client.async with parameters of type NodeModifier and TypeMethodDescriptioncom.aerospike.client.async.AsyncConnectorEventLoop.createConnector(com.aerospike.client.cluster.Cluster cluster, Node node, com.aerospike.client.async.AsyncConnector.Listener listener) Create async connector command.com.aerospike.client.async.AsyncConnectorNettyEventLoop.createConnector(com.aerospike.client.cluster.Cluster cluster, Node node, com.aerospike.client.async.AsyncConnector.Listener listener) Create async connector command.com.aerospike.client.async.AsyncConnectorNioEventLoop.createConnector(com.aerospike.client.cluster.Cluster cluster, Node node, com.aerospike.client.async.AsyncConnector.Listener listener) Create async connector command.voidAsyncIndexTask.queryStatus(EventLoop eventLoop, InfoPolicy policy, Node node, TaskStatusListener listener) Asynchronously query node for task completion status. -
Uses of Node in com.aerospike.client.cluster
Fields in com.aerospike.client.cluster declared as NodeModifier and TypeFieldDescriptionfinal NodeNodeStats.nodeNode for which statistics are generated.Constructors in com.aerospike.client.cluster with parameters of type Node -
Uses of Node in com.aerospike.client.metrics
Methods in com.aerospike.client.metrics with parameters of type NodeModifier and TypeMethodDescriptionvoidMetricsListener.onNodeClose(Node node) A node is being dropped from the cluster.voidMetricsWriter.onNodeClose(Node node) Write final node metrics snapshot on node that will be closed.