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 shardThis 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-resultTo create instances of this class use
ShardResultBuilder.- See Also:
ShardResultBuilder,ShardResultKey
-
-
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 default Class<ShardResult>implementedInterface()ShardResultKeykey()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.DatastoreShardId
getDataStoreType, getShardName
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.ShardOperationResult
getErrorMessage, isSucceeded
-
-
-
-
Method Detail
-
implementedInterface
default Class<ShardResult> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceDatastoreShardId- Specified by:
implementedInterfacein interfaceShardOperationResult
-
key
ShardResultKey key()
- Specified by:
keyin interfaceorg.opendaylight.yangtools.yang.binding.Identifiable<ShardResultKey>
-
-