A B C D E F G H I K L M N O P Q R S T U V W 

E

ELEMENT_EXISTS - Static variable in class com.aerospike.client.ResultCode
Map element exists in CREATE_ONLY write mode.
ELEMENT_NOT_FOUND - Static variable in class com.aerospike.client.ResultCode
Map element not found in UPDATE_ONLY write mode.
encryptOnly - Variable in class com.aerospike.client.policy.TlsPolicy
Encrypt data on TLS socket only.
END - Static variable in class com.aerospike.client.query.RecordSet
 
END - Static variable in class com.aerospike.client.query.ResultSet
 
equal(String, long) - Static method in class com.aerospike.client.query.Filter
Create long equality filter for query.
equal(String, String) - Static method in class com.aerospike.client.query.Filter
Create string equality filter for query.
equals(Object) - Method in class com.aerospike.client.Bin
Compare Bin for equality.
equals(Object) - Method in class com.aerospike.client.cluster.Node
 
equals(Object) - Method in class com.aerospike.client.Host
 
equals(Object) - Method in class com.aerospike.client.Key
Equality uses namespace and digest.
equals(Object) - Method in class com.aerospike.client.query.Filter
Check for Filter equality.
equals(Object) - Method in class com.aerospike.client.Record
Compare records for equality.
equals(Object) - Method in class com.aerospike.client.Value.BlobValue
 
equals(Object) - Method in class com.aerospike.client.Value.BooleanValue
 
equals(Object) - Method in class com.aerospike.client.Value.ByteSegmentValue
 
equals(Object) - Method in class com.aerospike.client.Value.BytesValue
 
equals(Object) - Method in class com.aerospike.client.Value.ByteValue
 
equals(Object) - Method in class com.aerospike.client.Value.DoubleValue
 
equals(Object) - Method in class com.aerospike.client.Value.FloatValue
 
equals(Object) - Method in class com.aerospike.client.Value.GeoJSONValue
 
equals(Object) - Method in class com.aerospike.client.Value.IntegerValue
 
equals(Object) - Method in class com.aerospike.client.Value.ListValue
 
equals(Object) - Method in class com.aerospike.client.Value.LongValue
 
equals(Object) - Method in class com.aerospike.client.Value.MapValue
 
equals(Object) - Method in class com.aerospike.client.Value.NullValue
 
equals(Object) - Method in class com.aerospike.client.Value.StringValue
 
equals(Object) - Method in class com.aerospike.client.Value.ValueArray
 
error(String) - Static method in class com.aerospike.client.Log
Log an error message.
estimateSize() - Method in class com.aerospike.client.query.Filter
Estimate filter's byte send when sending command to server.
estimateSize(PredExp[]) - Static method in class com.aerospike.client.query.PredExp
Estimate size of predicate expressions.
estimateSize() - Method in class com.aerospike.client.query.PredExp
Estimate size of predicate expression.
estimateSize() - Method in class com.aerospike.client.Value.BlobValue
 
estimateSize() - Method in class com.aerospike.client.Value.BooleanValue
 
estimateSize() - Method in class com.aerospike.client.Value.ByteSegmentValue
 
estimateSize() - Method in class com.aerospike.client.Value.BytesValue
 
estimateSize() - Method in class com.aerospike.client.Value.ByteValue
 
estimateSize() - Method in class com.aerospike.client.Value.DoubleValue
 
estimateSize() - Method in class com.aerospike.client.Value
Calculate number of bytes necessary to serialize the value in the wire protocol.
estimateSize() - Method in class com.aerospike.client.Value.FloatValue
 
estimateSize() - Method in class com.aerospike.client.Value.GeoJSONValue
 
estimateSize() - Method in class com.aerospike.client.Value.IntegerValue
 
estimateSize() - Method in class com.aerospike.client.Value.ListValue
 
estimateSize() - Method in class com.aerospike.client.Value.LongValue
 
estimateSize() - Method in class com.aerospike.client.Value.MapValue
 
estimateSize() - Method in class com.aerospike.client.Value.NullValue
 
estimateSize() - Method in class com.aerospike.client.Value.StringValue
 
estimateSize() - Method in class com.aerospike.client.Value.ValueArray
 
EventLoop - Interface in com.aerospike.client.async
Aerospike event loop interface.
EventLoops - Interface in com.aerospike.client.async
Aerospike event loops interface.
eventLoops - Variable in class com.aerospike.client.policy.ClientPolicy
Optional event loops to use in asynchronous commands.
EventPolicy - Class in com.aerospike.client.async
Asynchronous event loop configuration.
EventPolicy() - Constructor for class com.aerospike.client.async.EventPolicy
 
execute(WritePolicy, Key, String, String, Value...) - Method in class com.aerospike.client.AerospikeClient
Execute user defined function on server and return results.
execute(EventLoop, ExecuteListener, WritePolicy, Key, String, String, Value...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously execute user defined function on server.
execute(WritePolicy, Statement, String, String, Value...) - Method in class com.aerospike.client.AerospikeClient
Apply user defined function on records that match the statement filter.
execute(WritePolicy, ExecuteListener, Key, String, String, Value...) - Method in class com.aerospike.client.async.AsyncClient
Asynchronously execute user defined function on server and return results.
execute(Cluster, AsyncCommand) - Method in interface com.aerospike.client.async.EventLoop
Execute async command.
execute(Runnable) - Method in interface com.aerospike.client.async.EventLoop
Schedule execution of runnable command on event loop.
execute(WritePolicy, ExecuteListener, Key, String, String, Value...) - Method in interface com.aerospike.client.async.IAsyncClient
Asynchronously execute user defined function on server and return results.
execute(Cluster, AsyncCommand) - Method in class com.aerospike.client.async.NettyEventLoop
Execute async command.
execute(Runnable) - Method in class com.aerospike.client.async.NettyEventLoop
Schedule execution of runnable command on event loop.
execute(Cluster, AsyncCommand) - Method in class com.aerospike.client.async.NioEventLoop
Execute async command.
execute(Runnable) - Method in class com.aerospike.client.async.NioEventLoop
Schedule execution of runnable command on event loop.
execute(WritePolicy, Key, String, String, Value...) - Method in interface com.aerospike.client.IAerospikeClient
Execute user defined function on server and return results.
execute(EventLoop, ExecuteListener, WritePolicy, Key, String, String, Value...) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously execute user defined function on server.
execute(WritePolicy, Statement, String, String, Value...) - Method in interface com.aerospike.client.IAerospikeClient
Apply user defined function on records that match the statement filter.
ExecuteListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for execute commands.
ExecuteTask - Class in com.aerospike.client.task
Task used to poll for long running server execute job completion.
ExecuteTask(Cluster, Policy, Statement) - Constructor for class com.aerospike.client.task.ExecuteTask
Initialize task with fields needed to query server nodes.
exists(Policy, Key) - Method in class com.aerospike.client.AerospikeClient
Determine if a record key exists.
exists(EventLoop, ExistsListener, Policy, Key) - Method in class com.aerospike.client.AerospikeClient
Asynchronously determine if a record key exists.
exists(BatchPolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
Check if multiple record keys exist in one batch call.
exists(EventLoop, ExistsArrayListener, BatchPolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
Asynchronously check if multiple record keys exist in one batch call.
exists(EventLoop, ExistsSequenceListener, BatchPolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
Asynchronously check if multiple record keys exist in one batch call.
exists(Policy, ExistsListener, Key) - Method in class com.aerospike.client.async.AsyncClient
Asynchronously determine if a record key exists.
exists(BatchPolicy, ExistsArrayListener, Key[]) - Method in class com.aerospike.client.async.AsyncClient
Asynchronously check if multiple record keys exist in one batch call.
exists(BatchPolicy, ExistsSequenceListener, Key[]) - Method in class com.aerospike.client.async.AsyncClient
Asynchronously check if multiple record keys exist in one batch call.
exists(Policy, ExistsListener, Key) - Method in interface com.aerospike.client.async.IAsyncClient
Asynchronously determine if a record key exists.
exists(BatchPolicy, ExistsArrayListener, Key[]) - Method in interface com.aerospike.client.async.IAsyncClient
Asynchronously check if multiple record keys exist in one batch call.
exists(BatchPolicy, ExistsSequenceListener, Key[]) - Method in interface com.aerospike.client.async.IAsyncClient
Asynchronously check if multiple record keys exist in one batch call.
exists(Policy, Key) - Method in interface com.aerospike.client.IAerospikeClient
Determine if a record key exists.
exists(EventLoop, ExistsListener, Policy, Key) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously determine if a record key exists.
exists(BatchPolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
Check if multiple record keys exist in one batch call.
exists(EventLoop, ExistsArrayListener, BatchPolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously check if multiple record keys exist in one batch call.
exists(EventLoop, ExistsSequenceListener, BatchPolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously check if multiple record keys exist in one batch call.
exists(Value) - Method in class com.aerospike.client.large.LargeList
Does key value exist?
exists(List<Value>) - Method in class com.aerospike.client.large.LargeList
Do key values exist? Return list of results in one batch call.
exists(Value) - Method in class com.aerospike.client.large.LargeMap
Check existence of key in the map.
exists(Value) - Method in class com.aerospike.client.large.LargeSet
Check existence of value in the set.
ExistsArrayListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for batch exists commands.
ExistsListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for exists commands.
ExistsSequenceListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for batch exists commands.
expect(char) - Method in class com.aerospike.client.Info
 
expiration - Variable in class com.aerospike.client.policy.WritePolicy
Record expiration.
expiration - Variable in class com.aerospike.client.Record
Date record will expire, in seconds from Jan 01 2010 00:00:00 GMT
EXPIRED_PASSWORD - Static variable in class com.aerospike.client.ResultCode
Password has expired.
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2012–2017 Aerospike, Inc. All rights reserved.