Package com.linkedin.venice.protocols
Interface IngestionMonitorRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestionMonitorRequest,IngestionMonitorRequest.Builder
public interface IngestionMonitorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintdefault 5000, min 1000, max 600000intint32 partition = 2;string version_topic = 1;com.google.protobuf.ByteStringstring version_topic = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVersionTopic
String getVersionTopic()string version_topic = 1;- Returns:
- The versionTopic.
-
getVersionTopicBytes
com.google.protobuf.ByteString getVersionTopicBytes()string version_topic = 1;- Returns:
- The bytes for versionTopic.
-
getPartition
int getPartition()int32 partition = 2;- Returns:
- The partition.
-
getIntervalMs
int getIntervalMs()default 5000, min 1000, max 600000
int32 interval_ms = 3;- Returns:
- The intervalMs.
-