public static final class Protos.UdpStatistics extends com.google.protobuf.GeneratedMessageV3 implements Protos.UdpStatisticsOrBuilder
mesos.UdpStatistics
Modifier and Type | Class and Description |
---|---|
static class |
Protos.UdpStatistics.Builder
Protobuf type
mesos.UdpStatistics |
Modifier and Type | Field and Description |
---|---|
static int |
IGNOREDMULTI_FIELD_NUMBER |
static int |
INCSUMERRORS_FIELD_NUMBER |
static int |
INDATAGRAMS_FIELD_NUMBER |
static int |
INERRORS_FIELD_NUMBER |
static int |
NOPORTS_FIELD_NUMBER |
static int |
OUTDATAGRAMS_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
RCVBUFERRORS_FIELD_NUMBER |
static int |
SNDBUFERRORS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.UdpStatistics |
getDefaultInstance() |
Protos.UdpStatistics |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getIgnoredMulti()
optional int64 IgnoredMulti = 8; |
long |
getInCsumErrors()
optional int64 InCsumErrors = 7; |
long |
getInDatagrams()
optional int64 InDatagrams = 1; |
long |
getInErrors()
optional int64 InErrors = 3; |
long |
getNoPorts()
optional int64 NoPorts = 2; |
long |
getOutDatagrams()
optional int64 OutDatagrams = 4; |
<any> |
getParserForType() |
long |
getRcvbufErrors()
optional int64 RcvbufErrors = 5; |
int |
getSerializedSize() |
long |
getSndbufErrors()
optional int64 SndbufErrors = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasIgnoredMulti()
optional int64 IgnoredMulti = 8; |
boolean |
hasInCsumErrors()
optional int64 InCsumErrors = 7; |
boolean |
hasInDatagrams()
optional int64 InDatagrams = 1; |
boolean |
hasInErrors()
optional int64 InErrors = 3; |
boolean |
hasNoPorts()
optional int64 NoPorts = 2; |
boolean |
hasOutDatagrams()
optional int64 OutDatagrams = 4; |
boolean |
hasRcvbufErrors()
optional int64 RcvbufErrors = 5; |
boolean |
hasSndbufErrors()
optional int64 SndbufErrors = 6; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.UdpStatistics.Builder |
newBuilder() |
static Protos.UdpStatistics.Builder |
newBuilder(Protos.UdpStatistics prototype) |
Protos.UdpStatistics.Builder |
newBuilderForType() |
protected Protos.UdpStatistics.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.UdpStatistics |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.UdpStatistics |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UdpStatistics |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UdpStatistics |
parseFrom(java.nio.ByteBuffer data) |
static Protos.UdpStatistics |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UdpStatistics |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.UdpStatistics |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UdpStatistics |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.UdpStatistics |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UdpStatistics |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.UdpStatistics.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int INDATAGRAMS_FIELD_NUMBER
public static final int NOPORTS_FIELD_NUMBER
public static final int INERRORS_FIELD_NUMBER
public static final int OUTDATAGRAMS_FIELD_NUMBER
public static final int RCVBUFERRORS_FIELD_NUMBER
public static final int SNDBUFERRORS_FIELD_NUMBER
public static final int INCSUMERRORS_FIELD_NUMBER
public static final int IGNOREDMULTI_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasInDatagrams()
optional int64 InDatagrams = 1;
hasInDatagrams
in interface Protos.UdpStatisticsOrBuilder
public long getInDatagrams()
optional int64 InDatagrams = 1;
getInDatagrams
in interface Protos.UdpStatisticsOrBuilder
public boolean hasNoPorts()
optional int64 NoPorts = 2;
hasNoPorts
in interface Protos.UdpStatisticsOrBuilder
public long getNoPorts()
optional int64 NoPorts = 2;
getNoPorts
in interface Protos.UdpStatisticsOrBuilder
public boolean hasInErrors()
optional int64 InErrors = 3;
hasInErrors
in interface Protos.UdpStatisticsOrBuilder
public long getInErrors()
optional int64 InErrors = 3;
getInErrors
in interface Protos.UdpStatisticsOrBuilder
public boolean hasOutDatagrams()
optional int64 OutDatagrams = 4;
hasOutDatagrams
in interface Protos.UdpStatisticsOrBuilder
public long getOutDatagrams()
optional int64 OutDatagrams = 4;
getOutDatagrams
in interface Protos.UdpStatisticsOrBuilder
public boolean hasRcvbufErrors()
optional int64 RcvbufErrors = 5;
hasRcvbufErrors
in interface Protos.UdpStatisticsOrBuilder
public long getRcvbufErrors()
optional int64 RcvbufErrors = 5;
getRcvbufErrors
in interface Protos.UdpStatisticsOrBuilder
public boolean hasSndbufErrors()
optional int64 SndbufErrors = 6;
hasSndbufErrors
in interface Protos.UdpStatisticsOrBuilder
public long getSndbufErrors()
optional int64 SndbufErrors = 6;
getSndbufErrors
in interface Protos.UdpStatisticsOrBuilder
public boolean hasInCsumErrors()
optional int64 InCsumErrors = 7;
hasInCsumErrors
in interface Protos.UdpStatisticsOrBuilder
public long getInCsumErrors()
optional int64 InCsumErrors = 7;
getInCsumErrors
in interface Protos.UdpStatisticsOrBuilder
public boolean hasIgnoredMulti()
optional int64 IgnoredMulti = 8;
hasIgnoredMulti
in interface Protos.UdpStatisticsOrBuilder
public long getIgnoredMulti()
optional int64 IgnoredMulti = 8;
getIgnoredMulti
in interface Protos.UdpStatisticsOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.UdpStatistics parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.UdpStatistics parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.UdpStatistics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.UdpStatistics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.UdpStatistics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.UdpStatistics parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.UdpStatistics parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.UdpStatistics parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.UdpStatistics parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.UdpStatistics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.UdpStatistics.Builder newBuilderForType()
public static Protos.UdpStatistics.Builder newBuilder()
public static Protos.UdpStatistics.Builder newBuilder(Protos.UdpStatistics prototype)
public Protos.UdpStatistics.Builder toBuilder()
protected Protos.UdpStatistics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.UdpStatistics getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.UdpStatistics getDefaultInstanceForType()