Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- MAP - Enum constant in enum class com.aerospike.client.exp.Exp.Type
- MAP - Static variable in class com.aerospike.client.command.ParticleType
- MAP_MODIFY - Enum constant in enum class com.aerospike.client.Operation.Type
- MAP_READ - Enum constant in enum class com.aerospike.client.Operation.Type
- 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.
- MAPKEYS - Enum constant in enum class com.aerospike.client.query.IndexCollectionType
-
Index map keys.
- MapOperation - Class in com.aerospike.client.cdt
-
Map bin operations.
- MapOperation() - Constructor for class com.aerospike.client.cdt.MapOperation
- MapOrder - Enum Class 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, int) - Constructor for class com.aerospike.client.cdt.MapPolicy
-
Create unique key map with specified order when map does not exist.
- MapPolicy(MapOrder, int, boolean) - Constructor for class com.aerospike.client.cdt.MapPolicy
-
Create unique key map with specified order and persist index flag when map does not exist.
- MapPolicy(MapOrder, MapWriteMode) - 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
- MAPVALUES - Enum constant in enum class com.aerospike.client.query.IndexCollectionType
-
Index map values.
- MapWriteFlags - Class in com.aerospike.client.cdt
-
Map write bit flags.
- MapWriteFlags() - Constructor for class com.aerospike.client.cdt.MapWriteFlags
- MapWriteMode - Enum Class in com.aerospike.client.cdt
-
Unique key map write type.
- MARK_ROLL_FORWARD_ABANDONED - Enum constant in enum class com.aerospike.client.CommitError
- MASTER - Enum constant in enum class com.aerospike.client.policy.Replica
-
Use node containing key's master partition.
- MASTER_PROLES - Enum constant in enum class com.aerospike.client.policy.Replica
-
Distribute reads across nodes containing key's master and replicated partitions in round-robin fashion.
- 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
-
Deprecated.
- 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.errorRateWindowbefore backoff algorithm throwsAerospikeException.Backoffon 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 command.
- 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.
- message - Variable in class com.aerospike.client.Info.Error
- MetricsListener - Interface in com.aerospike.client.metrics
-
Client metrics listener.
- MetricsPolicy - Class in com.aerospike.client.metrics
-
Client periodic metrics configuration.
- MetricsPolicy() - Constructor for class com.aerospike.client.metrics.MetricsPolicy
-
Default constructor.
- MetricsPolicy(MetricsPolicy) - Constructor for class com.aerospike.client.metrics.MetricsPolicy
-
Copy constructor.
- MetricsWriter - Class in com.aerospike.client.metrics
-
Default metrics listener.
- MetricsWriter(String) - Constructor for class com.aerospike.client.metrics.MetricsWriter
-
Initialize metrics writer.
- 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
- monitorExists() - Method in class com.aerospike.client.Txn
-
Does MRT monitor record exist.
- MRT_ABORTED - Static variable in class com.aerospike.client.ResultCode
-
MRT was already aborted.
- MRT_BLOCKED - Static variable in class com.aerospike.client.ResultCode
-
MRT record blocked by a different transaction.
- MRT_COMMITTED - Static variable in class com.aerospike.client.ResultCode
-
MRT was already committed.
- MRT_EXPIRED - Static variable in class com.aerospike.client.ResultCode
-
MRT deadline reached without a successful commit or abort.
- MRT_TOO_MANY_WRITES - Static variable in class com.aerospike.client.ResultCode
-
MRT write command limit (4096) exceeded.
- MRT_VERSION_MISMATCH - Static variable in class com.aerospike.client.ResultCode
-
MRT read version mismatch identified during commit.
- mul(Exp...) - Static method in class com.aerospike.client.exp.Exp
-
Create "multiply" (*) operator that applies to a variable number of expressions.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form