public interface ShardResultOutput
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module cluster-admin
grouping shard-result-output {
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| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<ShardResult> |
getShardResult()
The list of results, one per shard
|
default @NonNull List<ShardResult> |
nonnullShardResult() |
@Nullable List<ShardResult> getShardResult()
java.util.List shardResult, or null if not presentdefault @NonNull List<ShardResult> nonnullShardResult()
java.util.List shardResult, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.