Interface RestartQueryResponseOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RestartQueryResponse, RestartQueryResponse.Builder

public interface RestartQueryResponseOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<int64, string> errorSerials = 2;
    Deprecated.
    int
    map<int64, string> errorSerials = 2;
    map<int64, string> errorSerials = 2;
    getErrorSerialsOrDefault(long key, String defaultValue)
    map<int64, string> errorSerials = 2;
    map<int64, string> errorSerials = 2;
    long
    getSuccessSerials(int index)
    repeated int64 successSerials = 1;
    int
    repeated int64 successSerials = 1;
    repeated int64 successSerials = 1;

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSuccessSerialsList

      List<Long> getSuccessSerialsList()
      repeated int64 successSerials = 1;
      Returns:
      A list containing the successSerials.
    • getSuccessSerialsCount

      int getSuccessSerialsCount()
      repeated int64 successSerials = 1;
      Returns:
      The count of successSerials.
    • getSuccessSerials

      long getSuccessSerials(int index)
      repeated int64 successSerials = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The successSerials at the given index.
    • getErrorSerialsCount

      int getErrorSerialsCount()
      map<int64, string> errorSerials = 2;
    • containsErrorSerials

      boolean containsErrorSerials(long key)
      map<int64, string> errorSerials = 2;
    • getErrorSerials

      @Deprecated Map<Long,String> getErrorSerials()
      Deprecated.
    • getErrorSerialsMap

      Map<Long,String> getErrorSerialsMap()
      map<int64, string> errorSerials = 2;
    • getErrorSerialsOrDefault

      String getErrorSerialsOrDefault(long key, String defaultValue)
      map<int64, string> errorSerials = 2;
    • getErrorSerialsOrThrow

      String getErrorSerialsOrThrow(long key)
      map<int64, string> errorSerials = 2;