Package org.apache.spark.status.protobuf
Interface StoreTypes.StreamingQueryProgressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.StreamingQueryProgress
,StoreTypes.StreamingQueryProgress.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.StreamingQueryProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsDurationMs
(String key) map<string, int64> duration_ms = 7;
boolean
containsEventTime
(String key) map<string, string> event_time = 8;
boolean
map<string, string> observed_metrics = 12;
long
int64 batch_duration = 6;
long
int64 batch_id = 5;
Deprecated.int
map<string, int64> duration_ms = 7;
map<string, int64> duration_ms = 7;
long
getDurationMsOrDefault
(String key, long defaultValue) map<string, int64> duration_ms = 7;
long
map<string, int64> duration_ms = 7;
Deprecated.int
map<string, string> event_time = 8;
map<string, string> event_time = 8;
getEventTimeOrDefault
(String key, String defaultValue) map<string, string> event_time = 8;
map<string, string> event_time = 8;
getId()
optional string id = 1;
com.google.protobuf.ByteString
optional string id = 1;
getName()
optional string name = 3;
com.google.protobuf.ByteString
optional string name = 3;
Deprecated.int
map<string, string> observed_metrics = 12;
map<string, string> observed_metrics = 12;
getObservedMetricsOrDefault
(String key, String defaultValue) map<string, string> observed_metrics = 12;
map<string, string> observed_metrics = 12;
getRunId()
optional string run_id = 2;
com.google.protobuf.ByteString
optional string run_id = 2;
getSink()
.org.apache.spark.status.protobuf.SinkProgress sink = 11;
.org.apache.spark.status.protobuf.SinkProgress sink = 11;
getSources
(int index) repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
int
repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
getSourcesOrBuilder
(int index) repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
List<? extends StoreTypes.SourceProgressOrBuilder>
repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
getStateOperators
(int index) repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
int
repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
getStateOperatorsOrBuilder
(int index) repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
List<? extends StoreTypes.StateOperatorProgressOrBuilder>
repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
optional string timestamp = 4;
com.google.protobuf.ByteString
optional string timestamp = 4;
boolean
hasId()
optional string id = 1;
boolean
hasName()
optional string name = 3;
boolean
hasRunId()
optional string run_id = 2;
boolean
hasSink()
.org.apache.spark.status.protobuf.SinkProgress sink = 11;
boolean
optional string timestamp = 4;
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
-
hasId
boolean hasId()optional string id = 1;
- Returns:
- Whether the id field is set.
-
getId
String getId()optional string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()optional string id = 1;
- Returns:
- The bytes for id.
-
hasRunId
boolean hasRunId()optional string run_id = 2;
- Returns:
- Whether the runId field is set.
-
getRunId
String getRunId()optional string run_id = 2;
- Returns:
- The runId.
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()optional string run_id = 2;
- Returns:
- The bytes for runId.
-
hasName
boolean hasName()optional string name = 3;
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 3;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 3;
- Returns:
- The bytes for name.
-
hasTimestamp
boolean hasTimestamp()optional string timestamp = 4;
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
String getTimestamp()optional string timestamp = 4;
- Returns:
- The timestamp.
-
getTimestampBytes
com.google.protobuf.ByteString getTimestampBytes()optional string timestamp = 4;
- Returns:
- The bytes for timestamp.
-
getBatchId
long getBatchId()int64 batch_id = 5;
- Returns:
- The batchId.
-
getBatchDuration
long getBatchDuration()int64 batch_duration = 6;
- Returns:
- The batchDuration.
-
getDurationMsCount
int getDurationMsCount()map<string, int64> duration_ms = 7;
-
containsDurationMs
map<string, int64> duration_ms = 7;
-
getDurationMs
Deprecated.UsegetDurationMsMap()
instead. -
getDurationMsMap
map<string, int64> duration_ms = 7;
-
getDurationMsOrDefault
map<string, int64> duration_ms = 7;
-
getDurationMsOrThrow
map<string, int64> duration_ms = 7;
-
getEventTimeCount
int getEventTimeCount()map<string, string> event_time = 8;
-
containsEventTime
map<string, string> event_time = 8;
-
getEventTime
Deprecated.UsegetEventTimeMap()
instead. -
getEventTimeMap
map<string, string> event_time = 8;
-
getEventTimeOrDefault
map<string, string> event_time = 8;
-
getEventTimeOrThrow
map<string, string> event_time = 8;
-
getStateOperatorsList
List<StoreTypes.StateOperatorProgress> getStateOperatorsList()repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
-
getStateOperators
repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
-
getStateOperatorsCount
int getStateOperatorsCount()repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
-
getStateOperatorsOrBuilderList
List<? extends StoreTypes.StateOperatorProgressOrBuilder> getStateOperatorsOrBuilderList()repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
-
getStateOperatorsOrBuilder
repeated .org.apache.spark.status.protobuf.StateOperatorProgress state_operators = 9;
-
getSourcesList
List<StoreTypes.SourceProgress> getSourcesList()repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
-
getSources
repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
-
getSourcesCount
int getSourcesCount()repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
-
getSourcesOrBuilderList
List<? extends StoreTypes.SourceProgressOrBuilder> getSourcesOrBuilderList()repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
-
getSourcesOrBuilder
repeated .org.apache.spark.status.protobuf.SourceProgress sources = 10;
-
hasSink
boolean hasSink().org.apache.spark.status.protobuf.SinkProgress sink = 11;
- Returns:
- Whether the sink field is set.
-
getSink
StoreTypes.SinkProgress getSink().org.apache.spark.status.protobuf.SinkProgress sink = 11;
- Returns:
- The sink.
-
getSinkOrBuilder
StoreTypes.SinkProgressOrBuilder getSinkOrBuilder().org.apache.spark.status.protobuf.SinkProgress sink = 11;
-
getObservedMetricsCount
int getObservedMetricsCount()map<string, string> observed_metrics = 12;
-
containsObservedMetrics
map<string, string> observed_metrics = 12;
-
getObservedMetrics
Deprecated.UsegetObservedMetricsMap()
instead. -
getObservedMetricsMap
map<string, string> observed_metrics = 12;
-
getObservedMetricsOrDefault
map<string, string> observed_metrics = 12;
-
getObservedMetricsOrThrow
map<string, string> observed_metrics = 12;
-