Package org.apache.spark.status.protobuf
Interface StoreTypes.SinkProgressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.SinkProgress
,StoreTypes.SinkProgress.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.SinkProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetrics
(String key) map<string, string> metrics = 3;
optional string description = 1;
com.google.protobuf.ByteString
optional string description = 1;
Deprecated.int
map<string, string> metrics = 3;
map<string, string> metrics = 3;
getMetricsOrDefault
(String key, String defaultValue) map<string, string> metrics = 3;
getMetricsOrThrow
(String key) map<string, string> metrics = 3;
long
int64 num_output_rows = 2;
boolean
optional string description = 1;
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
-
hasDescription
boolean hasDescription()optional string description = 1;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 1;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 1;
- Returns:
- The bytes for description.
-
getNumOutputRows
long getNumOutputRows()int64 num_output_rows = 2;
- Returns:
- The numOutputRows.
-
getMetricsCount
int getMetricsCount()map<string, string> metrics = 3;
-
containsMetrics
map<string, string> metrics = 3;
-
getMetrics
Deprecated.UsegetMetricsMap()
instead. -
getMetricsMap
map<string, string> metrics = 3;
-
getMetricsOrDefault
map<string, string> metrics = 3;
-
getMetricsOrThrow
map<string, string> metrics = 3;
-