Documentation

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


        
On this page

Search results