Uses of Class
com.aerospike.client.Operation.Type

Packages that use Operation.Type
com.aerospike.client   
 

Uses of Operation.Type in com.aerospike.client
 

Fields in com.aerospike.client declared as Operation.Type
 Operation.Type Operation.type
          Type of operation.
 

Methods in com.aerospike.client that return Operation.Type
static Operation.Type Operation.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Operation.Type[] Operation.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.