Uses of Class
com.aerospike.client.policy.Priority

Packages that use Priority
com.aerospike.client.policy   
 

Uses of Priority in com.aerospike.client.policy
 

Fields in com.aerospike.client.policy declared as Priority
 Priority Policy.priority
          Priority of request relative to other transactions.
 

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