Interface DatastoreShardId

    • Field Detail

      • QNAME

        static final @NonNull QName QNAME
    • Method Detail

      • getShardName

        @Nullable String getShardName()
        Return shardName, or null if it is not present..
             
                 The name of the shard.
             
         
        Returns:
        java.lang.String shardName, or null if it is not present.
      • getDataStoreType

        @Nullable DataStoreType getDataStoreType()
        Return dataStoreType, or null if it is not present..
             
                 The type of the data store to which the shard belongs
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.DataStoreType dataStoreType, or null if it is not present.