public static final class StoreTypes.SourceProgress extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.SourceProgressOrBuilder
org.apache.spark.status.protobuf.SourceProgress| Modifier and Type | Class and Description |
|---|---|
static class |
StoreTypes.SourceProgress.Builder
Protobuf type
org.apache.spark.status.protobuf.SourceProgress |
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 |
DESCRIPTION_FIELD_NUMBER |
static int |
END_OFFSET_FIELD_NUMBER |
static int |
INPUT_ROWS_PER_SECOND_FIELD_NUMBER |
static int |
LATEST_OFFSET_FIELD_NUMBER |
static int |
METRICS_FIELD_NUMBER |
static int |
NUM_INPUT_ROWS_FIELD_NUMBER |
static int |
PROCESSED_ROWS_PER_SECOND_FIELD_NUMBER |
static int |
START_OFFSET_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetrics(String key)
map<string, string> metrics = 8; |
boolean |
equals(Object obj) |
static StoreTypes.SourceProgress |
getDefaultInstance() |
StoreTypes.SourceProgress |
getDefaultInstanceForType() |
String |
getDescription()
optional string description = 1; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 1; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEndOffset()
optional string end_offset = 3; |
com.google.protobuf.ByteString |
getEndOffsetBytes()
optional string end_offset = 3; |
double |
getInputRowsPerSecond()
double input_rows_per_second = 6; |
String |
getLatestOffset()
optional string latest_offset = 4; |
com.google.protobuf.ByteString |
getLatestOffsetBytes()
optional string latest_offset = 4; |
java.util.Map<String,String> |
getMetrics()
Deprecated.
|
int |
getMetricsCount()
map<string, string> metrics = 8; |
java.util.Map<String,String> |
getMetricsMap()
map<string, string> metrics = 8; |
String |
getMetricsOrDefault(String key,
String defaultValue)
map<string, string> metrics = 8; |
String |
getMetricsOrThrow(String key)
map<string, string> metrics = 8; |
long |
getNumInputRows()
int64 num_input_rows = 5; |
com.google.protobuf.Parser<StoreTypes.SourceProgress> |
getParserForType() |
double |
getProcessedRowsPerSecond()
double processed_rows_per_second = 7; |
int |
getSerializedSize() |
String |
getStartOffset()
optional string start_offset = 2; |
com.google.protobuf.ByteString |
getStartOffsetBytes()
optional string start_offset = 2; |
boolean |
hasDescription()
optional string description = 1; |
boolean |
hasEndOffset()
optional string end_offset = 3; |
int |
hashCode() |
boolean |
hasLatestOffset()
optional string latest_offset = 4; |
boolean |
hasStartOffset()
optional string start_offset = 2; |
boolean |
isInitialized() |
static StoreTypes.SourceProgress.Builder |
newBuilder() |
static StoreTypes.SourceProgress.Builder |
newBuilder(StoreTypes.SourceProgress prototype) |
StoreTypes.SourceProgress.Builder |
newBuilderForType() |
static StoreTypes.SourceProgress |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.SourceProgress |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SourceProgress |
parseFrom(byte[] data) |
static StoreTypes.SourceProgress |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SourceProgress |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.SourceProgress |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SourceProgress |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.SourceProgress |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SourceProgress |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.SourceProgress |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SourceProgress |
parseFrom(java.io.InputStream input) |
static StoreTypes.SourceProgress |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.SourceProgress> |
parser() |
StoreTypes.SourceProgress.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int DESCRIPTION_FIELD_NUMBER
public static final int START_OFFSET_FIELD_NUMBER
public static final int END_OFFSET_FIELD_NUMBER
public static final int LATEST_OFFSET_FIELD_NUMBER
public static final int NUM_INPUT_ROWS_FIELD_NUMBER
public static final int INPUT_ROWS_PER_SECOND_FIELD_NUMBER
public static final int PROCESSED_ROWS_PER_SECOND_FIELD_NUMBER
public static final int METRICS_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasDescription()
optional string description = 1;hasDescription in interface StoreTypes.SourceProgressOrBuilderpublic String getDescription()
optional string description = 1;getDescription in interface StoreTypes.SourceProgressOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 1;getDescriptionBytes in interface StoreTypes.SourceProgressOrBuilderpublic boolean hasStartOffset()
optional string start_offset = 2;hasStartOffset in interface StoreTypes.SourceProgressOrBuilderpublic String getStartOffset()
optional string start_offset = 2;getStartOffset in interface StoreTypes.SourceProgressOrBuilderpublic com.google.protobuf.ByteString getStartOffsetBytes()
optional string start_offset = 2;getStartOffsetBytes in interface StoreTypes.SourceProgressOrBuilderpublic boolean hasEndOffset()
optional string end_offset = 3;hasEndOffset in interface StoreTypes.SourceProgressOrBuilderpublic String getEndOffset()
optional string end_offset = 3;getEndOffset in interface StoreTypes.SourceProgressOrBuilderpublic com.google.protobuf.ByteString getEndOffsetBytes()
optional string end_offset = 3;getEndOffsetBytes in interface StoreTypes.SourceProgressOrBuilderpublic boolean hasLatestOffset()
optional string latest_offset = 4;hasLatestOffset in interface StoreTypes.SourceProgressOrBuilderpublic String getLatestOffset()
optional string latest_offset = 4;getLatestOffset in interface StoreTypes.SourceProgressOrBuilderpublic com.google.protobuf.ByteString getLatestOffsetBytes()
optional string latest_offset = 4;getLatestOffsetBytes in interface StoreTypes.SourceProgressOrBuilderpublic long getNumInputRows()
int64 num_input_rows = 5;getNumInputRows in interface StoreTypes.SourceProgressOrBuilderpublic double getInputRowsPerSecond()
double input_rows_per_second = 6;getInputRowsPerSecond in interface StoreTypes.SourceProgressOrBuilderpublic double getProcessedRowsPerSecond()
double processed_rows_per_second = 7;getProcessedRowsPerSecond in interface StoreTypes.SourceProgressOrBuilderpublic int getMetricsCount()
StoreTypes.SourceProgressOrBuildermap<string, string> metrics = 8;getMetricsCount in interface StoreTypes.SourceProgressOrBuilderpublic boolean containsMetrics(String key)
map<string, string> metrics = 8;containsMetrics in interface StoreTypes.SourceProgressOrBuilder@Deprecated public java.util.Map<String,String> getMetrics()
getMetricsMap() instead.getMetrics in interface StoreTypes.SourceProgressOrBuilderpublic java.util.Map<String,String> getMetricsMap()
map<string, string> metrics = 8;getMetricsMap in interface StoreTypes.SourceProgressOrBuilderpublic String getMetricsOrDefault(String key,
String defaultValue)
map<string, string> metrics = 8;getMetricsOrDefault in interface StoreTypes.SourceProgressOrBuilderpublic String getMetricsOrThrow(String key)
map<string, string> metrics = 8;getMetricsOrThrow in interface StoreTypes.SourceProgressOrBuilderpublic 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.SourceProgress parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.SourceProgress parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.SourceProgress parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.SourceProgress parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.SourceProgress parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.SourceProgress parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.SourceProgress parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.SourceProgress parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.SourceProgress parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.SourceProgress parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.SourceProgress parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.SourceProgress parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.SourceProgress.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoreTypes.SourceProgress.Builder newBuilder()
public static StoreTypes.SourceProgress.Builder newBuilder(StoreTypes.SourceProgress prototype)
public StoreTypes.SourceProgress.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static StoreTypes.SourceProgress getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.SourceProgress> parser()
public com.google.protobuf.Parser<StoreTypes.SourceProgress> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.SourceProgress getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder