public final class MapReturnType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
COUNT
Return count of items selected.
|
static int |
INDEX
Return key index order.
|
static int |
INVERTED
Invert meaning of map command and return values.
|
static int |
KEY
Return key for single key read and key list for range read.
|
static int |
KEY_VALUE
Return key/value items.
|
static int |
NONE
Do not return a result.
|
static int |
RANK
Return value order.
|
static int |
REVERSE_INDEX
Return reverse key order.
|
static int |
REVERSE_RANK
Return reserve value order.
|
static int |
VALUE
Return value for single key read and value list for range read.
|
Constructor and Description |
---|
MapReturnType() |
public static final int NONE
public static final int INDEX
public static final int REVERSE_INDEX
public static final int RANK
public static final int REVERSE_RANK
public static final int COUNT
public static final int KEY
public static final int VALUE
public static final int KEY_VALUE
public static final int INVERTED
MapOperation.removeByKeyRange(binName, keyBegin, keyEnd, MapReturnType.KEY | MapReturnType.INVERTED);
With the INVERTED flag enabled, the keys outside of the specified key range will be removed and returned.Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.