Uses of Class
com.aerospike.client.AerospikeClient

Packages that use AerospikeClient
com.aerospike.client.async   
com.aerospike.client.large   
 

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 com.aerospike.client.large
 

Constructors in com.aerospike.client.large with parameters of type AerospikeClient
LargeList(AerospikeClient client, Policy policy, Key key, String binName, String userModule)
          Initialize large list operator.
LargeMap(AerospikeClient client, Policy policy, Key key, String binName, String userModule)
          Initialize large map operator.
LargeSet(AerospikeClient client, Policy policy, Key key, String binName, String userModule)
          Initialize large set operator.
LargeStack(AerospikeClient client, Policy policy, Key key, String binName, String userModule)
          Initialize large stack operator.
 



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