public static final class Protos.TcpStatistics extends com.google.protobuf.GeneratedMessageV3 implements Protos.TcpStatisticsOrBuilder
mesos.TcpStatistics| Modifier and Type | Class and Description |
|---|---|
static class |
Protos.TcpStatistics.Builder
Protobuf type
mesos.TcpStatistics |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVEOPENS_FIELD_NUMBER |
static int |
ATTEMPTFAILS_FIELD_NUMBER |
static int |
CURRESTAB_FIELD_NUMBER |
static int |
ESTABRESETS_FIELD_NUMBER |
static int |
INCSUMERRORS_FIELD_NUMBER |
static int |
INERRS_FIELD_NUMBER |
static int |
INSEGS_FIELD_NUMBER |
static int |
MAXCONN_FIELD_NUMBER |
static int |
OUTRSTS_FIELD_NUMBER |
static int |
OUTSEGS_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
PASSIVEOPENS_FIELD_NUMBER |
static int |
RETRANSSEGS_FIELD_NUMBER |
static int |
RTOALGORITHM_FIELD_NUMBER |
static int |
RTOMAX_FIELD_NUMBER |
static int |
RTOMIN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getActiveOpens()
optional int64 ActiveOpens = 5; |
long |
getAttemptFails()
optional int64 AttemptFails = 7; |
long |
getCurrEstab()
optional int64 CurrEstab = 9; |
static Protos.TcpStatistics |
getDefaultInstance() |
Protos.TcpStatistics |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEstabResets()
optional int64 EstabResets = 8; |
long |
getInCsumErrors()
optional int64 InCsumErrors = 15; |
long |
getInErrs()
optional int64 InErrs = 13; |
long |
getInSegs()
optional int64 InSegs = 10; |
long |
getMaxConn()
optional int64 MaxConn = 4; |
long |
getOutRsts()
optional int64 OutRsts = 14; |
long |
getOutSegs()
optional int64 OutSegs = 11; |
<any> |
getParserForType() |
long |
getPassiveOpens()
optional int64 PassiveOpens = 6; |
long |
getRetransSegs()
optional int64 RetransSegs = 12; |
long |
getRtoAlgorithm()
optional int64 RtoAlgorithm = 1; |
long |
getRtoMax()
optional int64 RtoMax = 3; |
long |
getRtoMin()
optional int64 RtoMin = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasActiveOpens()
optional int64 ActiveOpens = 5; |
boolean |
hasAttemptFails()
optional int64 AttemptFails = 7; |
boolean |
hasCurrEstab()
optional int64 CurrEstab = 9; |
boolean |
hasEstabResets()
optional int64 EstabResets = 8; |
int |
hashCode() |
boolean |
hasInCsumErrors()
optional int64 InCsumErrors = 15; |
boolean |
hasInErrs()
optional int64 InErrs = 13; |
boolean |
hasInSegs()
optional int64 InSegs = 10; |
boolean |
hasMaxConn()
optional int64 MaxConn = 4; |
boolean |
hasOutRsts()
optional int64 OutRsts = 14; |
boolean |
hasOutSegs()
optional int64 OutSegs = 11; |
boolean |
hasPassiveOpens()
optional int64 PassiveOpens = 6; |
boolean |
hasRetransSegs()
optional int64 RetransSegs = 12; |
boolean |
hasRtoAlgorithm()
optional int64 RtoAlgorithm = 1; |
boolean |
hasRtoMax()
optional int64 RtoMax = 3; |
boolean |
hasRtoMin()
optional int64 RtoMin = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.TcpStatistics.Builder |
newBuilder() |
static Protos.TcpStatistics.Builder |
newBuilder(Protos.TcpStatistics prototype) |
Protos.TcpStatistics.Builder |
newBuilderForType() |
protected Protos.TcpStatistics.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.TcpStatistics |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.TcpStatistics |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TcpStatistics |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TcpStatistics |
parseFrom(java.nio.ByteBuffer data) |
static Protos.TcpStatistics |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TcpStatistics |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.TcpStatistics |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TcpStatistics |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.TcpStatistics |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TcpStatistics |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.TcpStatistics.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int RTOALGORITHM_FIELD_NUMBER
public static final int RTOMIN_FIELD_NUMBER
public static final int RTOMAX_FIELD_NUMBER
public static final int MAXCONN_FIELD_NUMBER
public static final int ACTIVEOPENS_FIELD_NUMBER
public static final int PASSIVEOPENS_FIELD_NUMBER
public static final int ATTEMPTFAILS_FIELD_NUMBER
public static final int ESTABRESETS_FIELD_NUMBER
public static final int CURRESTAB_FIELD_NUMBER
public static final int INSEGS_FIELD_NUMBER
public static final int OUTSEGS_FIELD_NUMBER
public static final int RETRANSSEGS_FIELD_NUMBER
public static final int INERRS_FIELD_NUMBER
public static final int OUTRSTS_FIELD_NUMBER
public static final int INCSUMERRORS_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 hasRtoAlgorithm()
optional int64 RtoAlgorithm = 1;hasRtoAlgorithm in interface Protos.TcpStatisticsOrBuilderpublic long getRtoAlgorithm()
optional int64 RtoAlgorithm = 1;getRtoAlgorithm in interface Protos.TcpStatisticsOrBuilderpublic boolean hasRtoMin()
optional int64 RtoMin = 2;hasRtoMin in interface Protos.TcpStatisticsOrBuilderpublic long getRtoMin()
optional int64 RtoMin = 2;getRtoMin in interface Protos.TcpStatisticsOrBuilderpublic boolean hasRtoMax()
optional int64 RtoMax = 3;hasRtoMax in interface Protos.TcpStatisticsOrBuilderpublic long getRtoMax()
optional int64 RtoMax = 3;getRtoMax in interface Protos.TcpStatisticsOrBuilderpublic boolean hasMaxConn()
optional int64 MaxConn = 4;hasMaxConn in interface Protos.TcpStatisticsOrBuilderpublic long getMaxConn()
optional int64 MaxConn = 4;getMaxConn in interface Protos.TcpStatisticsOrBuilderpublic boolean hasActiveOpens()
optional int64 ActiveOpens = 5;hasActiveOpens in interface Protos.TcpStatisticsOrBuilderpublic long getActiveOpens()
optional int64 ActiveOpens = 5;getActiveOpens in interface Protos.TcpStatisticsOrBuilderpublic boolean hasPassiveOpens()
optional int64 PassiveOpens = 6;hasPassiveOpens in interface Protos.TcpStatisticsOrBuilderpublic long getPassiveOpens()
optional int64 PassiveOpens = 6;getPassiveOpens in interface Protos.TcpStatisticsOrBuilderpublic boolean hasAttemptFails()
optional int64 AttemptFails = 7;hasAttemptFails in interface Protos.TcpStatisticsOrBuilderpublic long getAttemptFails()
optional int64 AttemptFails = 7;getAttemptFails in interface Protos.TcpStatisticsOrBuilderpublic boolean hasEstabResets()
optional int64 EstabResets = 8;hasEstabResets in interface Protos.TcpStatisticsOrBuilderpublic long getEstabResets()
optional int64 EstabResets = 8;getEstabResets in interface Protos.TcpStatisticsOrBuilderpublic boolean hasCurrEstab()
optional int64 CurrEstab = 9;hasCurrEstab in interface Protos.TcpStatisticsOrBuilderpublic long getCurrEstab()
optional int64 CurrEstab = 9;getCurrEstab in interface Protos.TcpStatisticsOrBuilderpublic boolean hasInSegs()
optional int64 InSegs = 10;hasInSegs in interface Protos.TcpStatisticsOrBuilderpublic long getInSegs()
optional int64 InSegs = 10;getInSegs in interface Protos.TcpStatisticsOrBuilderpublic boolean hasOutSegs()
optional int64 OutSegs = 11;hasOutSegs in interface Protos.TcpStatisticsOrBuilderpublic long getOutSegs()
optional int64 OutSegs = 11;getOutSegs in interface Protos.TcpStatisticsOrBuilderpublic boolean hasRetransSegs()
optional int64 RetransSegs = 12;hasRetransSegs in interface Protos.TcpStatisticsOrBuilderpublic long getRetransSegs()
optional int64 RetransSegs = 12;getRetransSegs in interface Protos.TcpStatisticsOrBuilderpublic boolean hasInErrs()
optional int64 InErrs = 13;hasInErrs in interface Protos.TcpStatisticsOrBuilderpublic long getInErrs()
optional int64 InErrs = 13;getInErrs in interface Protos.TcpStatisticsOrBuilderpublic boolean hasOutRsts()
optional int64 OutRsts = 14;hasOutRsts in interface Protos.TcpStatisticsOrBuilderpublic long getOutRsts()
optional int64 OutRsts = 14;getOutRsts in interface Protos.TcpStatisticsOrBuilderpublic boolean hasInCsumErrors()
optional int64 InCsumErrors = 15;hasInCsumErrors in interface Protos.TcpStatisticsOrBuilderpublic long getInCsumErrors()
optional int64 InCsumErrors = 15;getInCsumErrors in interface Protos.TcpStatisticsOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.TcpStatistics parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.TcpStatistics parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.TcpStatistics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.TcpStatistics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.TcpStatistics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.TcpStatistics parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.TcpStatistics parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.TcpStatistics parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.TcpStatistics parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.TcpStatistics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Protos.TcpStatistics.Builder newBuilderForType()
public static Protos.TcpStatistics.Builder newBuilder()
public static Protos.TcpStatistics.Builder newBuilder(Protos.TcpStatistics prototype)
public Protos.TcpStatistics.Builder toBuilder()
protected Protos.TcpStatistics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.TcpStatistics getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.TcpStatistics getDefaultInstanceForType()