Documentation

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


        
On this page

Search results