Interface Replicas

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Replicas>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Shard>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Replicas
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Shard>, org.opendaylight.yangtools.yang.binding.Augmentable<Replicas>
    List of cluster member nodes that this shard is replicated on

    This class represents the following YANG schema fragment defined in module prefix-shard-configuration

     container replicas {
       leaf-list replica {
         type string;
       }
     }
     
    The schema path to identify an instance is prefix-shard-configuration/prefix-shards/shard/replicas

    To create instances of this class use ReplicasBuilder.

    See Also:
    ReplicasBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Replicas> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getReplica

        @Nullable List<String> getReplica()
        Returns:
        java.util.List replica, or null if not present