Package org.apache.spark.status.protobuf
Interface StoreTypes.StateOperatorProgressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.StateOperatorProgress
,StoreTypes.StateOperatorProgress.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.StateOperatorProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, int64> custom_metrics = 12;
long
int64 all_removals_time_ms = 6;
long
int64 all_updates_time_ms = 4;
long
int64 commit_time_ms = 7;
Deprecated.int
map<string, int64> custom_metrics = 12;
map<string, int64> custom_metrics = 12;
long
getCustomMetricsOrDefault
(String key, long defaultValue) map<string, int64> custom_metrics = 12;
long
map<string, int64> custom_metrics = 12;
long
int64 memory_used_bytes = 8;
long
int64 num_rows_dropped_by_watermark = 9;
long
int64 num_rows_removed = 5;
long
int64 num_rows_total = 2;
long
int64 num_rows_updated = 3;
long
int64 num_shuffle_partitions = 10;
long
int64 num_state_store_instances = 11;
optional string operator_name = 1;
com.google.protobuf.ByteString
optional string operator_name = 1;
boolean
optional string operator_name = 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
-
hasOperatorName
boolean hasOperatorName()optional string operator_name = 1;
- Returns:
- Whether the operatorName field is set.
-
getOperatorName
String getOperatorName()optional string operator_name = 1;
- Returns:
- The operatorName.
-
getOperatorNameBytes
com.google.protobuf.ByteString getOperatorNameBytes()optional string operator_name = 1;
- Returns:
- The bytes for operatorName.
-
getNumRowsTotal
long getNumRowsTotal()int64 num_rows_total = 2;
- Returns:
- The numRowsTotal.
-
getNumRowsUpdated
long getNumRowsUpdated()int64 num_rows_updated = 3;
- Returns:
- The numRowsUpdated.
-
getAllUpdatesTimeMs
long getAllUpdatesTimeMs()int64 all_updates_time_ms = 4;
- Returns:
- The allUpdatesTimeMs.
-
getNumRowsRemoved
long getNumRowsRemoved()int64 num_rows_removed = 5;
- Returns:
- The numRowsRemoved.
-
getAllRemovalsTimeMs
long getAllRemovalsTimeMs()int64 all_removals_time_ms = 6;
- Returns:
- The allRemovalsTimeMs.
-
getCommitTimeMs
long getCommitTimeMs()int64 commit_time_ms = 7;
- Returns:
- The commitTimeMs.
-
getMemoryUsedBytes
long getMemoryUsedBytes()int64 memory_used_bytes = 8;
- Returns:
- The memoryUsedBytes.
-
getNumRowsDroppedByWatermark
long getNumRowsDroppedByWatermark()int64 num_rows_dropped_by_watermark = 9;
- Returns:
- The numRowsDroppedByWatermark.
-
getNumShufflePartitions
long getNumShufflePartitions()int64 num_shuffle_partitions = 10;
- Returns:
- The numShufflePartitions.
-
getNumStateStoreInstances
long getNumStateStoreInstances()int64 num_state_store_instances = 11;
- Returns:
- The numStateStoreInstances.
-
getCustomMetricsCount
int getCustomMetricsCount()map<string, int64> custom_metrics = 12;
-
containsCustomMetrics
map<string, int64> custom_metrics = 12;
-
getCustomMetrics
Deprecated.UsegetCustomMetricsMap()
instead. -
getCustomMetricsMap
map<string, int64> custom_metrics = 12;
-
getCustomMetricsOrDefault
map<string, int64> custom_metrics = 12;
-
getCustomMetricsOrThrow
map<string, int64> custom_metrics = 12;
-