public static interface StoreTypes.SourceProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsMetrics(String key)
map<string, string> metrics = 8; |
String |
getDescription()
optional string description = 1; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 1; |
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; |
double |
getProcessedRowsPerSecond()
double processed_rows_per_second = 7; |
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; |
boolean |
hasLatestOffset()
optional string latest_offset = 4; |
boolean |
hasStartOffset()
optional string start_offset = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDescription()
optional string description = 1;
String getDescription()
optional string description = 1;
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 1;
boolean hasStartOffset()
optional string start_offset = 2;
String getStartOffset()
optional string start_offset = 2;
com.google.protobuf.ByteString getStartOffsetBytes()
optional string start_offset = 2;
boolean hasEndOffset()
optional string end_offset = 3;
String getEndOffset()
optional string end_offset = 3;
com.google.protobuf.ByteString getEndOffsetBytes()
optional string end_offset = 3;
boolean hasLatestOffset()
optional string latest_offset = 4;
String getLatestOffset()
optional string latest_offset = 4;
com.google.protobuf.ByteString getLatestOffsetBytes()
optional string latest_offset = 4;
long getNumInputRows()
int64 num_input_rows = 5;
double getInputRowsPerSecond()
double input_rows_per_second = 6;
double getProcessedRowsPerSecond()
double processed_rows_per_second = 7;
int getMetricsCount()
map<string, string> metrics = 8;
boolean containsMetrics(String key)
map<string, string> metrics = 8;
@Deprecated java.util.Map<String,String> getMetrics()
getMetricsMap()
instead.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;