Package org.apache.spark.status.protobuf
Class StoreTypes.StateOperatorProgress
Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.spark.status.protobuf.StoreTypes.StateOperatorProgress
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,StoreTypes.StateOperatorProgressOrBuilder
- Enclosing class:
- StoreTypes
public static final class StoreTypes.StateOperatorProgress
extends com.google.protobuf.GeneratedMessageV3
implements StoreTypes.StateOperatorProgressOrBuilder
Protobuf type
org.apache.spark.status.protobuf.StateOperatorProgress
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeorg.apache.spark.status.protobuf.StateOperatorProgress
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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 -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, int64> custom_metrics = 12;
boolean
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;
static final com.google.protobuf.Descriptors.Descriptor
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;
com.google.protobuf.Parser<StoreTypes.StateOperatorProgress>
int
int
hashCode()
boolean
optional string operator_name = 1;
final boolean
newBuilder
(StoreTypes.StateOperatorProgress prototype) parseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<StoreTypes.StateOperatorProgress>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
OPERATOR_NAME_FIELD_NUMBER
public static final int OPERATOR_NAME_FIELD_NUMBER- See Also:
-
NUM_ROWS_TOTAL_FIELD_NUMBER
public static final int NUM_ROWS_TOTAL_FIELD_NUMBER- See Also:
-
NUM_ROWS_UPDATED_FIELD_NUMBER
public static final int NUM_ROWS_UPDATED_FIELD_NUMBER- See Also:
-
ALL_UPDATES_TIME_MS_FIELD_NUMBER
public static final int ALL_UPDATES_TIME_MS_FIELD_NUMBER- See Also:
-
NUM_ROWS_REMOVED_FIELD_NUMBER
public static final int NUM_ROWS_REMOVED_FIELD_NUMBER- See Also:
-
ALL_REMOVALS_TIME_MS_FIELD_NUMBER
public static final int ALL_REMOVALS_TIME_MS_FIELD_NUMBER- See Also:
-
COMMIT_TIME_MS_FIELD_NUMBER
public static final int COMMIT_TIME_MS_FIELD_NUMBER- See Also:
-
MEMORY_USED_BYTES_FIELD_NUMBER
public static final int MEMORY_USED_BYTES_FIELD_NUMBER- See Also:
-
NUM_ROWS_DROPPED_BY_WATERMARK_FIELD_NUMBER
public static final int NUM_ROWS_DROPPED_BY_WATERMARK_FIELD_NUMBER- See Also:
-
NUM_SHUFFLE_PARTITIONS_FIELD_NUMBER
public static final int NUM_SHUFFLE_PARTITIONS_FIELD_NUMBER- See Also:
-
NUM_STATE_STORE_INSTANCES_FIELD_NUMBER
public static final int NUM_STATE_STORE_INSTANCES_FIELD_NUMBER- See Also:
-
CUSTOM_METRICS_FIELD_NUMBER
public static final int CUSTOM_METRICS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
hasOperatorName
public boolean hasOperatorName()optional string operator_name = 1;
- Specified by:
hasOperatorName
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- Whether the operatorName field is set.
-
getOperatorName
optional string operator_name = 1;
- Specified by:
getOperatorName
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The operatorName.
-
getOperatorNameBytes
public com.google.protobuf.ByteString getOperatorNameBytes()optional string operator_name = 1;
- Specified by:
getOperatorNameBytes
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The bytes for operatorName.
-
getNumRowsTotal
public long getNumRowsTotal()int64 num_rows_total = 2;
- Specified by:
getNumRowsTotal
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The numRowsTotal.
-
getNumRowsUpdated
public long getNumRowsUpdated()int64 num_rows_updated = 3;
- Specified by:
getNumRowsUpdated
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The numRowsUpdated.
-
getAllUpdatesTimeMs
public long getAllUpdatesTimeMs()int64 all_updates_time_ms = 4;
- Specified by:
getAllUpdatesTimeMs
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The allUpdatesTimeMs.
-
getNumRowsRemoved
public long getNumRowsRemoved()int64 num_rows_removed = 5;
- Specified by:
getNumRowsRemoved
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The numRowsRemoved.
-
getAllRemovalsTimeMs
public long getAllRemovalsTimeMs()int64 all_removals_time_ms = 6;
- Specified by:
getAllRemovalsTimeMs
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The allRemovalsTimeMs.
-
getCommitTimeMs
public long getCommitTimeMs()int64 commit_time_ms = 7;
- Specified by:
getCommitTimeMs
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The commitTimeMs.
-
getMemoryUsedBytes
public long getMemoryUsedBytes()int64 memory_used_bytes = 8;
- Specified by:
getMemoryUsedBytes
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The memoryUsedBytes.
-
getNumRowsDroppedByWatermark
public long getNumRowsDroppedByWatermark()int64 num_rows_dropped_by_watermark = 9;
- Specified by:
getNumRowsDroppedByWatermark
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The numRowsDroppedByWatermark.
-
getNumShufflePartitions
public long getNumShufflePartitions()int64 num_shuffle_partitions = 10;
- Specified by:
getNumShufflePartitions
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The numShufflePartitions.
-
getNumStateStoreInstances
public long getNumStateStoreInstances()int64 num_state_store_instances = 11;
- Specified by:
getNumStateStoreInstances
in interfaceStoreTypes.StateOperatorProgressOrBuilder
- Returns:
- The numStateStoreInstances.
-
getCustomMetricsCount
public int getCustomMetricsCount()Description copied from interface:StoreTypes.StateOperatorProgressOrBuilder
map<string, int64> custom_metrics = 12;
- Specified by:
getCustomMetricsCount
in interfaceStoreTypes.StateOperatorProgressOrBuilder
-
containsCustomMetrics
map<string, int64> custom_metrics = 12;
- Specified by:
containsCustomMetrics
in interfaceStoreTypes.StateOperatorProgressOrBuilder
-
getCustomMetrics
Deprecated.UsegetCustomMetricsMap()
instead.- Specified by:
getCustomMetrics
in interfaceStoreTypes.StateOperatorProgressOrBuilder
-
getCustomMetricsMap
map<string, int64> custom_metrics = 12;
- Specified by:
getCustomMetricsMap
in interfaceStoreTypes.StateOperatorProgressOrBuilder
-
getCustomMetricsOrDefault
map<string, int64> custom_metrics = 12;
- Specified by:
getCustomMetricsOrDefault
in interfaceStoreTypes.StateOperatorProgressOrBuilder
-
getCustomMetricsOrThrow
map<string, int64> custom_metrics = 12;
- Specified by:
getCustomMetricsOrThrow
in interfaceStoreTypes.StateOperatorProgressOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StoreTypes.StateOperatorProgress parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.StateOperatorProgress parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.StateOperatorProgress parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.StateOperatorProgress parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.StateOperatorProgress parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.StateOperatorProgress parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static StoreTypes.StateOperatorProgress parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.StateOperatorProgress parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.StateOperatorProgress parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.StateOperatorProgress parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.StateOperatorProgress parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static StoreTypes.StateOperatorProgress.Builder newBuilder(StoreTypes.StateOperatorProgress prototype) -
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-