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

G

generation - Variable in class com.aerospike.client.policy.WritePolicy
Expected generation.
generation - Variable in class com.aerospike.client.Record
Record modification count.
GENERATION_ERROR - Static variable in class com.aerospike.client.ResultCode
On modifying a record with unexpected generation.
GenerationPolicy - Enum in com.aerospike.client.policy
How to handle record writes based on record generation.
generationPolicy - Variable in class com.aerospike.client.policy.WritePolicy
Qualify how to handle record writes based on record generation.
geoContains(String, String) - Static method in class com.aerospike.client.query.Filter
Create geospatial "containing point" filter for query.
geoContains(String, IndexCollectionType, String) - Static method in class com.aerospike.client.query.Filter
Create geospatial "containing point" filter for query on collection index.
GEOJSON - Static variable in class com.aerospike.client.command.ParticleType
 
geoJSONBin(String) - Static method in class com.aerospike.client.query.PredExp
Create geospatial bin predicate.
geoJSONContains() - Static method in class com.aerospike.client.query.PredExp
Create geospatial json "contains" predicate.
geoJSONValue(String) - Static method in class com.aerospike.client.query.PredExp
Create geospatial json string value.
GeoJSONValue(String) - Constructor for class com.aerospike.client.Value.GeoJSONValue
 
geoJSONVar(String) - Static method in class com.aerospike.client.query.PredExp
Create geospatial json string variable used in list/map iterations.
geoJSONWithin() - Static method in class com.aerospike.client.query.PredExp
Create geospatial json "within" predicate.
geoWithinRadius(String, double, double, double) - Static method in class com.aerospike.client.query.Filter
Create geospatial "within radius" filter for query.
geoWithinRadius(String, IndexCollectionType, double, double, double) - Static method in class com.aerospike.client.query.Filter
Create geospatial "within radius" filter for query on collection index.
geoWithinRegion(String, String) - Static method in class com.aerospike.client.query.Filter
Create geospatial "within region" filter for query.
geoWithinRegion(String, IndexCollectionType, String) - Static method in class com.aerospike.client.query.Filter
Create geospatial "within region" filter for query on collection index.
get(Policy, Key) - Method in class com.aerospike.client.AerospikeClient
Read entire record for specified key.
get(EventLoop, RecordListener, Policy, Key) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read entire record for specified key.
get(Policy, Key, String...) - Method in class com.aerospike.client.AerospikeClient
Read record header and bins for specified key.
get(EventLoop, RecordListener, Policy, Key, String...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read record header and bins for specified key.
get(BatchPolicy, List<BatchRead>) - Method in class com.aerospike.client.AerospikeClient
Read multiple records for specified batch keys in one batch call.
get(EventLoop, BatchListListener, BatchPolicy, List<BatchRead>) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified batch keys in one batch call.
get(EventLoop, BatchSequenceListener, BatchPolicy, List<BatchRead>) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified batch keys in one batch call.
get(BatchPolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
Read multiple records for specified keys in one batch call.
get(EventLoop, RecordArrayListener, BatchPolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified keys in one batch call.
get(EventLoop, RecordSequenceListener, BatchPolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified keys in one batch call.
get(BatchPolicy, Key[], String...) - Method in class com.aerospike.client.AerospikeClient
Read multiple record headers and bins for specified keys in one batch call.
get(EventLoop, RecordArrayListener, BatchPolicy, Key[], String...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read multiple record headers and bins for specified keys in one batch call.
get(EventLoop, RecordSequenceListener, BatchPolicy, Key[], String...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read multiple record headers and bins for specified keys in one batch call.
get(int) - Method in interface com.aerospike.client.async.EventLoops
Return Aerospike event loop given array index..
get() - Method in class com.aerospike.client.async.NettyEventLoop
Return netty event loop.
get(EventExecutor) - Method in class com.aerospike.client.async.NettyEventLoops
Return corresponding Aerospike event loop given netty event loop.
get(int) - Method in class com.aerospike.client.async.NettyEventLoops
Return Aerospike event loop given array index..
get(int) - Method in class com.aerospike.client.async.NioEventLoops
Return event loop given array index.
get(String, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get operation.
get(Policy, Key) - Method in interface com.aerospike.client.IAerospikeClient
Read entire record for specified key.
get(EventLoop, RecordListener, Policy, Key) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read entire record for specified key.
get(Policy, Key, String...) - Method in interface com.aerospike.client.IAerospikeClient
Read record header and bins for specified key.
get(EventLoop, RecordListener, Policy, Key, String...) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read record header and bins for specified key.
get(BatchPolicy, List<BatchRead>) - Method in interface com.aerospike.client.IAerospikeClient
Read multiple records for specified batch keys in one batch call.
get(EventLoop, BatchListListener, BatchPolicy, List<BatchRead>) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read multiple records for specified batch keys in one batch call.
get(EventLoop, BatchSequenceListener, BatchPolicy, List<BatchRead>) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read multiple records for specified batch keys in one batch call.
get(BatchPolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
Read multiple records for specified keys in one batch call.
get(EventLoop, RecordArrayListener, BatchPolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read multiple records for specified keys in one batch call.
get(EventLoop, RecordSequenceListener, BatchPolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read multiple records for specified keys in one batch call.
get(BatchPolicy, Key[], String...) - Method in interface com.aerospike.client.IAerospikeClient
Read multiple record headers and bins for specified keys in one batch call.
get(EventLoop, RecordArrayListener, BatchPolicy, Key[], String...) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read multiple record headers and bins for specified keys in one batch call.
get(EventLoop, RecordSequenceListener, BatchPolicy, Key[], String...) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read multiple record headers and bins for specified keys in one batch call.
get(String, int, int) - Static method in class com.aerospike.client.operation.BitOperation
Create bit "get" operation.
get(String) - Static method in class com.aerospike.client.Operation
Create read bin database operation.
get() - Static method in class com.aerospike.client.Operation
Create read all record bins database operation.
get(String) - Static method in class com.aerospike.client.Value
Get string or null value instance.
get(byte[]) - Static method in class com.aerospike.client.Value
Get byte array or null value instance.
get(byte[], int) - Static method in class com.aerospike.client.Value
Get byte array with type or null value instance.
get(byte[], int, int) - Static method in class com.aerospike.client.Value
Get byte segment or null value instance.
get(ByteBuffer) - Static method in class com.aerospike.client.Value
Get byte segment or null value instance.
get(byte) - Static method in class com.aerospike.client.Value
Get byte value instance.
get(int) - Static method in class com.aerospike.client.Value
Get integer value instance.
get(long) - Static method in class com.aerospike.client.Value
Get long value instance.
get(double) - Static method in class com.aerospike.client.Value
Get double value instance.
get(float) - Static method in class com.aerospike.client.Value
Get float value instance.
get(boolean) - Static method in class com.aerospike.client.Value
Get boolean value instance.
get(List<?>) - Static method in class com.aerospike.client.Value
Get list or null value instance.
get(Map<?, ?>) - Static method in class com.aerospike.client.Value
Get map or null value instance.
get(List<? extends Map.Entry<?, ?>>, MapOrder) - Static method in class com.aerospike.client.Value
Get sorted map or null value instance.
get(Value[]) - Static method in class com.aerospike.client.Value
Get value array instance.
get(Object) - Static method in class com.aerospike.client.Value
Determine value given generic object.
getAddress() - Method in class com.aerospike.client.cluster.Node
Return node IP address.
getArray() - Method in interface com.aerospike.client.async.EventLoops
Return array of Aerospike event loops.
getArray() - Method in class com.aerospike.client.async.NettyEventLoops
Return array of Aerospike event loops.
getArray() - Method in class com.aerospike.client.async.NioEventLoops
Return array of event loops.
getAsBlob(Object) - Static method in class com.aerospike.client.Value
Get blob or null value instance.
getAsGeoJSON(String) - Static method in class com.aerospike.client.Value
Get GeoJSON or null value instance.
getAsHLL(byte[]) - Static method in class com.aerospike.client.Value
Get HyperLogLog or null value instance.
getAsNull() - Static method in class com.aerospike.client.Value
Get null value instance.
getAsyncConnection(int, ByteBuffer) - Method in class com.aerospike.client.cluster.Node
 
getAsyncConnectionStats() - Method in class com.aerospike.client.cluster.Node
 
getAvailable() - Method in class com.aerospike.client.async.Throttle
Get current number of commands that could be run.
getAvailable(int) - Method in class com.aerospike.client.async.Throttles
Get current number of commands that could be run for a throttle.
getBatchPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
 
getBatchPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
 
getBinNames() - Method in class com.aerospike.client.query.Statement
Get query bin names.
getBoolean(String) - Method in class com.aerospike.client.Record
Get bin value as boolean.
getBuffer() - Static method in class com.aerospike.client.util.ThreadLocalData
Return thread local buffer.
getByIndex(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by index operation.
getByIndex(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by index operation.
getByIndexRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by index range operation.
getByIndexRange(String, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by index range operation.
getByIndexRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by index range operation.
getByIndexRange(String, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by index range operation.
getByKey(String, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by key operation.
getByKeyList(String, List<Value>, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by key list operation.
getByKeyRange(String, Value, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by key range operation.
getByKeyRelativeIndexRange(String, Value, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by key relative to index range operation.
getByKeyRelativeIndexRange(String, Value, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by key relative to index range operation.
getByRank(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by rank operation.
getByRank(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by rank operation.
getByRankRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by rank range operation.
getByRankRange(String, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by rank range operation.
getByRankRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by rank range operation.
getByRankRange(String, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by rank range operation.
getByte(String) - Method in class com.aerospike.client.Record
Get bin value as byte.
getByteBuffer() - Method in class com.aerospike.client.async.NioEventLoop
 
getBytes() - Method in class com.aerospike.client.Value.ByteSegmentValue
 
getBytes() - Method in class com.aerospike.client.Value.HLLValue
 
getByValue(String, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by value operation.
getByValue(String, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by value operation.
getByValueList(String, List<Value>, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by value list operation.
getByValueList(String, List<Value>, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by value list operation.
getByValueRange(String, Value, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by value range operation.
getByValueRange(String, Value, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by value range operation.
getByValueRelativeRankRange(String, Value, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by value relative to rank range operation.
getByValueRelativeRankRange(String, Value, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get by value relative to rank range operation.
getByValueRelativeRankRange(String, Value, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by value relative to rank range operation.
getByValueRelativeRankRange(String, Value, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map get by value relative to rank range operation.
getCluster() - Method in class com.aerospike.client.AerospikeClient
Return operating cluster.
getCluster() - Method in interface com.aerospike.client.IAerospikeClient
Return operating cluster.
getClusterStats() - Method in class com.aerospike.client.AerospikeClient
Return operating cluster statistics.
getClusterStats() - Method in interface com.aerospike.client.IAerospikeClient
Return operating cluster statistics.
getCollectionType() - Method in class com.aerospike.client.query.Filter
Retrieve index collection type.
getConnection(int) - Method in class com.aerospike.client.cluster.Node
Get a socket connection from connection pool to the server node.
getConnection(int, int) - Method in class com.aerospike.client.cluster.Node
Get a socket connection from connection pool to the server node.
getConnectionStats() - Method in class com.aerospike.client.cluster.Node
 
getCount(String) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL getCount operation.
getDouble(String) - Method in class com.aerospike.client.Record
Get bin value as double.
getFilter() - Method in class com.aerospike.client.query.Statement
Return query index filter.
getFloat(String) - Method in class com.aerospike.client.Record
Get bin value as float.
getFromRecordObject(Object) - Static method in class com.aerospike.client.Value
Get value from Record object.
getFunctionArgs() - Method in class com.aerospike.client.query.Statement
Return aggregation function arguments.
getFunctionName() - Method in class com.aerospike.client.query.Statement
Return aggregation function name.
getGeoJSON(String) - Method in class com.aerospike.client.Record
Get bin value as GeoJSON (backward compatibility).
getGeoJSONString(String) - Method in class com.aerospike.client.Record
Get bin value as GeoJSON String.
getGeoJSONValue(String) - Method in class com.aerospike.client.Record
Get bin value as GeoJSON Value.
getHeader(Policy, Key) - Method in class com.aerospike.client.AerospikeClient
Read record generation and expiration only for specified key.
getHeader(EventLoop, RecordListener, Policy, Key) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read record generation and expiration only for specified key.
getHeader(BatchPolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
Read multiple record header data for specified keys in one batch call.
getHeader(EventLoop, RecordArrayListener, BatchPolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read multiple record header data for specified keys in one batch call.
getHeader(EventLoop, RecordSequenceListener, BatchPolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
Asynchronously read multiple record header data for specified keys in one batch call.
getHeader(Policy, Key) - Method in interface com.aerospike.client.IAerospikeClient
Read record generation and expiration only for specified key.
getHeader(EventLoop, RecordListener, Policy, Key) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read record generation and expiration only for specified key.
getHeader(BatchPolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
Read multiple record header data for specified keys in one batch call.
getHeader(EventLoop, RecordArrayListener, BatchPolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read multiple record header data for specified keys in one batch call.
getHeader(EventLoop, RecordSequenceListener, BatchPolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously read multiple record header data for specified keys in one batch call.
getHeader() - Static method in class com.aerospike.client.Operation
Create read record header database operation.
getHLLValue(String) - Method in class com.aerospike.client.Record
Get bin value as HLL Value.
getHost() - Method in class com.aerospike.client.cluster.Node
Return server node IP address and port.
getIndex() - Method in interface com.aerospike.client.async.EventLoop
Return event loop array index.
getIndex() - Method in class com.aerospike.client.async.EventLoopBase
Return event loop array index.
getIndexName() - Method in class com.aerospike.client.query.Statement
Get optional query index name.
getInDoubt() - Method in exception com.aerospike.client.AerospikeException
Is it possible that write transaction may have completed.
getInfoPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
 
getInfoPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
 
getInstance() - Static method in class com.aerospike.client.lua.LuaCache
Return lua instance from a pool.
getInt(String, int, int, boolean) - Static method in class com.aerospike.client.operation.BitOperation
Create bit "get integer" operation.
getInt(String) - Method in class com.aerospike.client.Record
Get bin value as int.
getIntersectCount(String, List<Value.HLLValue>) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL getIntersectCount operation.
getIteration() - Method in exception com.aerospike.client.AerospikeException
Get number of attempts before failing.
getKey() - Method in class com.aerospike.client.query.RecordSet
Get record's unique identifier.
getLength() - Method in class com.aerospike.client.Value.ByteSegmentValue
 
getList(String) - Method in class com.aerospike.client.Record
Get bin value as list.
getLong(String) - Method in class com.aerospike.client.Record
Get bin value as long.
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.BlobValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.BooleanValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.ByteSegmentValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.BytesValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.ByteValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.DoubleValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.FloatValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.GeoJSONValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value
Return value as an Object.
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.HLLValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.InfinityValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.IntegerValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.ListValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.LongValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.MapValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.NullValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.SortedMapValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.StringValue
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.ValueArray
 
getLuaValue(LuaInstance) - Method in class com.aerospike.client.Value.WildcardValue
 
getMap(String) - Method in class com.aerospike.client.Record
Get bin value as map.
getMessage() - Method in exception com.aerospike.client.AerospikeException
 
getMessage() - Method in exception com.aerospike.client.AerospikeException.Timeout
 
getName() - Method in class com.aerospike.client.cluster.Node
Return server node name.
getName() - Method in class com.aerospike.client.Info.NameValueParser
Get name.
getNamespace() - Method in class com.aerospike.client.query.Statement
Get query namespace.
getNameValueParser() - Method in class com.aerospike.client.Info
Parse response in name/value pair format:
getNode(String) - Method in class com.aerospike.client.AerospikeClient
Return node given its name.
getNode() - Method in exception com.aerospike.client.AerospikeException
Get last node used.
getNode(String) - Method in interface com.aerospike.client.IAerospikeClient
Return node given its name.
getNodeNames() - Method in class com.aerospike.client.AerospikeClient
Return list of active server node names in the cluster.
getNodeNames() - Method in interface com.aerospike.client.IAerospikeClient
Return list of active server node names in the cluster.
getNodes() - Method in class com.aerospike.client.AerospikeClient
Return array of active server nodes in the cluster.
getNodes() - Method in interface com.aerospike.client.IAerospikeClient
Return array of active server nodes in the cluster.
getObject() - Method in class com.aerospike.client.query.ResultSet
Get result.
getObject() - Method in class com.aerospike.client.Value.BlobValue
 
getObject() - Method in class com.aerospike.client.Value.BooleanValue
 
getObject() - Method in class com.aerospike.client.Value.ByteSegmentValue
 
getObject() - Method in class com.aerospike.client.Value.BytesValue
 
getObject() - Method in class com.aerospike.client.Value.ByteValue
 
getObject() - Method in class com.aerospike.client.Value.DoubleValue
 
getObject() - Method in class com.aerospike.client.Value.FloatValue
 
getObject() - Method in class com.aerospike.client.Value.GeoJSONValue
 
getObject() - Method in class com.aerospike.client.Value
Return original value as an Object.
getObject() - Method in class com.aerospike.client.Value.HLLValue
 
getObject() - Method in class com.aerospike.client.Value.InfinityValue
 
getObject() - Method in class com.aerospike.client.Value.IntegerValue
 
getObject() - Method in class com.aerospike.client.Value.ListValue
 
getObject() - Method in class com.aerospike.client.Value.LongValue
 
getObject() - Method in class com.aerospike.client.Value.MapValue
 
getObject() - Method in class com.aerospike.client.Value.NullValue
 
getObject() - Method in class com.aerospike.client.Value.SortedMapValue
 
getObject() - Method in class com.aerospike.client.Value.StringValue
 
getObject() - Method in class com.aerospike.client.Value.ValueArray
 
getObject() - Method in class com.aerospike.client.Value.WildcardValue
 
getOffset() - Method in class com.aerospike.client.Value.ByteSegmentValue
 
getOperations() - Method in class com.aerospike.client.query.Statement
Return operations to be performed on query/execute.
getPackageName() - Method in class com.aerospike.client.query.Statement
Return aggregation file name.
getPolicy() - Method in exception com.aerospike.client.AerospikeException
Get transaction policy.
getPredExp() - Method in class com.aerospike.client.query.Statement
Return predicate expression filters.
getProcessSize() - Method in interface com.aerospike.client.async.EventLoop
Return the approximate number of commands currently being processed on the event loop.
getProcessSize() - Method in class com.aerospike.client.async.EventLoopBase
Return the approximate number of commands currently being processed on the event loop.
getQueryPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
 
getQueryPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
 
getQueueSize() - Method in interface com.aerospike.client.async.EventLoop
Return the approximate number of commands stored on this event loop's delay queue that have not been started yet.
getQueueSize() - Method in class com.aerospike.client.async.EventLoopBase
Return the approximate number of commands stored on this event loop's delay queue that have not been started yet.
getRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get range operation.
getRange(String, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list get range operation.
getReadPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
 
getReadPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
 
getRecord() - Method in class com.aerospike.client.query.RecordSet
Get record's header and bin data.
getRecordsPerSecond() - Method in class com.aerospike.client.query.Statement
Return records per second.
getResourceLoader() - Method in class com.aerospike.client.query.Statement
Return resource class loader.
getResourcePath() - Method in class com.aerospike.client.query.Statement
Return resource path.
getResultCode() - Method in exception com.aerospike.client.AerospikeException
Get integer result code.
getResultString(int) - Static method in class com.aerospike.client.ResultCode
Return result code as a string.
getScanPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
 
getScanPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
 
getSessionToken() - Method in class com.aerospike.client.cluster.Node
Return node session token.
getSetName() - Method in class com.aerospike.client.query.Statement
Get optional query setname.
getShort(String) - Method in class com.aerospike.client.Record
Get bin value as short.
getSimilarity(String, List<Value.HLLValue>) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL getSimilarity operation.
getSize() - Method in interface com.aerospike.client.async.EventLoops
Return number of event loops in this group.
getSize() - Method in class com.aerospike.client.async.NettyEventLoops
Return number of event loops in this group.
getSize() - Method in class com.aerospike.client.async.NioEventLoops
Return number of event loops in this group.
getString(String) - Method in class com.aerospike.client.Record
Get bin value as String.
getStringBase64() - Method in class com.aerospike.client.Info.NameValueParser
Get Base64 string value.
getTaskId() - Method in class com.aerospike.client.query.Statement
Return task ID.
getTaskId() - Method in class com.aerospike.client.task.ExecuteTask
Return task id.
getTimeToLive() - Method in class com.aerospike.client.Record
Convert record expiration (seconds from Jan 01 2010 00:00:00 GMT) to ttl (seconds from now).
getTruncatedResponse() - Method in class com.aerospike.client.Info
 
getType() - Method in class com.aerospike.client.Value.BlobValue
 
getType() - Method in class com.aerospike.client.Value.BooleanValue
 
getType() - Method in class com.aerospike.client.Value.ByteSegmentValue
 
getType() - Method in class com.aerospike.client.Value.BytesValue
 
getType() - Method in class com.aerospike.client.Value.ByteValue
 
getType() - Method in class com.aerospike.client.Value.DoubleValue
 
getType() - Method in class com.aerospike.client.Value.FloatValue
 
getType() - Method in class com.aerospike.client.Value.GeoJSONValue
 
getType() - Method in class com.aerospike.client.Value
Get wire protocol value type.
getType() - Method in class com.aerospike.client.Value.HLLValue
 
getType() - Method in class com.aerospike.client.Value.InfinityValue
 
getType() - Method in class com.aerospike.client.Value.IntegerValue
 
getType() - Method in class com.aerospike.client.Value.ListValue
 
getType() - Method in class com.aerospike.client.Value.LongValue
 
getType() - Method in class com.aerospike.client.Value.MapValue
 
getType() - Method in class com.aerospike.client.Value.NullValue
 
getType() - Method in class com.aerospike.client.Value.SortedMapValue
 
getType() - Method in class com.aerospike.client.Value.StringValue
 
getType() - Method in class com.aerospike.client.Value.ValueArray
 
getType() - Method in class com.aerospike.client.Value.WildcardValue
 
getUnion(String, List<Value.HLLValue>) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL getUnion operation.
getUnionCount(String, List<Value.HLLValue>) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL getUnionCount operation.
getValue() - Method in class com.aerospike.client.Info
Return single value from response buffer.
getValue() - Method in class com.aerospike.client.Info.NameValueParser
Get value.
getValue(String) - Method in class com.aerospike.client.Record
Get bin value given bin name.
getWritePolicyDefault() - Method in class com.aerospike.client.AerospikeClient
 
getWritePolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
 
grantPrivileges(AdminPolicy, String, List<Privilege>) - Method in class com.aerospike.client.AerospikeClient
Grant privileges to an user defined role.
grantPrivileges(AdminPolicy, String, List<Privilege>) - Method in interface com.aerospike.client.IAerospikeClient
Grant privileges to an user defined role.
grantRoles(AdminPolicy, String, List<String>) - Method in class com.aerospike.client.AerospikeClient
Add roles to user's list of roles.
grantRoles(AdminPolicy, String, List<String>) - Method in interface com.aerospike.client.IAerospikeClient
Add roles to user's list of roles.
GROW_ONLY - Static variable in class com.aerospike.client.operation.BitResizeFlags
Only allow the byte[] size to increase.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

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