public final class MapWriteFlags extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CREATE_ONLY
If the key already exists, the item will be denied.
|
static int |
DEFAULT
Default.
|
static int |
NO_FAIL
Do not raise error if a map item is denied due to write flag constraints.
|
static int |
PARTIAL
Allow other valid map items to be committed if a map item is denied due to
write flag constraints.
|
static int |
UPDATE_ONLY
If the key already exists, the item will be overwritten.
|
Constructor and Description |
---|
MapWriteFlags() |
public static final int DEFAULT
public static final int CREATE_ONLY
public static final int UPDATE_ONLY
public static final int NO_FAIL
public static final int PARTIAL
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.