API Docs for: 2.2.2
Show:

NodeManager Class

Module: Core

Abstract class that defines a NodeManager

Every time a command is executed on the RiakCluster a RiakNode is selected. The default procedure for doing so is a simple round-robin provided via DefaultNodeManager.

If you wish to alter this behavior you should extend this class and implement your own executeOnNode(). This function should pick a node from the list and execute the command via execute.

Constructor

NodeManager

(
  • name
)

Parameters:

  • name String

    The name of the node manager

Item Index