- mapBin(String) - Static method in class com.aerospike.client.query.PredExp
-
Create map bin predicate.
- mapKeyIterateAnd(String) - Static method in class com.aerospike.client.query.PredExp
-
Create map key predicate where expression matches for all map keys.
- mapKeyIterateOr(String) - Static method in class com.aerospike.client.query.PredExp
-
Create map predicate where expression matches for any map key.
- MapOperation - Class in com.aerospike.client.cdt
-
Unique key 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.
- 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
-
Create map predicate where expression matches for all map values.
- mapValIterateOr(String) - Static method in class com.aerospike.client.query.PredExp
-
Create map predicate where expression matches for any map 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.
- MaxCommandAction - Enum in com.aerospike.client.async
-
THIS CLASS IS OBSOLETE.
- 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 connections allowed per server node.
- 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.
- minTimeout - Variable in class com.aerospike.client.async.EventPolicy
-
Minimum command timeout in milliseconds that will be specified for this event loop group.
- Monitor - Class in com.aerospike.client.async
-
Monitor that coordinates wait/notify between different threads.
- Monitor() - Constructor for class com.aerospike.client.async.Monitor
-