public static final class ConfluentMetric.YammerTimer extends com.google.protobuf.GeneratedMessageV3 implements ConfluentMetric.YammerTimerOrBuilder
metrics.YammerTimer| Modifier and Type | Class and Description |
|---|---|
static class |
ConfluentMetric.YammerTimer.Builder
Protobuf type
metrics.YammerTimer |
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| Modifier and Type | Field and Description |
|---|---|
static int |
COUNT_FIELD_NUMBER |
static int |
DELTACOUNT_FIELD_NUMBER |
static int |
FIFTEENMINUTERATE_FIELD_NUMBER |
static int |
FIVEMINUTERATE_FIELD_NUMBER |
static int |
MAX_FIELD_NUMBER |
static int |
MEAN_FIELD_NUMBER |
static int |
MEANRATE_FIELD_NUMBER |
static int |
MEDIAN_FIELD_NUMBER |
static int |
METRICNAME_FIELD_NUMBER |
static int |
MIN_FIELD_NUMBER |
static int |
ONEMINUTERATE_FIELD_NUMBER |
static int |
PERCENTILE75TH_FIELD_NUMBER |
static int |
PERCENTILE95TH_FIELD_NUMBER |
static int |
PERCENTILE98TH_FIELD_NUMBER |
static int |
PERCENTILE999TH_FIELD_NUMBER |
static int |
PERCENTILE99TH_FIELD_NUMBER |
static int |
SIZE_FIELD_NUMBER |
static int |
STDDEV_FIELD_NUMBER |
static int |
SUM_FIELD_NUMBER |
static int |
VARIANCE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCount()
number of values recorded
|
static ConfluentMetric.YammerTimer |
getDefaultInstance() |
ConfluentMetric.YammerTimer |
getDefaultInstanceForType() |
long |
getDeltaCount()
int64 deltaCount = 20; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getFifteenMinuteRate()
double fifteenMinuteRate = 18; |
double |
getFiveMinuteRate()
double fiveMinuteRate = 17; |
double |
getMax()
double max = 3; |
double |
getMean()
double mean = 5; |
double |
getMeanRate()
double meanRate = 19; |
double |
getMedian()
double median = 9; |
ConfluentMetric.YammerMetricName |
getMetricName()
.metrics.YammerMetricName metricName = 1; |
ConfluentMetric.YammerMetricNameOrBuilder |
getMetricNameOrBuilder()
.metrics.YammerMetricName metricName = 1; |
double |
getMin()
double min = 4; |
double |
getOneMinuteRate()
double oneMinuteRate = 16; |
com.google.protobuf.Parser<ConfluentMetric.YammerTimer> |
getParserForType() |
double |
getPercentile75Th()
double percentile75th = 10; |
double |
getPercentile95Th()
double percentile95th = 11; |
double |
getPercentile98Th()
double percentile98th = 12; |
double |
getPercentile999Th()
double percentile999th = 14; |
double |
getPercentile99Th()
double percentile99th = 13; |
int |
getSerializedSize() |
int |
getSize()
number of items in the snapshot
|
double |
getStdDev()
double stdDev = 6; |
double |
getSum()
double sum = 7; |
double |
getVariance()
double variance = 8; |
int |
hashCode() |
boolean |
hasMetricName()
.metrics.YammerMetricName metricName = 1; |
boolean |
isInitialized() |
static ConfluentMetric.YammerTimer.Builder |
newBuilder() |
static ConfluentMetric.YammerTimer.Builder |
newBuilder(ConfluentMetric.YammerTimer prototype) |
ConfluentMetric.YammerTimer.Builder |
newBuilderForType() |
static ConfluentMetric.YammerTimer |
parseDelimitedFrom(InputStream input) |
static ConfluentMetric.YammerTimer |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfluentMetric.YammerTimer |
parseFrom(byte[] data) |
static ConfluentMetric.YammerTimer |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfluentMetric.YammerTimer |
parseFrom(ByteBuffer data) |
static ConfluentMetric.YammerTimer |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfluentMetric.YammerTimer |
parseFrom(com.google.protobuf.ByteString data) |
static ConfluentMetric.YammerTimer |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfluentMetric.YammerTimer |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ConfluentMetric.YammerTimer |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfluentMetric.YammerTimer |
parseFrom(InputStream input) |
static ConfluentMetric.YammerTimer |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ConfluentMetric.YammerTimer> |
parser() |
ConfluentMetric.YammerTimer.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int METRICNAME_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
public static final int MEAN_FIELD_NUMBER
public static final int STDDEV_FIELD_NUMBER
public static final int SUM_FIELD_NUMBER
public static final int VARIANCE_FIELD_NUMBER
public static final int MEDIAN_FIELD_NUMBER
public static final int PERCENTILE75TH_FIELD_NUMBER
public static final int PERCENTILE95TH_FIELD_NUMBER
public static final int PERCENTILE98TH_FIELD_NUMBER
public static final int PERCENTILE99TH_FIELD_NUMBER
public static final int PERCENTILE999TH_FIELD_NUMBER
public static final int SIZE_FIELD_NUMBER
public static final int ONEMINUTERATE_FIELD_NUMBER
public static final int FIVEMINUTERATE_FIELD_NUMBER
public static final int FIFTEENMINUTERATE_FIELD_NUMBER
public static final int MEANRATE_FIELD_NUMBER
public static final int DELTACOUNT_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasMetricName()
.metrics.YammerMetricName metricName = 1;hasMetricName in interface ConfluentMetric.YammerTimerOrBuilderpublic ConfluentMetric.YammerMetricName getMetricName()
.metrics.YammerMetricName metricName = 1;getMetricName in interface ConfluentMetric.YammerTimerOrBuilderpublic ConfluentMetric.YammerMetricNameOrBuilder getMetricNameOrBuilder()
.metrics.YammerMetricName metricName = 1;getMetricNameOrBuilder in interface ConfluentMetric.YammerTimerOrBuilderpublic long getCount()
number of values recorded
int64 count = 2;getCount in interface ConfluentMetric.YammerTimerOrBuilderpublic double getMax()
double max = 3;getMax in interface ConfluentMetric.YammerTimerOrBuilderpublic double getMin()
double min = 4;getMin in interface ConfluentMetric.YammerTimerOrBuilderpublic double getMean()
double mean = 5;getMean in interface ConfluentMetric.YammerTimerOrBuilderpublic double getStdDev()
double stdDev = 6;getStdDev in interface ConfluentMetric.YammerTimerOrBuilderpublic double getSum()
double sum = 7;getSum in interface ConfluentMetric.YammerTimerOrBuilderpublic double getVariance()
double variance = 8;getVariance in interface ConfluentMetric.YammerTimerOrBuilderpublic double getMedian()
double median = 9;getMedian in interface ConfluentMetric.YammerTimerOrBuilderpublic double getPercentile75Th()
double percentile75th = 10;getPercentile75Th in interface ConfluentMetric.YammerTimerOrBuilderpublic double getPercentile95Th()
double percentile95th = 11;getPercentile95Th in interface ConfluentMetric.YammerTimerOrBuilderpublic double getPercentile98Th()
double percentile98th = 12;getPercentile98Th in interface ConfluentMetric.YammerTimerOrBuilderpublic double getPercentile99Th()
double percentile99th = 13;getPercentile99Th in interface ConfluentMetric.YammerTimerOrBuilderpublic double getPercentile999Th()
double percentile999th = 14;getPercentile999Th in interface ConfluentMetric.YammerTimerOrBuilderpublic int getSize()
number of items in the snapshot
int32 size = 15;getSize in interface ConfluentMetric.YammerTimerOrBuilderpublic double getOneMinuteRate()
double oneMinuteRate = 16;getOneMinuteRate in interface ConfluentMetric.YammerTimerOrBuilderpublic double getFiveMinuteRate()
double fiveMinuteRate = 17;getFiveMinuteRate in interface ConfluentMetric.YammerTimerOrBuilderpublic double getFifteenMinuteRate()
double fifteenMinuteRate = 18;getFifteenMinuteRate in interface ConfluentMetric.YammerTimerOrBuilderpublic double getMeanRate()
double meanRate = 19;getMeanRate in interface ConfluentMetric.YammerTimerOrBuilderpublic long getDeltaCount()
int64 deltaCount = 20;getDeltaCount in interface ConfluentMetric.YammerTimerOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ConfluentMetric.YammerTimer parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfluentMetric.YammerTimer parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfluentMetric.YammerTimer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfluentMetric.YammerTimer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfluentMetric.YammerTimer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfluentMetric.YammerTimer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfluentMetric.YammerTimer parseFrom(InputStream input) throws IOException
IOExceptionpublic static ConfluentMetric.YammerTimer parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConfluentMetric.YammerTimer parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ConfluentMetric.YammerTimer parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConfluentMetric.YammerTimer parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ConfluentMetric.YammerTimer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ConfluentMetric.YammerTimer.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ConfluentMetric.YammerTimer.Builder newBuilder()
public static ConfluentMetric.YammerTimer.Builder newBuilder(ConfluentMetric.YammerTimer prototype)
public ConfluentMetric.YammerTimer.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static ConfluentMetric.YammerTimer getDefaultInstance()
public static com.google.protobuf.Parser<ConfluentMetric.YammerTimer> parser()
public com.google.protobuf.Parser<ConfluentMetric.YammerTimer> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ConfluentMetric.YammerTimer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder