public static interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getRuntimeStateHashes(int index)
Hashes representing the state of the runtime itself (e.g., its
internal indexes).
|
int |
getRuntimeStateHashesCount()
Hashes representing the state of the runtime itself (e.g., its
internal indexes).
|
List<com.google.protobuf.ByteString> |
getRuntimeStateHashesList()
Hashes representing the state of the runtime itself (e.g., its
internal indexes).
|
ServiceRuntimeProtos.ServiceStateHashes |
getServiceStateHashes(int index)
State hashes of each active service in the runtime.
|
int |
getServiceStateHashesCount()
State hashes of each active service in the runtime.
|
List<ServiceRuntimeProtos.ServiceStateHashes> |
getServiceStateHashesList()
State hashes of each active service in the runtime.
|
ServiceRuntimeProtos.ServiceStateHashesOrBuilder |
getServiceStateHashesOrBuilder(int index)
State hashes of each active service in the runtime.
|
List<? extends ServiceRuntimeProtos.ServiceStateHashesOrBuilder> |
getServiceStateHashesOrBuilderList()
State hashes of each active service in the runtime.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.ByteString> getRuntimeStateHashesList()
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;int getRuntimeStateHashesCount()
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;com.google.protobuf.ByteString getRuntimeStateHashes(int index)
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;index - The index of the element to return.List<ServiceRuntimeProtos.ServiceStateHashes> getServiceStateHashesList()
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;ServiceRuntimeProtos.ServiceStateHashes getServiceStateHashes(int index)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;int getServiceStateHashesCount()
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;List<? extends ServiceRuntimeProtos.ServiceStateHashesOrBuilder> getServiceStateHashesOrBuilderList()
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;ServiceRuntimeProtos.ServiceStateHashesOrBuilder getServiceStateHashesOrBuilder(int index)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;Copyright © 2019 Exonum. All rights reserved.