Interface LocateShardOutput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<LocateShardOutput>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,org.opendaylight.yangtools.yang.binding.RpcOutput
public interface LocateShardOutput extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<LocateShardOutput>
This class represents the following YANG schema fragment defined in module cluster-admin
output output { 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/outputTo create instances of this class use
LocateShardOutputBuilder.- See Also:
LocateShardOutputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable MemberNodegetMemberNode()Location of the hypothetical cluster member node.default Class<LocateShardOutput>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
default Class<LocateShardOutput> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.RpcOutput
-
getMemberNode
@Nullable MemberNode getMemberNode()
Location of the hypothetical cluster member node. Relationship to the input parameters and the transport protocol.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.locate.shard.output.MemberNodememberNode, ornullif not present
-
-