Package org.apache.spark.status.protobuf
Interface StoreTypes.StreamingQueryDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.StreamingQueryData
,StoreTypes.StreamingQueryData.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.StreamingQueryDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
optional int64 end_timestamp = 7;
optional string exception = 5;
com.google.protobuf.ByteString
optional string exception = 5;
getId()
optional string id = 2;
com.google.protobuf.ByteString
optional string id = 2;
boolean
bool is_active = 4;
getName()
optional string name = 1;
com.google.protobuf.ByteString
optional string name = 1;
getRunId()
optional string run_id = 3;
com.google.protobuf.ByteString
optional string run_id = 3;
long
int64 start_timestamp = 6;
boolean
optional int64 end_timestamp = 7;
boolean
optional string exception = 5;
boolean
hasId()
optional string id = 2;
boolean
hasName()
optional string name = 1;
boolean
hasRunId()
optional string run_id = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;
- Returns:
- The bytes for name.
-
hasId
boolean hasId()optional string id = 2;
- Returns:
- Whether the id field is set.
-
getId
String getId()optional string id = 2;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()optional string id = 2;
- Returns:
- The bytes for id.
-
hasRunId
boolean hasRunId()optional string run_id = 3;
- Returns:
- Whether the runId field is set.
-
getRunId
String getRunId()optional string run_id = 3;
- Returns:
- The runId.
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()optional string run_id = 3;
- Returns:
- The bytes for runId.
-
getIsActive
boolean getIsActive()bool is_active = 4;
- Returns:
- The isActive.
-
hasException
boolean hasException()optional string exception = 5;
- Returns:
- Whether the exception field is set.
-
getException
String getException()optional string exception = 5;
- Returns:
- The exception.
-
getExceptionBytes
com.google.protobuf.ByteString getExceptionBytes()optional string exception = 5;
- Returns:
- The bytes for exception.
-
getStartTimestamp
long getStartTimestamp()int64 start_timestamp = 6;
- Returns:
- The startTimestamp.
-
hasEndTimestamp
boolean hasEndTimestamp()optional int64 end_timestamp = 7;
- Returns:
- Whether the endTimestamp field is set.
-
getEndTimestamp
long getEndTimestamp()optional int64 end_timestamp = 7;
- Returns:
- The endTimestamp.
-