Package com.exonum.binding.core.runtime
Interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceRuntimeProtos.ServiceRuntimeStateHashes,ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder
- Enclosing class:
- ServiceRuntimeProtos
public static interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description com.google.protobuf.ByteStringgetRuntimeStateHashes(int index)Hashes representing the state of the runtime itself (e.g., its internal indexes).intgetRuntimeStateHashesCount()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.ServiceStateHashesgetServiceStateHashes(int index)State hashes of each active service in the runtime.intgetServiceStateHashesCount()State hashes of each active service in the runtime.List<ServiceRuntimeProtos.ServiceStateHashes>getServiceStateHashesList()State hashes of each active service in the runtime.ServiceRuntimeProtos.ServiceStateHashesOrBuildergetServiceStateHashesOrBuilder(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.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRuntimeStateHashesList
List<com.google.protobuf.ByteString> getRuntimeStateHashesList()Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;- Returns:
- A list containing the runtimeStateHashes.
-
getRuntimeStateHashesCount
int getRuntimeStateHashesCount()Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;- Returns:
- The count of runtimeStateHashes.
-
getRuntimeStateHashes
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;- Parameters:
index- The index of the element to return.- Returns:
- The runtimeStateHashes at the given index.
-
getServiceStateHashesList
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; -
getServiceStateHashes
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; -
getServiceStateHashesCount
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; -
getServiceStateHashesOrBuilderList
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; -
getServiceStateHashesOrBuilder
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;
-