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 TypeMethodDescriptionint
int32 available_processors = 6;
int
optional int32 buffer_size = 18;
long
int64 free_memory_mb = 3;
.HealthStatus health = 14;
int
.HealthStatus health = 14;
string hostname = 9;
com.google.protobuf.ByteString
string hostname = 9;
getIp()
string ip = 8;
com.google.protobuf.ByteString
string ip = 8;
string jvm_name = 13;
com.google.protobuf.ByteString
string jvm_name = 13;
string lang_vendor = 12;
com.google.protobuf.ByteString
string lang_vendor = 12;
string lang_version = 11;
com.google.protobuf.ByteString
string lang_version = 11;
int
optional int32 max_buffer_size = 19;
long
int64 max_memory_mb = 2;
long
int64 nano_time = 1;
double
double process_cpu_load_percentage = 5;
string process_id = 10;
com.google.protobuf.ByteString
string process_id = 10;
long
int64 total_threads = 7;
getType()
optional string type = 16;
com.google.protobuf.ByteString
optional string type = 16;
long
int64 used_memory_mb = 4;
getUuid()
optional string uuid = 17;
com.google.protobuf.ByteString
optional string uuid = 17;
Optional fieldscom.google.protobuf.ByteString
Optional fieldsboolean
optional int32 buffer_size = 18;
boolean
optional int32 max_buffer_size = 19;
boolean
hasType()
optional string type = 16;
boolean
hasUuid()
optional string uuid = 17;
boolean
Optional fieldsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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.
-