Interface PersistentQueryStateMessageOrBuilder

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

public interface PersistentQueryStateMessageOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSerial

      long getSerial()
      int64 serial = 1;
      Returns:
      The serial.
    • getVersion

      long getVersion()
      int64 version = 2;
      Returns:
      The version.
    • getStatusValue

      int getStatusValue()
      .io.deephaven.proto.controller.PersistentQueryStatusEnum status = 3;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      .io.deephaven.proto.controller.PersistentQueryStatusEnum status = 3;
      Returns:
      The status.
    • getInitializationStartNanos

      long getInitializationStartNanos()
      int64 initializationStartNanos = 4;
      Returns:
      The initializationStartNanos.
    • getInitializationCompleteNanos

      long getInitializationCompleteNanos()
      int64 initializationCompleteNanos = 5;
      Returns:
      The initializationCompleteNanos.
    • getLastUpdateNanos

      long getLastUpdateNanos()
      int64 lastUpdateNanos = 6;
      Returns:
      The lastUpdateNanos.
    • getDispatcherHost

      String getDispatcherHost()
      string dispatcherHost = 7;
      Returns:
      The dispatcherHost.
    • getDispatcherHostBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getDispatcherHostBytes()
      string dispatcherHost = 7;
      Returns:
      The bytes for dispatcherHost.
    • getTableGroupsList

      List<NamedStringList> getTableGroupsList()
      repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
    • getTableGroups

      NamedStringList getTableGroups(int index)
      repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
    • getTableGroupsCount

      int getTableGroupsCount()
      repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
    • getTableGroupsOrBuilderList

      List<? extends NamedStringListOrBuilder> getTableGroupsOrBuilderList()
      repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
    • getTableGroupsOrBuilder

      NamedStringListOrBuilder getTableGroupsOrBuilder(int index)
      repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
    • getScopeTypesList

      List<ExportedObjectInfoMessage> getScopeTypesList()
      repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
    • getScopeTypes

      ExportedObjectInfoMessage getScopeTypes(int index)
      repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
    • getScopeTypesCount

      int getScopeTypesCount()
      repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
    • getScopeTypesOrBuilderList

      List<? extends ExportedObjectInfoMessageOrBuilder> getScopeTypesOrBuilderList()
      repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
    • getScopeTypesOrBuilder

      ExportedObjectInfoMessageOrBuilder getScopeTypesOrBuilder(int index)
      repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
    • hasConnectionDetails

      boolean hasConnectionDetails()
      optional .io.deephaven.proto.controller.ProcessorConnectionDetailsMessage connectionDetails = 10;
      Returns:
      Whether the connectionDetails field is set.
    • getConnectionDetails

      ProcessorConnectionDetailsMessage getConnectionDetails()
      optional .io.deephaven.proto.controller.ProcessorConnectionDetailsMessage connectionDetails = 10;
      Returns:
      The connectionDetails.
    • getConnectionDetailsOrBuilder

      ProcessorConnectionDetailsMessageOrBuilder getConnectionDetailsOrBuilder()
      optional .io.deephaven.proto.controller.ProcessorConnectionDetailsMessage connectionDetails = 10;
    • hasExceptionDetails

      boolean hasExceptionDetails()
      optional .io.deephaven.proto.common.ExceptionDetailsMessage exceptionDetails = 11;
      Returns:
      Whether the exceptionDetails field is set.
    • getExceptionDetails

      ExceptionDetailsMessage getExceptionDetails()
      optional .io.deephaven.proto.common.ExceptionDetailsMessage exceptionDetails = 11;
      Returns:
      The exceptionDetails.
    • getExceptionDetailsOrBuilder

      ExceptionDetailsMessageOrBuilder getExceptionDetailsOrBuilder()
      optional .io.deephaven.proto.common.ExceptionDetailsMessage exceptionDetails = 11;
    • getTypeSpecificStateJson

      String getTypeSpecificStateJson()
       Encoded JSON
       
      string typeSpecificStateJson = 12;
      Returns:
      The typeSpecificStateJson.
    • getTypeSpecificStateJsonBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getTypeSpecificStateJsonBytes()
       Encoded JSON
       
      string typeSpecificStateJson = 12;
      Returns:
      The bytes for typeSpecificStateJson.
    • getLastAuthenticatedUser

      String getLastAuthenticatedUser()
      string lastAuthenticatedUser = 13;
      Returns:
      The lastAuthenticatedUser.
    • getLastAuthenticatedUserBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getLastAuthenticatedUserBytes()
      string lastAuthenticatedUser = 13;
      Returns:
      The bytes for lastAuthenticatedUser.
    • getLastEffectiveUser

      String getLastEffectiveUser()
      string lastEffectiveUser = 14;
      Returns:
      The lastEffectiveUser.
    • getLastEffectiveUserBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getLastEffectiveUserBytes()
      string lastEffectiveUser = 14;
      Returns:
      The bytes for lastEffectiveUser.
    • hasScriptLoaderStateJson

      boolean hasScriptLoaderStateJson()
       Encoded JSON
       
      optional string scriptLoaderStateJson = 15;
      Returns:
      Whether the scriptLoaderStateJson field is set.
    • getScriptLoaderStateJson

      String getScriptLoaderStateJson()
       Encoded JSON
       
      optional string scriptLoaderStateJson = 15;
      Returns:
      The scriptLoaderStateJson.
    • getScriptLoaderStateJsonBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getScriptLoaderStateJsonBytes()
       Encoded JSON
       
      optional string scriptLoaderStateJson = 15;
      Returns:
      The bytes for scriptLoaderStateJson.
    • getHasProgress

      boolean getHasProgress()
      bool hasProgress = 16;
      Returns:
      The hasProgress.
    • getProgressValue

      int getProgressValue()
      int32 progressValue = 17;
      Returns:
      The progressValue.
    • getProgressMessage

      String getProgressMessage()
      string progressMessage = 18;
      Returns:
      The progressMessage.
    • getProgressMessageBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getProgressMessageBytes()
      string progressMessage = 18;
      Returns:
      The bytes for progressMessage.
    • getEngineVersion

      String getEngineVersion()
      string engineVersion = 19;
      Returns:
      The engineVersion.
    • getEngineVersionBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getEngineVersionBytes()
      string engineVersion = 19;
      Returns:
      The bytes for engineVersion.
    • getDispatcherPort

      int getDispatcherPort()
      int32 dispatcherPort = 20;
      Returns:
      The dispatcherPort.
    • getShouldStopNanos

      long getShouldStopNanos()
      int64 shouldStopNanos = 21;
      Returns:
      The shouldStopNanos.