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 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

      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;
    • 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

      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;