public static final class Protocol.NodeInfo.MachineInfo extends com.google.protobuf.GeneratedMessageV3 implements Protocol.NodeInfo.MachineInfoOrBuilder
protocol.NodeInfo.MachineInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Protocol.NodeInfo.MachineInfo.Builder
Protobuf type
protocol.NodeInfo.MachineInfo |
static class |
Protocol.NodeInfo.MachineInfo.DeadLockThreadInfo
Protobuf type
protocol.NodeInfo.MachineInfo.DeadLockThreadInfo |
static interface |
Protocol.NodeInfo.MachineInfo.DeadLockThreadInfoOrBuilder |
static class |
Protocol.NodeInfo.MachineInfo.MemoryDescInfo
Protobuf type
protocol.NodeInfo.MachineInfo.MemoryDescInfo |
static interface |
Protocol.NodeInfo.MachineInfo.MemoryDescInfoOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CPUCOUNT_FIELD_NUMBER |
static int |
CPURATE_FIELD_NUMBER |
static int |
DEADLOCKTHREADCOUNT_FIELD_NUMBER |
static int |
DEADLOCKTHREADINFOLIST_FIELD_NUMBER |
static int |
FREEMEMORY_FIELD_NUMBER |
static int |
JAVAVERSION_FIELD_NUMBER |
static int |
JVMFREEMEMORY_FIELD_NUMBER |
static int |
JVMTOTALMEMOERY_FIELD_NUMBER |
static int |
MEMORYDESCINFOLIST_FIELD_NUMBER |
static int |
OSNAME_FIELD_NUMBER |
static int |
PROCESSCPURATE_FIELD_NUMBER |
static int |
THREADCOUNT_FIELD_NUMBER |
static int |
TOTALMEMORY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCpuCount()
int32 cpuCount = 3; |
double |
getCpuRate()
double cpuRate = 6; |
int |
getDeadLockThreadCount()
int32 deadLockThreadCount = 2; |
Protocol.NodeInfo.MachineInfo.DeadLockThreadInfo |
getDeadLockThreadInfoList(int index)
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13; |
int |
getDeadLockThreadInfoListCount()
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13; |
List<Protocol.NodeInfo.MachineInfo.DeadLockThreadInfo> |
getDeadLockThreadInfoListList()
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13; |
Protocol.NodeInfo.MachineInfo.DeadLockThreadInfoOrBuilder |
getDeadLockThreadInfoListOrBuilder(int index)
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13; |
List<? extends Protocol.NodeInfo.MachineInfo.DeadLockThreadInfoOrBuilder> |
getDeadLockThreadInfoListOrBuilderList()
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13; |
static Protocol.NodeInfo.MachineInfo |
getDefaultInstance() |
Protocol.NodeInfo.MachineInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getFreeMemory()
int64 freeMemory = 5; |
String |
getJavaVersion()
string javaVersion = 7; |
com.google.protobuf.ByteString |
getJavaVersionBytes()
string javaVersion = 7; |
long |
getJvmFreeMemory()
int64 jvmFreeMemory = 10; |
long |
getJvmTotalMemoery()
int64 jvmTotalMemoery = 9; |
Protocol.NodeInfo.MachineInfo.MemoryDescInfo |
getMemoryDescInfoList(int index)
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12; |
int |
getMemoryDescInfoListCount()
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12; |
List<Protocol.NodeInfo.MachineInfo.MemoryDescInfo> |
getMemoryDescInfoListList()
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12; |
Protocol.NodeInfo.MachineInfo.MemoryDescInfoOrBuilder |
getMemoryDescInfoListOrBuilder(int index)
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12; |
List<? extends Protocol.NodeInfo.MachineInfo.MemoryDescInfoOrBuilder> |
getMemoryDescInfoListOrBuilderList()
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12; |
String |
getOsName()
string osName = 8; |
com.google.protobuf.ByteString |
getOsNameBytes()
string osName = 8; |
com.google.protobuf.Parser<Protocol.NodeInfo.MachineInfo> |
getParserForType() |
double |
getProcessCpuRate()
double processCpuRate = 11; |
int |
getSerializedSize() |
int |
getThreadCount()
int32 threadCount = 1; |
long |
getTotalMemory()
int64 totalMemory = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protocol.NodeInfo.MachineInfo.Builder |
newBuilder() |
static Protocol.NodeInfo.MachineInfo.Builder |
newBuilder(Protocol.NodeInfo.MachineInfo prototype) |
Protocol.NodeInfo.MachineInfo.Builder |
newBuilderForType() |
protected Protocol.NodeInfo.MachineInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protocol.NodeInfo.MachineInfo |
parseDelimitedFrom(InputStream input) |
static Protocol.NodeInfo.MachineInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(byte[] data) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(ByteBuffer data) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(InputStream input) |
static Protocol.NodeInfo.MachineInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Protocol.NodeInfo.MachineInfo> |
parser() |
Protocol.NodeInfo.MachineInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int THREADCOUNT_FIELD_NUMBER
public static final int DEADLOCKTHREADCOUNT_FIELD_NUMBER
public static final int CPUCOUNT_FIELD_NUMBER
public static final int TOTALMEMORY_FIELD_NUMBER
public static final int FREEMEMORY_FIELD_NUMBER
public static final int CPURATE_FIELD_NUMBER
public static final int JAVAVERSION_FIELD_NUMBER
public static final int OSNAME_FIELD_NUMBER
public static final int JVMTOTALMEMOERY_FIELD_NUMBER
public static final int JVMFREEMEMORY_FIELD_NUMBER
public static final int PROCESSCPURATE_FIELD_NUMBER
public static final int MEMORYDESCINFOLIST_FIELD_NUMBER
public static final int DEADLOCKTHREADINFOLIST_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getThreadCount()
int32 threadCount = 1;getThreadCount in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic int getDeadLockThreadCount()
int32 deadLockThreadCount = 2;getDeadLockThreadCount in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic int getCpuCount()
int32 cpuCount = 3;getCpuCount in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic long getTotalMemory()
int64 totalMemory = 4;getTotalMemory in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic long getFreeMemory()
int64 freeMemory = 5;getFreeMemory in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic double getCpuRate()
double cpuRate = 6;getCpuRate in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic String getJavaVersion()
string javaVersion = 7;getJavaVersion in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic com.google.protobuf.ByteString getJavaVersionBytes()
string javaVersion = 7;getJavaVersionBytes in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic String getOsName()
string osName = 8;getOsName in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic com.google.protobuf.ByteString getOsNameBytes()
string osName = 8;getOsNameBytes in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic long getJvmTotalMemoery()
int64 jvmTotalMemoery = 9;getJvmTotalMemoery in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic long getJvmFreeMemory()
int64 jvmFreeMemory = 10;getJvmFreeMemory in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic double getProcessCpuRate()
double processCpuRate = 11;getProcessCpuRate in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic List<Protocol.NodeInfo.MachineInfo.MemoryDescInfo> getMemoryDescInfoListList()
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12;getMemoryDescInfoListList in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic List<? extends Protocol.NodeInfo.MachineInfo.MemoryDescInfoOrBuilder> getMemoryDescInfoListOrBuilderList()
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12;getMemoryDescInfoListOrBuilderList in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic int getMemoryDescInfoListCount()
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12;getMemoryDescInfoListCount in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic Protocol.NodeInfo.MachineInfo.MemoryDescInfo getMemoryDescInfoList(int index)
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12;getMemoryDescInfoList in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic Protocol.NodeInfo.MachineInfo.MemoryDescInfoOrBuilder getMemoryDescInfoListOrBuilder(int index)
repeated .protocol.NodeInfo.MachineInfo.MemoryDescInfo memoryDescInfoList = 12;getMemoryDescInfoListOrBuilder in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic List<Protocol.NodeInfo.MachineInfo.DeadLockThreadInfo> getDeadLockThreadInfoListList()
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13;getDeadLockThreadInfoListList in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic List<? extends Protocol.NodeInfo.MachineInfo.DeadLockThreadInfoOrBuilder> getDeadLockThreadInfoListOrBuilderList()
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13;getDeadLockThreadInfoListOrBuilderList in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic int getDeadLockThreadInfoListCount()
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13;getDeadLockThreadInfoListCount in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic Protocol.NodeInfo.MachineInfo.DeadLockThreadInfo getDeadLockThreadInfoList(int index)
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13;getDeadLockThreadInfoList in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic Protocol.NodeInfo.MachineInfo.DeadLockThreadInfoOrBuilder getDeadLockThreadInfoListOrBuilder(int index)
repeated .protocol.NodeInfo.MachineInfo.DeadLockThreadInfo deadLockThreadInfoList = 13;getDeadLockThreadInfoListOrBuilder in interface Protocol.NodeInfo.MachineInfoOrBuilderpublic 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 Protocol.NodeInfo.MachineInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.NodeInfo.MachineInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.NodeInfo.MachineInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.NodeInfo.MachineInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.NodeInfo.MachineInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.NodeInfo.MachineInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.NodeInfo.MachineInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static Protocol.NodeInfo.MachineInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Protocol.NodeInfo.MachineInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Protocol.NodeInfo.MachineInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Protocol.NodeInfo.MachineInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Protocol.NodeInfo.MachineInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Protocol.NodeInfo.MachineInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Protocol.NodeInfo.MachineInfo.Builder newBuilder()
public static Protocol.NodeInfo.MachineInfo.Builder newBuilder(Protocol.NodeInfo.MachineInfo prototype)
public Protocol.NodeInfo.MachineInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Protocol.NodeInfo.MachineInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Protocol.NodeInfo.MachineInfo getDefaultInstance()
public static com.google.protobuf.Parser<Protocol.NodeInfo.MachineInfo> parser()
public com.google.protobuf.Parser<Protocol.NodeInfo.MachineInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Protocol.NodeInfo.MachineInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.