Interface ShardResult

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ShardResult>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ShardResultOutput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, DatastoreShardId, org.opendaylight.yangtools.yang.binding.Identifiable<ShardResultKey>, ShardOperationResult

    public interface ShardResult
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ShardResultOutput>, org.opendaylight.yangtools.yang.binding.Augmentable<ShardResult>, ShardOperationResult, org.opendaylight.yangtools.yang.binding.Identifiable<ShardResultKey>
    The list of results, one per shard

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

     list shard-result {
       key "shard-name data-store-type";
       uses shard-operation-result;
     }
     
    The schema path to identify an instance is cluster-admin/shard-result-output/shard-result

    To create instances of this class use ShardResultBuilder.

    See Also:
    ShardResultBuilder, ShardResultKey
    • Field Detail

      • QNAME

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