Package io.sbp.grpc
Interface MessageLatenciesRecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MessageLatenciesRecord,MessageLatenciesRecord.Builder
public interface MessageLatenciesRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsLatency(long key) map<int64, int64> latency = 22;longint64 clientID = 1;longint64 higherLatencyDiscardRecords = 16;longint64 invalidLatencyRecords = 17;Deprecated.intmap<int64, int64> latency = 22;map<int64, int64> latency = 22;longgetLatencyOrDefault(long key, long defaultValue) map<int64, int64> latency = 22;longgetLatencyOrThrow(long key) map<int64, int64> latency = 22;longint64 lowerLatencyDiscardRecords = 15;longint64 maxLatency = 21;intint32 maxReaders = 6;intint32 maxWriters = 5;longint64 minLatency = 20;intint32 readers = 4;longint64 readRequestBytes = 9;longint64 readRequestRecords = 10;longint64 readTimeoutEvents = 12;longint64 sequenceNumber = 2;longint64 totalBytes = 18;longint64 totalLatency = 19;longint64 totalRecords = 13;longint64 validLatencyRecords = 14;longint64 writeRequestBytes = 7;longint64 writeRequestRecords = 8;intint32 writers = 3;longint64 writeTimeoutEvents = 11;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
-
getClientID
long getClientID()int64 clientID = 1;- Returns:
- The clientID.
-
getSequenceNumber
long getSequenceNumber()int64 sequenceNumber = 2;- Returns:
- The sequenceNumber.
-
getWriters
int getWriters()int32 writers = 3;- Returns:
- The writers.
-
getReaders
int getReaders()int32 readers = 4;- Returns:
- The readers.
-
getMaxWriters
int getMaxWriters()int32 maxWriters = 5;- Returns:
- The maxWriters.
-
getMaxReaders
int getMaxReaders()int32 maxReaders = 6;- Returns:
- The maxReaders.
-
getWriteRequestBytes
long getWriteRequestBytes()int64 writeRequestBytes = 7;- Returns:
- The writeRequestBytes.
-
getWriteRequestRecords
long getWriteRequestRecords()int64 writeRequestRecords = 8;- Returns:
- The writeRequestRecords.
-
getReadRequestBytes
long getReadRequestBytes()int64 readRequestBytes = 9;- Returns:
- The readRequestBytes.
-
getReadRequestRecords
long getReadRequestRecords()int64 readRequestRecords = 10;- Returns:
- The readRequestRecords.
-
getWriteTimeoutEvents
long getWriteTimeoutEvents()int64 writeTimeoutEvents = 11;- Returns:
- The writeTimeoutEvents.
-
getReadTimeoutEvents
long getReadTimeoutEvents()int64 readTimeoutEvents = 12;- Returns:
- The readTimeoutEvents.
-
getTotalRecords
long getTotalRecords()int64 totalRecords = 13;- Returns:
- The totalRecords.
-
getValidLatencyRecords
long getValidLatencyRecords()int64 validLatencyRecords = 14;- Returns:
- The validLatencyRecords.
-
getLowerLatencyDiscardRecords
long getLowerLatencyDiscardRecords()int64 lowerLatencyDiscardRecords = 15;- Returns:
- The lowerLatencyDiscardRecords.
-
getHigherLatencyDiscardRecords
long getHigherLatencyDiscardRecords()int64 higherLatencyDiscardRecords = 16;- Returns:
- The higherLatencyDiscardRecords.
-
getInvalidLatencyRecords
long getInvalidLatencyRecords()int64 invalidLatencyRecords = 17;- Returns:
- The invalidLatencyRecords.
-
getTotalBytes
long getTotalBytes()int64 totalBytes = 18;- Returns:
- The totalBytes.
-
getTotalLatency
long getTotalLatency()int64 totalLatency = 19;- Returns:
- The totalLatency.
-
getMinLatency
long getMinLatency()int64 minLatency = 20;- Returns:
- The minLatency.
-
getMaxLatency
long getMaxLatency()int64 maxLatency = 21;- Returns:
- The maxLatency.
-
getLatencyCount
int getLatencyCount()map<int64, int64> latency = 22; -
containsLatency
boolean containsLatency(long key) map<int64, int64> latency = 22; -
getLatency
Deprecated.UsegetLatencyMap()instead. -
getLatencyMap
map<int64, int64> latency = 22; -
getLatencyOrDefault
long getLatencyOrDefault(long key, long defaultValue) map<int64, int64> latency = 22; -
getLatencyOrThrow
long getLatencyOrThrow(long key) map<int64, int64> latency = 22;
-