MapOrderType
in package
Specifies whether a command, that needs to be executed on multiple cluster nodes, should be executed sequentially, one node at a time, or in parallel on multiple nodes using the client's thread pool.
Table of Contents
Methods
- attr() : int
- flag() : int
- KeyOrdered() : MapOrderType
- Order map by key.
- KeyValueOrdered() : MapOrderType
- Order map by key, then value.
- Unordered() : MapOrderType
- Map is not ordered. This is the default.
Methods
attr()
public
attr() : int
Return values
intflag()
public
flag() : int
Return values
intKeyOrdered()
Order map by key.
public
static KeyOrdered() : MapOrderType
Return values
MapOrderTypeKeyValueOrdered()
Order map by key, then value.
public
static KeyValueOrdered() : MapOrderType
Return values
MapOrderTypeUnordered()
Map is not ordered. This is the default.
public
static Unordered() : MapOrderType