Class DispatchSpec.Node

  • Enclosing class:
    DispatchSpec

    public static class DispatchSpec.Node
    extends java.lang.Object
    Reference to a node which is contained in a dispatch group.
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(int distributionKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDistributionKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Node

        public Node​(int distributionKey)
    • Method Detail

      • getDistributionKey

        public int getDistributionKey()