Package io.deephaven.proto.controller
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 Summary
Modifier and TypeMethodDescriptionoptional .io.deephaven.proto.controller.ProcessorConnectionDetailsMessage connectionDetails = 10;
optional .io.deephaven.proto.controller.ProcessorConnectionDetailsMessage connectionDetails = 10;
string dispatcherHost = 7;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string dispatcherHost = 7;
int
int32 dispatcherPort = 20;
string engineVersion = 19;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string engineVersion = 19;
optional .io.deephaven.proto.common.ExceptionDetailsMessage exceptionDetails = 11;
optional .io.deephaven.proto.common.ExceptionDetailsMessage exceptionDetails = 11;
boolean
bool hasProgress = 16;
long
int64 initializationCompleteNanos = 5;
long
int64 initializationStartNanos = 4;
string lastAuthenticatedUser = 13;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string lastAuthenticatedUser = 13;
string lastEffectiveUser = 14;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string lastEffectiveUser = 14;
long
int64 lastFailureTimeNanos = 23;
long
int64 lastUpdateNanos = 6;
int
int32 numFailures = 22;
string progressMessage = 18;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string progressMessage = 18;
int
int32 progressValue = 17;
int
int32 replicaSlot = 24;
getScopeTypes
(int index) repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
int
repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
getScopeTypesOrBuilder
(int index) repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
List<? extends ExportedObjectInfoMessageOrBuilder>
repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
Encoded JSONio.deephaven.shadow.core.com.google.protobuf.ByteString
Encoded JSONlong
int64 serial = 1;
long
int64 shouldStopNanos = 21;
.io.deephaven.proto.controller.PersistentQueryStatusEnum status = 3;
string statusDetails = 25;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string statusDetails = 25;
int
.io.deephaven.proto.controller.PersistentQueryStatusEnum status = 3;
getTableGroups
(int index) repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
int
repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
getTableGroupsOrBuilder
(int index) repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
List<? extends NamedStringListOrBuilder>
repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
Encoded JSONio.deephaven.shadow.core.com.google.protobuf.ByteString
Encoded JSONlong
int64 version = 2;
boolean
optional .io.deephaven.proto.controller.ProcessorConnectionDetailsMessage connectionDetails = 10;
boolean
optional .io.deephaven.proto.common.ExceptionDetailsMessage exceptionDetails = 11;
boolean
Encoded JSONMethods 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
-
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
PersistentQueryStatusEnum 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
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
repeated .io.deephaven.proto.controller.NamedStringList tableGroups = 8;
-
getScopeTypesList
List<ExportedObjectInfoMessage> getScopeTypesList()repeated .io.deephaven.proto.controller.ExportedObjectInfoMessage scopeTypes = 9;
-
getScopeTypes
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
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.
-
getNumFailures
int getNumFailures()int32 numFailures = 22;
- Returns:
- The numFailures.
-
getLastFailureTimeNanos
long getLastFailureTimeNanos()int64 lastFailureTimeNanos = 23;
- Returns:
- The lastFailureTimeNanos.
-
getReplicaSlot
int getReplicaSlot()int32 replicaSlot = 24;
- Returns:
- The replicaSlot.
-
getStatusDetails
String getStatusDetails()string statusDetails = 25;
- Returns:
- The statusDetails.
-
getStatusDetailsBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getStatusDetailsBytes()string statusDetails = 25;
- Returns:
- The bytes for statusDetails.
-