Uses of Package
com.aerospike.client

Packages that use com.aerospike.client
com.aerospike.client   
com.aerospike.client.async   
com.aerospike.client.cluster   
com.aerospike.client.large   
com.aerospike.client.listener   
com.aerospike.client.query   
com.aerospike.client.task   
 

Classes in com.aerospike.client used by com.aerospike.client
AerospikeException
          Aerospike exceptions that can be thrown from the client.
AerospikeException.Serialize
          Exception thrown when Java serialization error occurs.
Bin
          Column name/value pair.
Host
          Host name/port of database server.
Info.NameValueParser
          Parser for responses in name/value pair format:
Key
          Unique record identifier.
Language
          User defined function languages.
Log.Callback
          An object implementing this interface may be passed in to setCallback(), so the caller can channel Aerospike client logs as desired.
Log.Level
          Log escalation level.
Operation
          Database operation definition.
Operation.Type
           
Record
          Container object for records.
ScanCallback
          An object implementing this interface is passed in scan() calls, so the caller can be notified with scan results.
Value
          Polymorphic value classes used to efficiently serialize objects into the wire protocol.
 

Classes in com.aerospike.client used by com.aerospike.client.async
AerospikeClient
          Instantiate an AerospikeClient object to access an Aerospike database cluster and perform database operations.
AerospikeException
          Aerospike exceptions that can be thrown from the client.
AerospikeException.Connection
          Exception thrown when client can't connect to the server.
Bin
          Column name/value pair.
Host
          Host name/port of database server.
Key
          Unique record identifier.
Operation
          Database operation definition.
 

Classes in com.aerospike.client used by com.aerospike.client.cluster
AerospikeException.Connection
          Exception thrown when client can't connect to the server.
Host
          Host name/port of database server.
 

Classes in com.aerospike.client used by com.aerospike.client.large
AerospikeClient
          Instantiate an AerospikeClient object to access an Aerospike database cluster and perform database operations.
AerospikeException
          Aerospike exceptions that can be thrown from the client.
Key
          Unique record identifier.
Value
          Polymorphic value classes used to efficiently serialize objects into the wire protocol.
 

Classes in com.aerospike.client used by com.aerospike.client.listener
AerospikeException
          Aerospike exceptions that can be thrown from the client.
Key
          Unique record identifier.
Record
          Container object for records.
 

Classes in com.aerospike.client used by com.aerospike.client.query
AerospikeException
          Aerospike exceptions that can be thrown from the client.
Key
          Unique record identifier.
Record
          Container object for records.
Value
          Polymorphic value classes used to efficiently serialize objects into the wire protocol.
 

Classes in com.aerospike.client used by com.aerospike.client.task
AerospikeException
          Aerospike exceptions that can be thrown from the client.
 



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