public static final class ReportProtos.EssemReport.Timer extends com.google.protobuf.GeneratedMessage implements ReportProtos.EssemReport.TimerOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportProtos.EssemReport.Timer.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
COUNT_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 |
MIN_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
ONEMINUTERATE_FIELD_NUMBER |
static int |
PERCENTILE75_FIELD_NUMBER |
static int |
PERCENTILE95_FIELD_NUMBER |
static int |
PERCENTILE98_FIELD_NUMBER |
static int |
PERCENTILE99_FIELD_NUMBER |
static int |
PERCENTILE999_FIELD_NUMBER |
static int |
STD_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
static ReportProtos.EssemReport.Timer |
getDefaultInstance() |
ReportProtos.EssemReport.Timer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getFifteenMinuteRate() |
double |
getFiveMinuteRate() |
double |
getMax() |
double |
getMean() |
double |
getMeanRate() |
double |
getMedian() |
double |
getMin() |
java.lang.String |
getName() |
double |
getOneMinuteRate() |
double |
getPercentile75() |
double |
getPercentile95() |
double |
getPercentile98() |
double |
getPercentile99() |
double |
getPercentile999() |
int |
getSerializedSize() |
double |
getStd() |
boolean |
hasCount() |
boolean |
hasFifteenMinuteRate() |
boolean |
hasFiveMinuteRate() |
boolean |
hasMax() |
boolean |
hasMean() |
boolean |
hasMeanRate() |
boolean |
hasMedian() |
boolean |
hasMin() |
boolean |
hasName() |
boolean |
hasOneMinuteRate() |
boolean |
hasPercentile75() |
boolean |
hasPercentile95() |
boolean |
hasPercentile98() |
boolean |
hasPercentile99() |
boolean |
hasPercentile999() |
boolean |
hasStd() |
boolean |
isInitialized() |
static ReportProtos.EssemReport.Timer.Builder |
newBuilder() |
static ReportProtos.EssemReport.Timer.Builder |
newBuilder(ReportProtos.EssemReport.Timer prototype) |
ReportProtos.EssemReport.Timer.Builder |
newBuilderForType() |
static ReportProtos.EssemReport.Timer |
parseDelimitedFrom(java.io.InputStream input) |
static ReportProtos.EssemReport.Timer |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportProtos.EssemReport.Timer |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportProtos.EssemReport.Timer |
parseFrom(com.google.protobuf.ByteString data) |
static ReportProtos.EssemReport.Timer |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportProtos.EssemReport.Timer |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReportProtos.EssemReport.Timer |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportProtos.EssemReport.Timer |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReportProtos.EssemReport.Timer.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int NAME_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 COUNT_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
public static final int MEAN_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
public static final int STD_FIELD_NUMBER
public static final int MEDIAN_FIELD_NUMBER
public static final int PERCENTILE75_FIELD_NUMBER
public static final int PERCENTILE95_FIELD_NUMBER
public static final int PERCENTILE98_FIELD_NUMBER
public static final int PERCENTILE99_FIELD_NUMBER
public static final int PERCENTILE999_FIELD_NUMBER
public static ReportProtos.EssemReport.Timer getDefaultInstance()
public ReportProtos.EssemReport.Timer getDefaultInstanceForType()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasName()
hasName in interface ReportProtos.EssemReport.TimerOrBuilderpublic java.lang.String getName()
getName in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasOneMinuteRate()
hasOneMinuteRate in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getOneMinuteRate()
getOneMinuteRate in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasFiveMinuteRate()
hasFiveMinuteRate in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getFiveMinuteRate()
getFiveMinuteRate in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasFifteenMinuteRate()
hasFifteenMinuteRate in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getFifteenMinuteRate()
getFifteenMinuteRate in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasMeanRate()
hasMeanRate in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getMeanRate()
getMeanRate in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasCount()
hasCount in interface ReportProtos.EssemReport.TimerOrBuilderpublic long getCount()
getCount in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasMax()
hasMax in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getMax()
getMax in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasMean()
hasMean in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getMean()
getMean in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasMin()
hasMin in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getMin()
getMin in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasStd()
hasStd in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getStd()
getStd in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasMedian()
hasMedian in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getMedian()
getMedian in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasPercentile75()
hasPercentile75 in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getPercentile75()
getPercentile75 in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasPercentile95()
hasPercentile95 in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getPercentile95()
getPercentile95 in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasPercentile98()
hasPercentile98 in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getPercentile98()
getPercentile98 in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasPercentile99()
hasPercentile99 in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getPercentile99()
getPercentile99 in interface ReportProtos.EssemReport.TimerOrBuilderpublic boolean hasPercentile999()
hasPercentile999 in interface ReportProtos.EssemReport.TimerOrBuilderpublic double getPercentile999()
getPercentile999 in interface ReportProtos.EssemReport.TimerOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public static ReportProtos.EssemReport.Timer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportProtos.EssemReport.Timer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportProtos.EssemReport.Timer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportProtos.EssemReport.Timer parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Timer parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Timer parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Timer parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Timer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Timer.Builder newBuilder()
public ReportProtos.EssemReport.Timer.Builder newBuilderForType()
public static ReportProtos.EssemReport.Timer.Builder newBuilder(ReportProtos.EssemReport.Timer prototype)
public ReportProtos.EssemReport.Timer.Builder toBuilder()