Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
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.
get(Policy, Key)
- Method in class com.aerospike.client.
AerospikeClient
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(Policy, Key[])
- Method in class com.aerospike.client.
AerospikeClient
Read multiple records for specified keys in one batch call.
get(Policy, Key[], String...)
- Method in class com.aerospike.client.
AerospikeClient
Read multiple record headers and bins for specified keys in one batch call.
get(Policy, RecordListener, Key)
- Method in class com.aerospike.client.async.
AsyncClient
Asynchronously read entire record for specified key.
get(Policy, RecordListener, Key, String...)
- Method in class com.aerospike.client.async.
AsyncClient
Asynchronously read record header and bins for specified key.
get(Policy, RecordArrayListener, Key[])
- Method in class com.aerospike.client.async.
AsyncClient
Asynchronously read multiple records for specified keys in one batch call.
get(Policy, RecordSequenceListener, Key[])
- Method in class com.aerospike.client.async.
AsyncClient
Asynchronously read multiple records for specified keys in one batch call.
get(Policy, RecordArrayListener, Key[], String...)
- Method in class com.aerospike.client.async.
AsyncClient
Asynchronously read multiple record headers and bins for specified keys in one batch call.
get(Policy, RecordSequenceListener, Key[], String...)
- Method in class com.aerospike.client.async.
AsyncClient
Asynchronously read multiple record headers and bins for specified keys in one batch call.
get(Value)
- Method in class com.aerospike.client.large.
LargeMap
Get value from map given name key.
get(Value)
- Method in class com.aerospike.client.large.
LargeSet
Select value from set.
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, int)
- Static method in class com.aerospike.client.
Value
Get byte segment or null 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(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.
getAliases()
- Method in class com.aerospike.client.cluster.
Node
Return server node IP address aliases.
getAsBlob(Object)
- Static method in class com.aerospike.client.
Value
Get blob or null value instance.
getAsList(List<?>)
- Static method in class com.aerospike.client.
Value
Get list or null value instance.
getAsMap(Map<?, ?>)
- Static method in class com.aerospike.client.
Value
Get map or null value instance.
getAsNull()
- Static method in class com.aerospike.client.
Value
Get null value instance.
getAsyncConnection()
- Method in class com.aerospike.client.async.
AsyncNode
Get asynchronous socket connection from connection pool for the server node.
getBuffer()
- Method in class com.aerospike.client.
Info
Get response buffer.
getBytes()
- Method in class com.aerospike.client.
Value.ByteSegmentValue
getCapacity()
- Method in class com.aerospike.client.large.
LargeList
Return maximum number of entries in the list.
getCapacity()
- Method in class com.aerospike.client.large.
LargeMap
Return maximum number of entries for the map.
getCapacity()
- Method in class com.aerospike.client.large.
LargeSet
Return maximum number of entries in the set.
getCapacity()
- Method in class com.aerospike.client.large.
LargeStack
Return maximum number of entries for the stack.
getConfig()
- Method in class com.aerospike.client.large.
LargeList
Return map of list configuration parameters.
getConfig()
- Method in class com.aerospike.client.large.
LargeMap
Return map configuration parameters.
getConfig()
- Method in class com.aerospike.client.large.
LargeSet
Return map of set configuration parameters.
getConfig()
- Method in class com.aerospike.client.large.
LargeStack
Return map of stack configuration parameters.
getConnection(int)
- Method in class com.aerospike.client.cluster.
Node
Get a socket connection from connection pool to the server node.
getFilters()
- Method in class com.aerospike.client.query.
Statement
Return query filters.
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.
getHeader(Policy, Key)
- Method in class com.aerospike.client.
AerospikeClient
Read record generation and expiration only for specified key.
getHeader(Policy, Key[])
- Method in class com.aerospike.client.
AerospikeClient
Read multiple record header data for specified keys in one batch call.
getHeader(Policy, RecordListener, Key)
- Method in class com.aerospike.client.async.
AsyncClient
Asynchronously read record generation and expiration only for specified key.
getHeader(Policy, RecordArrayListener, Key[])
- Method in class com.aerospike.client.async.
AsyncClient
Asynchronously read multiple record header data for specified keys in one batch call.
getHeader(Policy, RecordSequenceListener, Key[])
- Method in class com.aerospike.client.async.
AsyncClient
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.
getHost()
- Method in class com.aerospike.client.cluster.
Node
Return server node IP address and port.
getKey()
- Method in class com.aerospike.client.query.
RecordSet
Get record's unique identifier.
getLargeList(Policy, Key, String, String)
- Method in class com.aerospike.client.
AerospikeClient
Initialize large list operator.
getLargeMap(Policy, Key, String, String)
- Method in class com.aerospike.client.
AerospikeClient
Initialize large map operator.
getLargeSet(Policy, Key, String, String)
- Method in class com.aerospike.client.
AerospikeClient
Initialize large set operator.
getLargeStack(Policy, Key, String, String)
- Method in class com.aerospike.client.
AerospikeClient
Initialize large stack operator.
getLength()
- Method in class com.aerospike.client.
Info
Get response length.
getLength()
- Method in class com.aerospike.client.
Value.ByteSegmentValue
getLuaValue()
- Method in class com.aerospike.client.
Value.BlobValue
getLuaValue()
- Method in class com.aerospike.client.
Value.ByteSegmentValue
getLuaValue()
- Method in class com.aerospike.client.
Value.BytesValue
getLuaValue()
- Method in class com.aerospike.client.
Value
Return value as an Object.
getLuaValue()
- Method in class com.aerospike.client.
Value.IntegerValue
getLuaValue()
- Method in class com.aerospike.client.
Value.ListValue
getLuaValue()
- Method in class com.aerospike.client.
Value.LongValue
getLuaValue()
- Method in class com.aerospike.client.
Value.MapValue
getLuaValue()
- Method in class com.aerospike.client.
Value.NullValue
getLuaValue()
- Method in class com.aerospike.client.
Value.StringValue
getLuaValue()
- Method in class com.aerospike.client.
Value.ValueArray
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.
getNameValueParser()
- Method in class com.aerospike.client.
Info
Parse response in name/value pair format:
getNodeNames()
- Method in class com.aerospike.client.
AerospikeClient
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.
getObject()
- Method in class com.aerospike.client.query.
ResultSet
Get record's header and bin data.
getObject()
- Method in class com.aerospike.client.
Value.BlobValue
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
Return original value as an Object.
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.StringValue
getObject()
- Method in class com.aerospike.client.
Value.ValueArray
getOffset()
- Method in class com.aerospike.client.
Value.ByteSegmentValue
getPackageName()
- Method in class com.aerospike.client.query.
Statement
Return aggregation file name.
getRecord()
- Method in class com.aerospike.client.query.
RecordSet
Get record's header and bin data.
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.
getTaskId()
- Method in class com.aerospike.client.query.
Statement
Return task ID.
getType()
- Method in class com.aerospike.client.
Value.BlobValue
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
Get wire protocol value type.
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.StringValue
getType()
- Method in class com.aerospike.client.
Value.ValueArray
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W