Interface Pool.DefinitionStages.WithInterNodeCommunication

All Known Subinterfaces:
Pool.Definition, Pool.DefinitionStages.WithCreate
Enclosing interface:
Pool.DefinitionStages

public static interface Pool.DefinitionStages.WithInterNodeCommunication
The stage of the Pool definition allowing to specify interNodeCommunication.
  • Method Details

    • withInterNodeCommunication

      Pool.DefinitionStages.WithCreate withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
      Specifies the interNodeCommunication property: Whether the pool permits direct communication between nodes.

      This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'..

      Parameters:
      interNodeCommunication - Whether the pool permits direct communication between nodes.

      This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.

      Returns:
      the next definition stage.