public interface BlockMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getConsenterIds(int index)
Maintains a mapping between the cluster's OSNs
and their Raft IDs.
|
int |
getConsenterIdsCount()
Maintains a mapping between the cluster's OSNs
and their Raft IDs.
|
List<Long> |
getConsenterIdsList()
Maintains a mapping between the cluster's OSNs
and their Raft IDs.
|
long |
getNextConsenterId()
Carries the Raft ID value that will be assigned
to the next OSN that will join this cluster.
|
long |
getRaftIndex()
Index of etcd/raft entry for current block.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Long> getConsenterIdsList()
Maintains a mapping between the cluster's OSNs and their Raft IDs.
repeated uint64 consenter_ids = 1 [json_name = "consenterIds"];
int getConsenterIdsCount()
Maintains a mapping between the cluster's OSNs and their Raft IDs.
repeated uint64 consenter_ids = 1 [json_name = "consenterIds"];
long getConsenterIds(int index)
Maintains a mapping between the cluster's OSNs and their Raft IDs.
repeated uint64 consenter_ids = 1 [json_name = "consenterIds"];
index
- The index of the element to return.long getNextConsenterId()
Carries the Raft ID value that will be assigned to the next OSN that will join this cluster.
uint64 next_consenter_id = 2 [json_name = "nextConsenterId"];
long getRaftIndex()
Index of etcd/raft entry for current block.
uint64 raft_index = 3 [json_name = "raftIndex"];
Copyright © 2022. All rights reserved.