Interface MemberNode

  • All Superinterfaces:
    ChoiceIn<LocateShardOutput>, DataContainer
    All Known Subinterfaces:
    LeaderActorRef, Local

    public interface MemberNode
    extends ChoiceIn<LocateShardOutput>
    Location of the hypothetical cluster member node. Relationship to the input parameters and the transport protocol.

    This class represents the following YANG schema fragment defined in module cluster-admin

     choice member-node {
       case local {
         leaf local {
           type empty;
         }
       }
       case leader-actor-ref {
         leaf leader-actor-ref {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is cluster-admin/locate-shard/output/member-node
    • Field Detail

      • QNAME

        static final @NonNull QName QNAME