Uses of Class
com.aerospike.client.policy.ClientPolicy
Packages that use ClientPolicy
-
Uses of ClientPolicy in com.aerospike.client
Constructors in com.aerospike.client with parameters of type ClientPolicyModifierConstructorDescriptionAerospikeClient(ClientPolicy policy, Host... hosts) Initialize Aerospike client with suitable hosts to seed the cluster map.AerospikeClient(ClientPolicy policy, String hostname, int port) Initialize Aerospike client. -
Uses of ClientPolicy in com.aerospike.client.policy
Constructors in com.aerospike.client.policy with parameters of type ClientPolicyModifierConstructorDescriptionClientPolicy(ClientPolicy other) Copy client policy from another client policy.