Package com.linkedin.venice.protocols
Class IngestionMonitorResponse
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.linkedin.venice.protocols.IngestionMonitorResponse
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,IngestionMonitorResponseOrBuilder,Serializable
public final class IngestionMonitorResponse
extends com.google.protobuf.GeneratedMessageV3
implements IngestionMonitorResponseOrBuilder
Protobuf type
com.linkedin.venice.protocols.IngestionMonitorResponse- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typecom.linkedin.venice.protocols.IngestionMonitorResponseNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleandoubledouble bytes_ingested_per_sec = 5;doubleProcessing latencystatic IngestionMonitorResponsestatic final com.google.protobuf.Descriptors.DescriptorlongTimingbooleanbool is_hybrid = 3;doubledouble leader_bytes_produced_per_sec = 13;string leader_follower_state = 2;com.google.protobuf.ByteStringstring leader_follower_state = 2;doubledouble leader_preprocessing_latency_avg_ms = 8;doubleProduce latency (leader)doubledouble leader_producer_callback_latency_avg_ms = 11;doubledouble leader_producer_completion_latency_avg_ms = 10;doubleLeader outputdoubledouble leader_rmd_lookup_latency_avg_ms = 16;doubleRT lookup latency (leader)com.google.protobuf.Parser<IngestionMonitorResponse>doubleIngestion throughput (measured after drainer processing / conflict resolution)intdoubleStorage latencylongint64 timestamp_ms = 1;inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleannewBuilder(IngestionMonitorResponse prototype) protected IngestionMonitorResponse.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static IngestionMonitorResponseparseDelimitedFrom(InputStream input) static IngestionMonitorResponseparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IngestionMonitorResponseparseFrom(byte[] data) static IngestionMonitorResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IngestionMonitorResponseparseFrom(com.google.protobuf.ByteString data) static IngestionMonitorResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IngestionMonitorResponseparseFrom(com.google.protobuf.CodedInputStream input) static IngestionMonitorResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IngestionMonitorResponseparseFrom(InputStream input) static IngestionMonitorResponseparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IngestionMonitorResponseparseFrom(ByteBuffer data) static IngestionMonitorResponseparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<IngestionMonitorResponse>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
TIMESTAMP_MS_FIELD_NUMBER
public static final int TIMESTAMP_MS_FIELD_NUMBER- See Also:
-
LEADER_FOLLOWER_STATE_FIELD_NUMBER
public static final int LEADER_FOLLOWER_STATE_FIELD_NUMBER- See Also:
-
IS_HYBRID_FIELD_NUMBER
public static final int IS_HYBRID_FIELD_NUMBER- See Also:
-
RECORDS_INGESTED_PER_SEC_FIELD_NUMBER
public static final int RECORDS_INGESTED_PER_SEC_FIELD_NUMBER- See Also:
-
BYTES_INGESTED_PER_SEC_FIELD_NUMBER
public static final int BYTES_INGESTED_PER_SEC_FIELD_NUMBER- See Also:
-
CONSUMED_RECORD_E2E_PROCESSING_LATENCY_AVG_MS_FIELD_NUMBER
public static final int CONSUMED_RECORD_E2E_PROCESSING_LATENCY_AVG_MS_FIELD_NUMBER- See Also:
-
LEADER_PREPROCESSING_LATENCY_AVG_MS_FIELD_NUMBER
public static final int LEADER_PREPROCESSING_LATENCY_AVG_MS_FIELD_NUMBER- See Also:
-
LEADER_PRODUCE_LATENCY_AVG_MS_FIELD_NUMBER
public static final int LEADER_PRODUCE_LATENCY_AVG_MS_FIELD_NUMBER- See Also:
-
LEADER_PRODUCER_COMPLETION_LATENCY_AVG_MS_FIELD_NUMBER
public static final int LEADER_PRODUCER_COMPLETION_LATENCY_AVG_MS_FIELD_NUMBER- See Also:
-
LEADER_PRODUCER_CALLBACK_LATENCY_AVG_MS_FIELD_NUMBER
public static final int LEADER_PRODUCER_CALLBACK_LATENCY_AVG_MS_FIELD_NUMBER- See Also:
-
LEADER_RECORDS_PRODUCED_PER_SEC_FIELD_NUMBER
public static final int LEADER_RECORDS_PRODUCED_PER_SEC_FIELD_NUMBER- See Also:
-
LEADER_BYTES_PRODUCED_PER_SEC_FIELD_NUMBER
public static final int LEADER_BYTES_PRODUCED_PER_SEC_FIELD_NUMBER- See Also:
-
STORAGE_ENGINE_PUT_LATENCY_AVG_MS_FIELD_NUMBER
public static final int STORAGE_ENGINE_PUT_LATENCY_AVG_MS_FIELD_NUMBER- See Also:
-
LEADER_VALUE_BYTES_LOOKUP_LATENCY_AVG_MS_FIELD_NUMBER
public static final int LEADER_VALUE_BYTES_LOOKUP_LATENCY_AVG_MS_FIELD_NUMBER- See Also:
-
LEADER_RMD_LOOKUP_LATENCY_AVG_MS_FIELD_NUMBER
public static final int LEADER_RMD_LOOKUP_LATENCY_AVG_MS_FIELD_NUMBER- See Also:
-
ELAPSED_TIME_SINCE_LAST_RECORD_MS_FIELD_NUMBER
public static final int ELAPSED_TIME_SINCE_LAST_RECORD_MS_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getTimestampMs
public long getTimestampMs()int64 timestamp_ms = 1;- Specified by:
getTimestampMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The timestampMs.
-
getLeaderFollowerState
string leader_follower_state = 2;- Specified by:
getLeaderFollowerStatein interfaceIngestionMonitorResponseOrBuilder- Returns:
- The leaderFollowerState.
-
getLeaderFollowerStateBytes
public com.google.protobuf.ByteString getLeaderFollowerStateBytes()string leader_follower_state = 2;- Specified by:
getLeaderFollowerStateBytesin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The bytes for leaderFollowerState.
-
getIsHybrid
public boolean getIsHybrid()bool is_hybrid = 3;- Specified by:
getIsHybridin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The isHybrid.
-
getRecordsIngestedPerSec
public double getRecordsIngestedPerSec()Ingestion throughput (measured after drainer processing / conflict resolution)
double records_ingested_per_sec = 4;- Specified by:
getRecordsIngestedPerSecin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The recordsIngestedPerSec.
-
getBytesIngestedPerSec
public double getBytesIngestedPerSec()double bytes_ingested_per_sec = 5;- Specified by:
getBytesIngestedPerSecin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The bytesIngestedPerSec.
-
getConsumedRecordE2EProcessingLatencyAvgMs
public double getConsumedRecordE2EProcessingLatencyAvgMs()Processing latency
double consumed_record_e2e_processing_latency_avg_ms = 7;- Specified by:
getConsumedRecordE2EProcessingLatencyAvgMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The consumedRecordE2eProcessingLatencyAvgMs.
-
getLeaderPreprocessingLatencyAvgMs
public double getLeaderPreprocessingLatencyAvgMs()double leader_preprocessing_latency_avg_ms = 8;- Specified by:
getLeaderPreprocessingLatencyAvgMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The leaderPreprocessingLatencyAvgMs.
-
getLeaderProduceLatencyAvgMs
public double getLeaderProduceLatencyAvgMs()Produce latency (leader)
double leader_produce_latency_avg_ms = 9;- Specified by:
getLeaderProduceLatencyAvgMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The leaderProduceLatencyAvgMs.
-
getLeaderProducerCompletionLatencyAvgMs
public double getLeaderProducerCompletionLatencyAvgMs()double leader_producer_completion_latency_avg_ms = 10;- Specified by:
getLeaderProducerCompletionLatencyAvgMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The leaderProducerCompletionLatencyAvgMs.
-
getLeaderProducerCallbackLatencyAvgMs
public double getLeaderProducerCallbackLatencyAvgMs()double leader_producer_callback_latency_avg_ms = 11;- Specified by:
getLeaderProducerCallbackLatencyAvgMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The leaderProducerCallbackLatencyAvgMs.
-
getLeaderRecordsProducedPerSec
public double getLeaderRecordsProducedPerSec()Leader output
double leader_records_produced_per_sec = 12;- Specified by:
getLeaderRecordsProducedPerSecin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The leaderRecordsProducedPerSec.
-
getLeaderBytesProducedPerSec
public double getLeaderBytesProducedPerSec()double leader_bytes_produced_per_sec = 13;- Specified by:
getLeaderBytesProducedPerSecin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The leaderBytesProducedPerSec.
-
getStorageEnginePutLatencyAvgMs
public double getStorageEnginePutLatencyAvgMs()Storage latency
double storage_engine_put_latency_avg_ms = 14;- Specified by:
getStorageEnginePutLatencyAvgMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The storageEnginePutLatencyAvgMs.
-
getLeaderValueBytesLookupLatencyAvgMs
public double getLeaderValueBytesLookupLatencyAvgMs()RT lookup latency (leader)
double leader_value_bytes_lookup_latency_avg_ms = 15;- Specified by:
getLeaderValueBytesLookupLatencyAvgMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The leaderValueBytesLookupLatencyAvgMs.
-
getLeaderRmdLookupLatencyAvgMs
public double getLeaderRmdLookupLatencyAvgMs()double leader_rmd_lookup_latency_avg_ms = 16;- Specified by:
getLeaderRmdLookupLatencyAvgMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The leaderRmdLookupLatencyAvgMs.
-
getElapsedTimeSinceLastRecordMs
public long getElapsedTimeSinceLastRecordMs()Timing
int64 elapsed_time_since_last_record_ms = 17;- Specified by:
getElapsedTimeSinceLastRecordMsin interfaceIngestionMonitorResponseOrBuilder- Returns:
- The elapsedTimeSinceLastRecordMs.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static IngestionMonitorResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IngestionMonitorResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IngestionMonitorResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IngestionMonitorResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IngestionMonitorResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IngestionMonitorResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static IngestionMonitorResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static IngestionMonitorResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static IngestionMonitorResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static IngestionMonitorResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected IngestionMonitorResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-