Uses of Class
com.aerospike.client.AerospikeClient

Packages that use AerospikeClient
com.aerospike.client   
com.aerospike.client.async   
net.citrusleaf   
 

Uses of AerospikeClient in com.aerospike.client
 

Constructors in com.aerospike.client with parameters of type AerospikeClient
LargeSet(AerospikeClient client, Policy policy, Key key, java.lang.String binName)
          Initialize large set operator.
LargeStack(AerospikeClient client, Policy policy, Key key, java.lang.String binName)
          Initialize large stack operator.
 

Uses of AerospikeClient in com.aerospike.client.async
 

Subclasses of AerospikeClient in com.aerospike.client.async
 class AsyncClient
          Asynchronous Aerospike client.
 

Uses of AerospikeClient in net.citrusleaf
 

Subclasses of AerospikeClient in net.citrusleaf
 class CitrusleafClient
          Legacy compatibility Layer.