Uses of Class
com.aerospike.client.policy.Policy
Packages that use Policy
-
Uses of Policy in com.aerospike.client
Fields in com.aerospike.client declared as PolicyModifier and TypeFieldDescriptionfinal PolicyAerospikeClient.readPolicyDefaultDefault read policy that is used when read command policy is null.Methods in com.aerospike.client that return PolicyModifier and TypeMethodDescriptionfinal PolicyAerospikeClient.copyReadPolicyDefault()Copy read policy default.IAerospikeClient.copyReadPolicyDefault()Copy read policy default.final PolicyAerospikeException.getPolicy()Get command policy.final PolicyAerospikeClient.getReadPolicyDefault()Return read policy default.IAerospikeClient.getReadPolicyDefault()Return read policy default.Methods in com.aerospike.client with parameters of type PolicyModifier and TypeMethodDescriptionfinal voidAerospikeClient.createIndex(EventLoop eventLoop, IndexListener listener, Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Asynchronously create complex secondary index to be used on bins containing collections.final IndexTaskAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType) Create scalar secondary index.final IndexTaskAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Create complex secondary index to be used on bins containing collections.voidIAerospikeClient.createIndex(EventLoop eventLoop, IndexListener listener, Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Asynchronously create complex secondary index to be used on bins containing collections.IAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType) Create scalar secondary index.IAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Create complex secondary index to be used on bins containing collections.final voidAerospikeClient.dropIndex(EventLoop eventLoop, IndexListener listener, Policy policy, String namespace, String setName, String indexName) Asynchronously delete secondary index.final IndexTaskDelete secondary index.voidIAerospikeClient.dropIndex(EventLoop eventLoop, IndexListener listener, Policy policy, String namespace, String setName, String indexName) Asynchronously delete secondary index.Delete secondary index.final voidAerospikeClient.exists(EventLoop eventLoop, ExistsListener listener, Policy policy, Key key) Asynchronously determine if a record key exists.final booleanDetermine if a record key exists.voidIAerospikeClient.exists(EventLoop eventLoop, ExistsListener listener, Policy policy, Key key) Asynchronously determine if a record key exists.booleanDetermine if a record key exists.final voidAerospikeClient.get(EventLoop eventLoop, RecordListener listener, Policy policy, Key key) Asynchronously read entire record for specified key.final voidAerospikeClient.get(EventLoop eventLoop, RecordListener listener, Policy policy, Key key, String... binNames) Asynchronously read record header and bins for specified key.final RecordRead entire record for specified key.final RecordRead record header and bins for specified key.voidIAerospikeClient.get(EventLoop eventLoop, RecordListener listener, Policy policy, Key key) Asynchronously read entire record for specified key.voidIAerospikeClient.get(EventLoop eventLoop, RecordListener listener, Policy policy, Key key, String... binNames) Asynchronously read record header and bins for specified key.Read entire record for specified key.Read record header and bins for specified key.final voidAerospikeClient.getHeader(EventLoop eventLoop, RecordListener listener, Policy policy, Key key) Asynchronously read record generation and expiration only for specified key.final RecordRead record generation and expiration only for specified key.voidIAerospikeClient.getHeader(EventLoop eventLoop, RecordListener listener, Policy policy, Key key) Asynchronously read record generation and expiration only for specified key.Read record generation and expiration only for specified key.final RegisterTaskAerospikeClient.register(Policy policy, ClassLoader resourceLoader, String resourcePath, String serverPath, Language language) Register package located in a resource containing user defined functions with server.final RegisterTaskRegister package located in a file containing user defined functions with server.IAerospikeClient.register(Policy policy, ClassLoader resourceLoader, String resourcePath, String serverPath, Language language) Register package located in a resource containing user defined functions with server.Register package located in a file containing user defined functions with server.final RegisterTaskAerospikeClient.registerUdfString(Policy policy, String code, String serverPath, Language language) Register UDF functions located in a code string with server.IAerospikeClient.registerUdfString(Policy policy, String code, String serverPath, Language language) Register UDF functions located in a code string with server.final voidSet command policy.intReturn wire protocol size.intReturn wire protocol size.intReturn wire protocol size.intReturn wire protocol size.intReturn wire protocol size.Constructors in com.aerospike.client with parameters of type Policy -
Uses of Policy in com.aerospike.client.policy
Subclasses of Policy in com.aerospike.client.policyModifier and TypeClassDescriptionclassBatch parent policy.classContainer object for policy attributes used in query operations.final classContainer object for optional parameters used in scan operations.classMulti-record transaction (MRT) policy fields used to batch roll forward/backward records on commit or abort.classMulti-record transaction (MRT) policy fields used to batch verify record versions on commit.final classContainer object for policy attributes used in write operations.Fields in com.aerospike.client.policy declared as PolicyModifier and TypeFieldDescriptionClientPolicy.readPolicyDefaultDefault read policy that is used when read command's policy is null.Methods in com.aerospike.client.policy with parameters of type PolicyModifier and TypeMethodDescriptionvoidClientPolicy.setReadPolicyDefault(Policy readPolicyDefault) Constructors in com.aerospike.client.policy with parameters of type PolicyModifierConstructorDescriptionBatchPolicy(Policy other) Copy batch policy from another policy.InfoPolicy(Policy other) Copy timeout from generic Policy to InfoPolicy.Copy policy from another policy.QueryPolicy(Policy other) Copy query policy from another policy.ScanPolicy(Policy other) Copy scan policy from another policy.WritePolicy(Policy other) Copy write policy from another policy. -
Uses of Policy in com.aerospike.client.task
Constructors in com.aerospike.client.task with parameters of type PolicyModifierConstructorDescriptionExecuteTask(com.aerospike.client.cluster.Cluster cluster, Policy policy, long taskId, boolean isScan) Initialize task with fields needed to query server nodes.ExecuteTask(com.aerospike.client.cluster.Cluster cluster, Policy policy, Statement statement, long taskId) Initialize task with fields needed to query server nodes.IndexTask(com.aerospike.client.cluster.Cluster cluster, Policy policy, String namespace, String indexName, boolean isCreate) Initialize task with fields needed to query server nodes.RegisterTask(com.aerospike.client.cluster.Cluster cluster, Policy policy, String packageName) Initialize task with fields needed to query server nodes.Initialize task with fields needed to query server nodes.