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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasDescription()
optional string description = 1;
hasDescription
in interface StoreTypes.SourceProgressOrBuilder
public String getDescription()
optional string description = 1;
getDescription
in interface StoreTypes.SourceProgressOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 1;
getDescriptionBytes
in interface StoreTypes.SourceProgressOrBuilder
public boolean hasStartOffset()
optional string start_offset = 2;
hasStartOffset
in interface StoreTypes.SourceProgressOrBuilder
public String getStartOffset()
optional string start_offset = 2;
getStartOffset
in interface StoreTypes.SourceProgressOrBuilder
public com.google.protobuf.ByteString getStartOffsetBytes()
optional string start_offset = 2;
getStartOffsetBytes
in interface StoreTypes.SourceProgressOrBuilder
public boolean hasEndOffset()
optional string end_offset = 3;
hasEndOffset
in interface StoreTypes.SourceProgressOrBuilder
public String getEndOffset()
optional string end_offset = 3;
getEndOffset
in interface StoreTypes.SourceProgressOrBuilder
public com.google.protobuf.ByteString getEndOffsetBytes()
optional string end_offset = 3;
getEndOffsetBytes
in interface StoreTypes.SourceProgressOrBuilder
public boolean hasLatestOffset()
optional string latest_offset = 4;
hasLatestOffset
in interface StoreTypes.SourceProgressOrBuilder
public String getLatestOffset()
optional string latest_offset = 4;
getLatestOffset
in interface StoreTypes.SourceProgressOrBuilder
public com.google.protobuf.ByteString getLatestOffsetBytes()
optional string latest_offset = 4;
getLatestOffsetBytes
in interface StoreTypes.SourceProgressOrBuilder
public long getNumInputRows()
int64 num_input_rows = 5;
getNumInputRows
in interface StoreTypes.SourceProgressOrBuilder
public double getInputRowsPerSecond()
double input_rows_per_second = 6;
getInputRowsPerSecond
in interface StoreTypes.SourceProgressOrBuilder
public double getProcessedRowsPerSecond()
double processed_rows_per_second = 7;
getProcessedRowsPerSecond
in interface StoreTypes.SourceProgressOrBuilder
public int getMetricsCount()
StoreTypes.SourceProgressOrBuilder
map<string, string> metrics = 8;
getMetricsCount
in interface StoreTypes.SourceProgressOrBuilder
public 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.SourceProgressOrBuilder
public java.util.Map<String,String> getMetricsMap()
map<string, string> metrics = 8;
getMetricsMap
in interface StoreTypes.SourceProgressOrBuilder
public String getMetricsOrDefault(String key, String defaultValue)
map<string, string> metrics = 8;
getMetricsOrDefault
in interface StoreTypes.SourceProgressOrBuilder
public String getMetricsOrThrow(String key)
map<string, string> metrics = 8;
getMetricsOrThrow
in interface StoreTypes.SourceProgressOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static StoreTypes.SourceProgress parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SourceProgress parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SourceProgress parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SourceProgress parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SourceProgress parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SourceProgress parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SourceProgress parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.SourceProgress parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.SourceProgress parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.SourceProgress parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.SourceProgress parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.SourceProgress parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.SourceProgress.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.SourceProgress getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder