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 

M

MAP - Static variable in class com.aerospike.client.command.ParticleType
 
mapBin(String) - Static method in class com.aerospike.client.exp.Exp
Create map bin expression.
MapExp - Class in com.aerospike.client.exp
Map expression generator.
MapExp() - Constructor for class com.aerospike.client.exp.MapExp
 
mapIndex(int) - Static method in class com.aerospike.client.cdt.CTX
Lookup map by index offset.
mapKey(Value) - Static method in class com.aerospike.client.cdt.CTX
Lookup map by key.
mapKeyCreate(Value, MapOrder) - Static method in class com.aerospike.client.cdt.CTX
Lookup map by base map's key.
MapOperation - Class in com.aerospike.client.cdt
Map bin operations.
MapOperation() - Constructor for class com.aerospike.client.cdt.MapOperation
 
MapOrder - Enum in com.aerospike.client.cdt
Map storage order.
MapPolicy - Class in com.aerospike.client.cdt
Map policy directives when creating a map and writing map items.
MapPolicy() - Constructor for class com.aerospike.client.cdt.MapPolicy
Default constructor.
MapPolicy(MapOrder, MapWriteMode) - Constructor for class com.aerospike.client.cdt.MapPolicy
Create unique key map with specified order when map does not exist.
MapPolicy(MapOrder, int) - Constructor for class com.aerospike.client.cdt.MapPolicy
Create unique key map with specified order when map does not exist.
mapRank(int) - Static method in class com.aerospike.client.cdt.CTX
Lookup map by rank.
MapReturnType - Class in com.aerospike.client.cdt
Map return type.
MapReturnType() - Constructor for class com.aerospike.client.cdt.MapReturnType
 
mapValue(Value) - Static method in class com.aerospike.client.cdt.CTX
Lookup map by value.
MapValue(Map<?, ?>) - Constructor for class com.aerospike.client.Value.MapValue
 
MapValue(Map<?, ?>, MapOrder) - Constructor for class com.aerospike.client.Value.MapValue
 
MapWriteFlags - Class in com.aerospike.client.cdt
Map write bit flags.
MapWriteFlags() - Constructor for class com.aerospike.client.cdt.MapWriteFlags
 
MapWriteMode - Enum in com.aerospike.client.cdt
Unique key map write type.
max(Exp...) - Static method in class com.aerospike.client.exp.Exp
Create expression that returns the maximum value in a variable number of expressions.
MAX_ERROR_RATE - Static variable in class com.aerospike.client.ResultCode
Max errors limit reached.
MAX_RETRIES_EXCEEDED - Static variable in class com.aerospike.client.ResultCode
Max retries limit reached.
maxCommandsInProcess - Variable in class com.aerospike.client.async.EventPolicy
Maximum number of async commands that can be processed in each event loop at any point in time.
maxCommandsInQueue - Variable in class com.aerospike.client.async.EventPolicy
Maximum number of async commands that can be stored in each event loop's delay queue for later execution.
maxConcurrentNodes - Variable in class com.aerospike.client.policy.QueryPolicy
Maximum number of concurrent requests to server nodes at any point in time.
maxConcurrentNodes - Variable in class com.aerospike.client.policy.ScanPolicy
Maximum number of concurrent requests to server nodes at any point in time.
maxConcurrentThreads - Variable in class com.aerospike.client.policy.BatchPolicy
Maximum number of concurrent synchronous batch request threads to server nodes at any point in time.
maxConnsPerNode - Variable in class com.aerospike.client.policy.ClientPolicy
Maximum number of synchronous connections allowed per server node.
maxErrorRate - Variable in class com.aerospike.client.policy.ClientPolicy
Maximum number of errors allowed per node per ClientPolicy.errorRateWindow before backoff algorithm throws AerospikeException.Backoff on database commands to that node.
maxRecords - Variable in class com.aerospike.client.policy.QueryPolicy
Deprecated.
maxRecords - Variable in class com.aerospike.client.policy.ScanPolicy
Approximate number of records to return to client.
maxRetries - Variable in class com.aerospike.client.policy.Policy
Maximum number of retries before aborting the current transaction.
maxSize - Variable in class com.aerospike.client.cluster.Node.AsyncPool
 
maxSocketIdle - Variable in class com.aerospike.client.policy.ClientPolicy
Maximum socket idle in seconds.
mayContain(Exp, Exp) - Static method in class com.aerospike.client.exp.HLLExp
Create expression that returns one if HLL bin may contain all items in the list.
memorySize() - Static method in class com.aerospike.client.exp.Exp
Create expression that returns record size in memory.
min(Exp...) - Static method in class com.aerospike.client.exp.Exp
Create expression that returns the minimum value in a variable number of expressions.
minConnsPerNode - Variable in class com.aerospike.client.policy.ClientPolicy
Minimum number of synchronous connections allowed per server node.
minSize - Variable in class com.aerospike.client.cluster.Node.AsyncPool
 
minTimeout - Variable in class com.aerospike.client.async.EventPolicy
Minimum command timeout in milliseconds that will be specified for this event loop group.
mod(Exp, Exp) - Static method in class com.aerospike.client.exp.Exp
Create "modulo" (%) operator that determines the remainder of "numerator" divided by "denominator".
MODIFY - Static variable in class com.aerospike.client.exp.Exp
 
Monitor - Class in com.aerospike.client.async
Monitor that coordinates wait/notify between different threads.
Monitor() - Constructor for class com.aerospike.client.async.Monitor
 
mul(Exp...) - Static method in class com.aerospike.client.exp.Exp
Create "multiply" (*) operator that applies to a variable number of expressions.
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–2022 Aerospike, Inc. All rights reserved.