Package org.kobe.xbot.Utilities.Entities
Interface XTableClientStatistics.ClientStatisticsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
XTableClientStatistics.ClientStatistics,XTableClientStatistics.ClientStatistics.Builder
- Enclosing class:
- XTableClientStatistics
public static interface XTableClientStatistics.ClientStatisticsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 available_processors = 6;intoptional int32 buffer_size = 18;longint64 free_memory_mb = 3;.HealthStatus health = 14;int.HealthStatus health = 14;string hostname = 9;com.google.protobuf.ByteStringstring hostname = 9;getIp()string ip = 8;com.google.protobuf.ByteStringstring ip = 8;string jvm_name = 13;com.google.protobuf.ByteStringstring jvm_name = 13;string lang_vendor = 12;com.google.protobuf.ByteStringstring lang_vendor = 12;string lang_version = 11;com.google.protobuf.ByteStringstring lang_version = 11;intoptional int32 max_buffer_size = 19;longint64 max_memory_mb = 2;longint64 nano_time = 1;doubledouble process_cpu_load_percentage = 5;string process_id = 10;com.google.protobuf.ByteStringstring process_id = 10;longint64 total_threads = 7;getType()optional string type = 16;com.google.protobuf.ByteStringoptional string type = 16;longint64 used_memory_mb = 4;getUuid()optional string uuid = 17;com.google.protobuf.ByteStringoptional string uuid = 17;Optional fieldscom.google.protobuf.ByteStringOptional fieldsbooleanoptional int32 buffer_size = 18;booleanoptional int32 max_buffer_size = 19;booleanhasType()optional string type = 16;booleanhasUuid()optional string uuid = 17;booleanOptional fieldsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNanoTime
long getNanoTime()int64 nano_time = 1;- Returns:
- The nanoTime.
-
getMaxMemoryMb
long getMaxMemoryMb()int64 max_memory_mb = 2;- Returns:
- The maxMemoryMb.
-
getFreeMemoryMb
long getFreeMemoryMb()int64 free_memory_mb = 3;- Returns:
- The freeMemoryMb.
-
getUsedMemoryMb
long getUsedMemoryMb()int64 used_memory_mb = 4;- Returns:
- The usedMemoryMb.
-
getProcessCpuLoadPercentage
double getProcessCpuLoadPercentage()double process_cpu_load_percentage = 5;- Returns:
- The processCpuLoadPercentage.
-
getAvailableProcessors
int getAvailableProcessors()int32 available_processors = 6;- Returns:
- The availableProcessors.
-
getTotalThreads
long getTotalThreads()int64 total_threads = 7;- Returns:
- The totalThreads.
-
getIp
String getIp()string ip = 8;- Returns:
- The ip.
-
getIpBytes
com.google.protobuf.ByteString getIpBytes()string ip = 8;- Returns:
- The bytes for ip.
-
getHostname
String getHostname()string hostname = 9;- Returns:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()string hostname = 9;- Returns:
- The bytes for hostname.
-
getProcessId
String getProcessId()string process_id = 10;- Returns:
- The processId.
-
getProcessIdBytes
com.google.protobuf.ByteString getProcessIdBytes()string process_id = 10;- Returns:
- The bytes for processId.
-
getLangVersion
String getLangVersion()string lang_version = 11;- Returns:
- The langVersion.
-
getLangVersionBytes
com.google.protobuf.ByteString getLangVersionBytes()string lang_version = 11;- Returns:
- The bytes for langVersion.
-
getLangVendor
String getLangVendor()string lang_vendor = 12;- Returns:
- The langVendor.
-
getLangVendorBytes
com.google.protobuf.ByteString getLangVendorBytes()string lang_vendor = 12;- Returns:
- The bytes for langVendor.
-
getJvmName
String getJvmName()string jvm_name = 13;- Returns:
- The jvmName.
-
getJvmNameBytes
com.google.protobuf.ByteString getJvmNameBytes()string jvm_name = 13;- Returns:
- The bytes for jvmName.
-
getHealthValue
int getHealthValue().HealthStatus health = 14;- Returns:
- The enum numeric value on the wire for health.
-
getHealth
XTableClientStatistics.HealthStatus getHealth().HealthStatus health = 14;- Returns:
- The health.
-
hasVersion
boolean hasVersion()Optional fields
optional string version = 15;- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()Optional fields
optional string version = 15;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()Optional fields
optional string version = 15;- Returns:
- The bytes for version.
-
hasType
boolean hasType()optional string type = 16;- Returns:
- Whether the type field is set.
-
getType
String getType()optional string type = 16;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()optional string type = 16;- Returns:
- The bytes for type.
-
hasUuid
boolean hasUuid()optional string uuid = 17;- Returns:
- Whether the uuid field is set.
-
getUuid
String getUuid()optional string uuid = 17;- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()optional string uuid = 17;- Returns:
- The bytes for uuid.
-
hasBufferSize
boolean hasBufferSize()optional int32 buffer_size = 18;- Returns:
- Whether the bufferSize field is set.
-
getBufferSize
int getBufferSize()optional int32 buffer_size = 18;- Returns:
- The bufferSize.
-
hasMaxBufferSize
boolean hasMaxBufferSize()optional int32 max_buffer_size = 19;- Returns:
- Whether the maxBufferSize field is set.
-
getMaxBufferSize
int getMaxBufferSize()optional int32 max_buffer_size = 19;- Returns:
- The maxBufferSize.
-