Interface TerminationNotificationResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TerminationNotificationResponse, TerminationNotificationResponse.Builder

public interface TerminationNotificationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAbnormalTermination

      boolean getAbnormalTermination()
       whether or not this termination is expected
       
      bool abnormal_termination = 1;
      Returns:
      The abnormalTermination.
    • getReason

      String getReason()
       if additional information is available then provide it in this field
       
      string reason = 2;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       if additional information is available then provide it in this field
       
      string reason = 2;
      Returns:
      The bytes for reason.
    • getIsFromUncaughtException

      boolean getIsFromUncaughtException()
       if this is due to an exception, whether or not it was uncaught
       
      bool is_from_uncaught_exception = 3;
      Returns:
      The isFromUncaughtException.
    • getStackTracesList

       if applicable, the list of stack traces in reverse causal order
       
      repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
    • getStackTraces

      TerminationNotificationResponse.StackTrace getStackTraces(int index)
       if applicable, the list of stack traces in reverse causal order
       
      repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
    • getStackTracesCount

      int getStackTracesCount()
       if applicable, the list of stack traces in reverse causal order
       
      repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
    • getStackTracesOrBuilderList

      List<? extends TerminationNotificationResponse.StackTraceOrBuilder> getStackTracesOrBuilderList()
       if applicable, the list of stack traces in reverse causal order
       
      repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
    • getStackTracesOrBuilder

      TerminationNotificationResponse.StackTraceOrBuilder getStackTracesOrBuilder(int index)
       if applicable, the list of stack traces in reverse causal order
       
      repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;