NodeManager Class
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:
- 
                        
nameStringThe name of the node manager
 
