Uses of Class
com.aerospike.client.async.MaxCommandAction

Packages that use MaxCommandAction
com.aerospike.client.async   
 

Uses of MaxCommandAction in com.aerospike.client.async
 

Fields in com.aerospike.client.async declared as MaxCommandAction
 MaxCommandAction AsyncClientPolicy.asyncMaxCommandAction
          How to handle cases when the asynchronous maximum number of concurrent connections have been reached.
 

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