ListOrderType
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
- flag() : int
- Ordered() : ListOrderType
- ListOrderOrdered signifies that list is Ordered.
- Unordered() : ListOrderType
- ListOrderUnordered signifies that list is not ordered. This is the default.
Methods
flag()
public
flag() : int
Return values
intOrdered()
ListOrderOrdered signifies that list is Ordered.
public
static Ordered() : ListOrderType
Return values
ListOrderTypeUnordered()
ListOrderUnordered signifies that list is not ordered. This is the default.
public
static Unordered() : ListOrderType