public static final class StoreTypes.StateOperatorProgress extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.StateOperatorProgressOrBuilder
org.apache.spark.status.protobuf.StateOperatorProgress| Modifier and Type | Class and Description |
|---|---|
static class |
StoreTypes.StateOperatorProgress.Builder
Protobuf type
org.apache.spark.status.protobuf.StateOperatorProgress |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_REMOVALS_TIME_MS_FIELD_NUMBER |
static int |
ALL_UPDATES_TIME_MS_FIELD_NUMBER |
static int |
COMMIT_TIME_MS_FIELD_NUMBER |
static int |
CUSTOM_METRICS_FIELD_NUMBER |
static int |
MEMORY_USED_BYTES_FIELD_NUMBER |
static int |
NUM_ROWS_DROPPED_BY_WATERMARK_FIELD_NUMBER |
static int |
NUM_ROWS_REMOVED_FIELD_NUMBER |
static int |
NUM_ROWS_TOTAL_FIELD_NUMBER |
static int |
NUM_ROWS_UPDATED_FIELD_NUMBER |
static int |
NUM_SHUFFLE_PARTITIONS_FIELD_NUMBER |
static int |
NUM_STATE_STORE_INSTANCES_FIELD_NUMBER |
static int |
OPERATOR_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCustomMetrics(String key)
map<string, int64> custom_metrics = 12; |
boolean |
equals(Object obj) |
long |
getAllRemovalsTimeMs()
int64 all_removals_time_ms = 6; |
long |
getAllUpdatesTimeMs()
int64 all_updates_time_ms = 4; |
long |
getCommitTimeMs()
int64 commit_time_ms = 7; |
java.util.Map<String,Long> |
getCustomMetrics()
Deprecated.
|
int |
getCustomMetricsCount()
map<string, int64> custom_metrics = 12; |
java.util.Map<String,Long> |
getCustomMetricsMap()
map<string, int64> custom_metrics = 12; |
long |
getCustomMetricsOrDefault(String key,
long defaultValue)
map<string, int64> custom_metrics = 12; |
long |
getCustomMetricsOrThrow(String key)
map<string, int64> custom_metrics = 12; |
static StoreTypes.StateOperatorProgress |
getDefaultInstance() |
StoreTypes.StateOperatorProgress |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getMemoryUsedBytes()
int64 memory_used_bytes = 8; |
long |
getNumRowsDroppedByWatermark()
int64 num_rows_dropped_by_watermark = 9; |
long |
getNumRowsRemoved()
int64 num_rows_removed = 5; |
long |
getNumRowsTotal()
int64 num_rows_total = 2; |
long |
getNumRowsUpdated()
int64 num_rows_updated = 3; |
long |
getNumShufflePartitions()
int64 num_shuffle_partitions = 10; |
long |
getNumStateStoreInstances()
int64 num_state_store_instances = 11; |
String |
getOperatorName()
optional string operator_name = 1; |
com.google.protobuf.ByteString |
getOperatorNameBytes()
optional string operator_name = 1; |
com.google.protobuf.Parser<StoreTypes.StateOperatorProgress> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasOperatorName()
optional string operator_name = 1; |
boolean |
isInitialized() |
static StoreTypes.StateOperatorProgress.Builder |
newBuilder() |
static StoreTypes.StateOperatorProgress.Builder |
newBuilder(StoreTypes.StateOperatorProgress prototype) |
StoreTypes.StateOperatorProgress.Builder |
newBuilderForType() |
static StoreTypes.StateOperatorProgress |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.StateOperatorProgress |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StateOperatorProgress |
parseFrom(byte[] data) |
static StoreTypes.StateOperatorProgress |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StateOperatorProgress |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.StateOperatorProgress |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StateOperatorProgress |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.StateOperatorProgress |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StateOperatorProgress |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.StateOperatorProgress |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StateOperatorProgress |
parseFrom(java.io.InputStream input) |
static StoreTypes.StateOperatorProgress |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.StateOperatorProgress> |
parser() |
StoreTypes.StateOperatorProgress.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int OPERATOR_NAME_FIELD_NUMBER
public static final int NUM_ROWS_TOTAL_FIELD_NUMBER
public static final int NUM_ROWS_UPDATED_FIELD_NUMBER
public static final int ALL_UPDATES_TIME_MS_FIELD_NUMBER
public static final int NUM_ROWS_REMOVED_FIELD_NUMBER
public static final int ALL_REMOVALS_TIME_MS_FIELD_NUMBER
public static final int COMMIT_TIME_MS_FIELD_NUMBER
public static final int MEMORY_USED_BYTES_FIELD_NUMBER
public static final int NUM_ROWS_DROPPED_BY_WATERMARK_FIELD_NUMBER
public static final int NUM_SHUFFLE_PARTITIONS_FIELD_NUMBER
public static final int NUM_STATE_STORE_INSTANCES_FIELD_NUMBER
public static final int CUSTOM_METRICS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasOperatorName()
optional string operator_name = 1;hasOperatorName in interface StoreTypes.StateOperatorProgressOrBuilderpublic String getOperatorName()
optional string operator_name = 1;getOperatorName in interface StoreTypes.StateOperatorProgressOrBuilderpublic com.google.protobuf.ByteString getOperatorNameBytes()
optional string operator_name = 1;getOperatorNameBytes in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getNumRowsTotal()
int64 num_rows_total = 2;getNumRowsTotal in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getNumRowsUpdated()
int64 num_rows_updated = 3;getNumRowsUpdated in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getAllUpdatesTimeMs()
int64 all_updates_time_ms = 4;getAllUpdatesTimeMs in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getNumRowsRemoved()
int64 num_rows_removed = 5;getNumRowsRemoved in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getAllRemovalsTimeMs()
int64 all_removals_time_ms = 6;getAllRemovalsTimeMs in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getCommitTimeMs()
int64 commit_time_ms = 7;getCommitTimeMs in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getMemoryUsedBytes()
int64 memory_used_bytes = 8;getMemoryUsedBytes in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getNumRowsDroppedByWatermark()
int64 num_rows_dropped_by_watermark = 9;getNumRowsDroppedByWatermark in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getNumShufflePartitions()
int64 num_shuffle_partitions = 10;getNumShufflePartitions in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getNumStateStoreInstances()
int64 num_state_store_instances = 11;getNumStateStoreInstances in interface StoreTypes.StateOperatorProgressOrBuilderpublic int getCustomMetricsCount()
StoreTypes.StateOperatorProgressOrBuildermap<string, int64> custom_metrics = 12;getCustomMetricsCount in interface StoreTypes.StateOperatorProgressOrBuilderpublic boolean containsCustomMetrics(String key)
map<string, int64> custom_metrics = 12;containsCustomMetrics in interface StoreTypes.StateOperatorProgressOrBuilder@Deprecated public java.util.Map<String,Long> getCustomMetrics()
getCustomMetricsMap() instead.getCustomMetrics in interface StoreTypes.StateOperatorProgressOrBuilderpublic java.util.Map<String,Long> getCustomMetricsMap()
map<string, int64> custom_metrics = 12;getCustomMetricsMap in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getCustomMetricsOrDefault(String key,
long defaultValue)
map<string, int64> custom_metrics = 12;getCustomMetricsOrDefault in interface StoreTypes.StateOperatorProgressOrBuilderpublic long getCustomMetricsOrThrow(String key)
map<string, int64> custom_metrics = 12;getCustomMetricsOrThrow in interface StoreTypes.StateOperatorProgressOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StoreTypes.StateOperatorProgress parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StateOperatorProgress parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StateOperatorProgress parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StateOperatorProgress parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StateOperatorProgress parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StateOperatorProgress parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StateOperatorProgress parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StateOperatorProgress parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StateOperatorProgress parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StateOperatorProgress parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StateOperatorProgress parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StateOperatorProgress parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.StateOperatorProgress.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoreTypes.StateOperatorProgress.Builder newBuilder()
public static StoreTypes.StateOperatorProgress.Builder newBuilder(StoreTypes.StateOperatorProgress prototype)
public StoreTypes.StateOperatorProgress.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static StoreTypes.StateOperatorProgress getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.StateOperatorProgress> parser()
public com.google.protobuf.Parser<StoreTypes.StateOperatorProgress> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.StateOperatorProgress getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder