Uses of Class
com.aerospike.client.cluster.Node

Packages that use Node
com.aerospike.client   
com.aerospike.client.async   
 

Uses of Node in com.aerospike.client
 

Methods in com.aerospike.client that return Node
 Node[] AerospikeClient.getNodes()
          Return array of active server nodes in the cluster.
 

Methods in com.aerospike.client with parameters of type Node
static String Info.request(Node node, String name)
          Get one info value by name from the specified database server node.
 void AerospikeClient.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.
 

Uses of Node in com.aerospike.client.async
 

Subclasses of Node in com.aerospike.client.async
 class AsyncNode
          Asynchronous server node representation.
 



Copyright © 2012–2014 Aerospike, Inc. All rights reserved.