- 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.
- mapBin(String) - Static method in class com.aerospike.client.query.PredExp
-
Deprecated.
Create map bin predicate.
- 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.
- mapKeyIterateAnd(String) - Static method in class com.aerospike.client.query.PredExp
-
Deprecated.
Create map key predicate where expression matches for all map keys.
- mapKeyIterateOr(String) - Static method in class com.aerospike.client.query.PredExp
-
Deprecated.
Create map predicate where expression matches for any map 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
-
- mapValIterateAnd(String) - Static method in class com.aerospike.client.query.PredExp
-
Deprecated.
Create map predicate where expression matches for all map values.
- mapValIterateOr(String) - Static method in class com.aerospike.client.query.PredExp
-
Deprecated.
Create map predicate where expression matches for any map value.
- 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
-
- 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_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.
- maxRecords - Variable in class com.aerospike.client.policy.QueryPolicy
-
Approximate number of records to return to client.
- 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.
- 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.
- minConnsPerNode - Variable in class com.aerospike.client.policy.ClientPolicy
-
Minimum number of synchronous connections allowed per server node.
- minTimeout - Variable in class com.aerospike.client.async.EventPolicy
-
Minimum command timeout in milliseconds that will be specified for this event loop group.
- 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
-