@Generated(value="com.neeve.protobuf.adm.ProtobufAdmNodeGenerator", date="Tue Sep 16 04:36:05 UTC 2025") @AdmGenerated(encoding="xbuf", compatLevel="5.0.0", admVersion="Unknown Version", date="9/16/25 4:36 AM", buildInfo="nvx-rumi-server-4.0.595 (Rumi ADM Maven Plugin)") @AdmFactoryInfo(factoryClass=SrvMonHeartbeatFactory.class, vfid=32, ofid=32, typeId=231) public final class SrvMonSysMemoryIOBufCounters extends Object implements ISrvMonSysMemoryIOBufCounters, MessageReflector, com.neeve.query.impl.index.IdxMappable, UtlPool.Item<SrvMonSysMemoryIOBufCounters>, AdmRuntime.BufferSizer
| ADM Type | Embedded Entity |
| Factory | SrvMonHeartbeatFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| bufferAllocBytes | Long | 17 | The cumulative number of bytes allocated via IOBuffer creations (non pool allocations). |
| bufferAllocCount | Long | 16 | The number of IOBuffer creations (non pool allocations) that have been performed. |
| bufferForkBytes | Long | 29 | The cumulative number of bytes forked. |
| bufferForkCount | Long | 28 | The number of IOBuffers that were forked. |
| bufferGCDisposeBytes | Long | 21 | The cumulative number of bytes disposed directly to the garbage collector. |
| bufferGCDisposeCount | Long | 20 | The number of IOBuffers that were disposed directly to the garbage collector. |
| bufferPoolAllocBytes | Long | 19 | The cumulative number of bytes allocated via IOBuffer pool allocations. |
| bufferPoolAllocCount | Long | 18 | The number of IOBuffer pool allocations that have been performed. |
| bufferPoolDisposeBytes | Long | 23 | The cumulative number of bytes disposed directly to IOBuffer pool. |
| bufferPoolDisposeCount | Long | 22 | The number of IOBuffers that were disposed to the IOBuffer pool. |
| bufferPoolLeakBytes | Long | 25 | The cumulative number of bytes evicted from the IOBuffer pool and disposed to the garbage collector. |
| bufferPoolLeakCount | Long | 24 | The number of IOBuffers that were evicted from the pool and disposed to the garbage collector. |
| bufferReallocBytes | Long | 27 | The cumulative number of bytes reallocated due to IOBuffer size changes. |
| bufferReallocCount | Long | 26 | The number of IOBuffers that were reallocated due to a size change. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SrvMonSysMemoryIOBufCounters.Deserializer
The deserializer
|
static class |
SrvMonSysMemoryIOBufCounters.PacketBody
The backing packet type for SrvMonSysMemoryIOBufCounters (used internally for serialization purposes).
|
static class |
SrvMonSysMemoryIOBufCounters.Pojo
The POJO
|
static class |
SrvMonSysMemoryIOBufCounters.Serializer
The serializer
|
| Modifier and Type | Field and Description |
|---|---|
static SrvMonSysMemoryIOBufCounters[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
SrvMonSysMemoryIOBufCounters |
acquire() |
boolean |
appendFieldValueTo(Object node,
String[] pathComponents,
XString target)
Appends a reflected field value as a string into the given XString.
|
boolean |
appendFieldValueTo(Object message,
String name,
XString target)
Appends a reflected field value as a string into the given XString.
|
void |
clear() |
void |
clear(boolean disposeMembers) |
void |
clearBufferAllocBytes()
Clears the value of 'bufferAllocBytes'.
|
void |
clearBufferAllocCount()
Clears the value of 'bufferAllocCount'.
|
void |
clearBufferForkBytes()
Clears the value of 'bufferForkBytes'.
|
void |
clearBufferForkCount()
Clears the value of 'bufferForkCount'.
|
void |
clearBufferGCDisposeBytes()
Clears the value of 'bufferGCDisposeBytes'.
|
void |
clearBufferGCDisposeCount()
Clears the value of 'bufferGCDisposeCount'.
|
void |
clearBufferPoolAllocBytes()
Clears the value of 'bufferPoolAllocBytes'.
|
void |
clearBufferPoolAllocCount()
Clears the value of 'bufferPoolAllocCount'.
|
void |
clearBufferPoolDisposeBytes()
Clears the value of 'bufferPoolDisposeBytes'.
|
void |
clearBufferPoolDisposeCount()
Clears the value of 'bufferPoolDisposeCount'.
|
void |
clearBufferPoolLeakBytes()
Clears the value of 'bufferPoolLeakBytes'.
|
void |
clearBufferPoolLeakCount()
Clears the value of 'bufferPoolLeakCount'.
|
void |
clearBufferReallocBytes()
Clears the value of 'bufferReallocBytes'.
|
void |
clearBufferReallocCount()
Clears the value of 'bufferReallocCount'.
|
void |
clearContent()
Deprecated.
|
Object |
clone()
Creates a clone of this object.
|
SrvMonSysMemoryIOBufCounters |
copy() |
void |
copyInto(SrvMonSysMemoryIOBufCounters copy) |
static SrvMonSysMemoryIOBufCounters |
create() |
SrvMonSysMemoryIOBufCounters |
deserializeFrom(byte[] array,
int offset,
int len) |
SrvMonSysMemoryIOBufCounters |
deserializeFrom(ByteBuffer buffer) |
SrvMonSysMemoryIOBufCounters |
deserializeFrom(IOBuffer buffer,
int offset,
int len) |
SrvMonSysMemoryIOBufCounters |
deserializeFrom(IOElasticBuffer buffer,
int offset,
int len) |
SrvMonSysMemoryIOBufCounters |
deserializeFrom(long addr,
int offset,
int len) |
SrvMonSysMemoryIOBufCounters |
deserializeFrom(PktPacket packet) |
SrvMonSysMemoryIOBufCounters |
deserializeFrom(SrvMonSysMemoryIOBufCounters.Deserializer deserializer) |
SrvMonSysMemoryIOBufCounters |
deserializeFrom(SrvMonSysMemoryIOBufCounters val) |
SrvMonSysMemoryIOBufCounters |
deserializeFromByteArray(byte[] array) |
SrvMonSysMemoryIOBufCounters |
deserializeFromByteBuffer(ByteBuffer buffer) |
SrvMonSysMemoryIOBufCounters |
deserializeFromJson(String json) |
SrvMonSysMemoryIOBufCounters |
deserializeFromNative(long addr,
int offset,
int len)
Deprecated.
|
SrvMonSysMemoryIOBufCounters |
deserializeFromPacket(PktPacket packet) |
SrvMonSysMemoryIOBufCounters |
deserializeFromRawJson(String json) |
SrvMonSysMemoryIOBufCounters.Deserializer |
deserializer() |
SrvMonSysMemoryIOBufCounters.Deserializer |
deserializer(boolean createBuffer) |
void |
dispose() |
void |
disposeDeserializer() |
void |
disposePojo() |
void |
disposePojo(boolean sync) |
void |
disposeSerializedBuffer() |
void |
disposeSerializedBuffer(boolean gcDisposed) |
void |
disposeSerializer() |
long |
ensureCapacity(long addr,
int capacity)
Method invoked by the serializer to ensure there is enough space in the target
buffer to accommodate a field being serialized
|
boolean |
fieldExists(Object message,
String name)
Check if a field of the supplied name exists in a message.
|
long |
getBufferAllocBytes()
Gets the value of 'bufferAllocBytes'.
|
Long |
getBufferAllocBytesAsObject()
Gets the value of 'bufferAllocBytes'.
|
static int |
getBufferAllocBytesFieldId() |
long |
getBufferAllocCount()
Gets the value of 'bufferAllocCount'.
|
Long |
getBufferAllocCountAsObject()
Gets the value of 'bufferAllocCount'.
|
static int |
getBufferAllocCountFieldId() |
long |
getBufferForkBytes()
Gets the value of 'bufferForkBytes'.
|
Long |
getBufferForkBytesAsObject()
Gets the value of 'bufferForkBytes'.
|
static int |
getBufferForkBytesFieldId() |
long |
getBufferForkCount()
Gets the value of 'bufferForkCount'.
|
Long |
getBufferForkCountAsObject()
Gets the value of 'bufferForkCount'.
|
static int |
getBufferForkCountFieldId() |
long |
getBufferGCDisposeBytes()
Gets the value of 'bufferGCDisposeBytes'.
|
Long |
getBufferGCDisposeBytesAsObject()
Gets the value of 'bufferGCDisposeBytes'.
|
static int |
getBufferGCDisposeBytesFieldId() |
long |
getBufferGCDisposeCount()
Gets the value of 'bufferGCDisposeCount'.
|
Long |
getBufferGCDisposeCountAsObject()
Gets the value of 'bufferGCDisposeCount'.
|
static int |
getBufferGCDisposeCountFieldId() |
long |
getBufferPoolAllocBytes()
Gets the value of 'bufferPoolAllocBytes'.
|
Long |
getBufferPoolAllocBytesAsObject()
Gets the value of 'bufferPoolAllocBytes'.
|
static int |
getBufferPoolAllocBytesFieldId() |
long |
getBufferPoolAllocCount()
Gets the value of 'bufferPoolAllocCount'.
|
Long |
getBufferPoolAllocCountAsObject()
Gets the value of 'bufferPoolAllocCount'.
|
static int |
getBufferPoolAllocCountFieldId() |
long |
getBufferPoolDisposeBytes()
Gets the value of 'bufferPoolDisposeBytes'.
|
Long |
getBufferPoolDisposeBytesAsObject()
Gets the value of 'bufferPoolDisposeBytes'.
|
static int |
getBufferPoolDisposeBytesFieldId() |
long |
getBufferPoolDisposeCount()
Gets the value of 'bufferPoolDisposeCount'.
|
Long |
getBufferPoolDisposeCountAsObject()
Gets the value of 'bufferPoolDisposeCount'.
|
static int |
getBufferPoolDisposeCountFieldId() |
long |
getBufferPoolLeakBytes()
Gets the value of 'bufferPoolLeakBytes'.
|
Long |
getBufferPoolLeakBytesAsObject()
Gets the value of 'bufferPoolLeakBytes'.
|
static int |
getBufferPoolLeakBytesFieldId() |
long |
getBufferPoolLeakCount()
Gets the value of 'bufferPoolLeakCount'.
|
Long |
getBufferPoolLeakCountAsObject()
Gets the value of 'bufferPoolLeakCount'.
|
static int |
getBufferPoolLeakCountFieldId() |
long |
getBufferReallocBytes()
Gets the value of 'bufferReallocBytes'.
|
Long |
getBufferReallocBytesAsObject()
Gets the value of 'bufferReallocBytes'.
|
static int |
getBufferReallocBytesFieldId() |
long |
getBufferReallocCount()
Gets the value of 'bufferReallocCount'.
|
Long |
getBufferReallocCountAsObject()
Gets the value of 'bufferReallocCount'.
|
static int |
getBufferReallocCountFieldId() |
static <T> IRogFieldReflector<SrvMonSysMemoryIOBufCounters,T> |
getFieldReflector(String name)
Get a field reflector.
|
static <T> IRogFieldReflector<SrvMonSysMemoryIOBufCounters,T> |
getFieldReflector(String[] pathComponents)
Get a field reflector.
|
XString |
getFieldValueAsRawString(Object message,
String name)
Get the value of a reflectable field in a message as a string.
|
XString |
getFieldValueAsRawString(Object message,
String[] pathComponents)
Get the value of a reflectable field in a message as a string.
|
String |
getFieldValueAsString(Object message,
String name)
Get the value of a reflectable field in a message as a string.
|
String |
getFieldValueAsString(Object message,
String[] pathComponents)
Get the value of a reflectable field in a message as a string.
|
int |
getOwnershipCount() |
UtlPool<SrvMonSysMemoryIOBufCounters> |
getPool()
Get a pool item's pool.
|
Object |
getQueryFieldValue(String name)
Gets an indexable value identified by a key.
|
long |
getSerializedBuffer() |
int |
getSerializedBufferCapacity() |
int |
getSerializedBufferLength() |
int |
getSerializeToNativeLength()
Deprecated.
|
void |
getValidationErrors(List<XString> results,
String errorPrefix)
Collects validation errors into the provided list.
|
boolean |
hasBufferAllocBytes()
Checks for the presence of 'bufferAllocBytes'.
|
boolean |
hasBufferAllocCount()
Checks for the presence of 'bufferAllocCount'.
|
boolean |
hasBufferForkBytes()
Checks for the presence of 'bufferForkBytes'.
|
boolean |
hasBufferForkCount()
Checks for the presence of 'bufferForkCount'.
|
boolean |
hasBufferGCDisposeBytes()
Checks for the presence of 'bufferGCDisposeBytes'.
|
boolean |
hasBufferGCDisposeCount()
Checks for the presence of 'bufferGCDisposeCount'.
|
boolean |
hasBufferPoolAllocBytes()
Checks for the presence of 'bufferPoolAllocBytes'.
|
boolean |
hasBufferPoolAllocCount()
Checks for the presence of 'bufferPoolAllocCount'.
|
boolean |
hasBufferPoolDisposeBytes()
Checks for the presence of 'bufferPoolDisposeBytes'.
|
boolean |
hasBufferPoolDisposeCount()
Checks for the presence of 'bufferPoolDisposeCount'.
|
boolean |
hasBufferPoolLeakBytes()
Checks for the presence of 'bufferPoolLeakBytes'.
|
boolean |
hasBufferPoolLeakCount()
Checks for the presence of 'bufferPoolLeakCount'.
|
boolean |
hasBufferReallocBytes()
Checks for the presence of 'bufferReallocBytes'.
|
boolean |
hasBufferReallocCount()
Checks for the presence of 'bufferReallocCount'.
|
boolean |
hasDirtyPojo() |
boolean |
hasPojo() |
boolean |
hasSerializedBuffer() |
SrvMonSysMemoryIOBufCounters |
init()
Initialize an item.
|
boolean |
isFieldReflectable(Object message,
String name)
Check if a field of the supplied name is reflectable.
|
boolean |
isValid()
Tests if this object has any validation errors.
|
boolean |
needsSync()
Check if a view needs to be sync'd for reflection.
|
SrvMonSysMemoryIOBufCounters.Pojo |
pojo() |
SrvMonSysMemoryIOBufCounters.Pojo |
pojo(boolean onlyPojos) |
void |
reset() |
void |
reset(boolean disposeMembers) |
SrvMonSysMemoryIOBufCounters.Serializer |
serializer() |
SrvMonSysMemoryIOBufCounters.Serializer |
serializer(int minimumLength) |
SrvMonSysMemoryIOBufCounters.Serializer |
serializer(int length,
boolean autoResizeTargetBuffer) |
int |
serializeTo(byte[] array,
int offset) |
int |
serializeTo(ByteBuffer buffer) |
int |
serializeTo(IOBuffer buffer,
int offset) |
int |
serializeTo(IOElasticBuffer buffer,
int offset) |
int |
serializeTo(long addr,
int offset) |
int |
serializeTo(PktPacket packet) |
int |
serializeTo(SrvMonSysMemoryIOBufCounters.Serializer serializer) |
byte[] |
serializeToByteArray() |
ByteBuffer |
serializeToByteBuffer() |
IOBuffer |
serializeToIOBuffer(boolean useNative) |
String |
serializeToJson() |
int |
serializeToNative(long addr,
int offset)
Deprecated.
|
PktPacket |
serializeToPacket() |
String |
serializeToRawJson() |
void |
setAsReadOnly() |
void |
setBufferAllocBytes(long val)
Sets the value of 'bufferAllocBytes'.
|
void |
setBufferAllocCount(long val)
Sets the value of 'bufferAllocCount'.
|
void |
setBufferForkBytes(long val)
Sets the value of 'bufferForkBytes'.
|
void |
setBufferForkCount(long val)
Sets the value of 'bufferForkCount'.
|
void |
setBufferGCDisposeBytes(long val)
Sets the value of 'bufferGCDisposeBytes'.
|
void |
setBufferGCDisposeCount(long val)
Sets the value of 'bufferGCDisposeCount'.
|
void |
setBufferPoolAllocBytes(long val)
Sets the value of 'bufferPoolAllocBytes'.
|
void |
setBufferPoolAllocCount(long val)
Sets the value of 'bufferPoolAllocCount'.
|
void |
setBufferPoolDisposeBytes(long val)
Sets the value of 'bufferPoolDisposeBytes'.
|
void |
setBufferPoolDisposeCount(long val)
Sets the value of 'bufferPoolDisposeCount'.
|
void |
setBufferPoolLeakBytes(long val)
Sets the value of 'bufferPoolLeakBytes'.
|
void |
setBufferPoolLeakCount(long val)
Sets the value of 'bufferPoolLeakCount'.
|
void |
setBufferReallocBytes(long val)
Sets the value of 'bufferReallocBytes'.
|
void |
setBufferReallocCount(long val)
Sets the value of 'bufferReallocCount'.
|
SrvMonSysMemoryIOBufCounters |
setPool(UtlPool<SrvMonSysMemoryIOBufCounters> pool)
Set a pool item's pool.
|
void |
sync() |
String |
toString() |
SrvMonSysMemoryIOBufCounters |
wrap(IOBuffer buffer,
int len) |
public static final SrvMonSysMemoryIOBufCounters[] EMPTY_ARRAY
public static SrvMonSysMemoryIOBufCounters create()
public final boolean hasSerializedBuffer()
public final long getSerializedBuffer()
public final int getSerializedBufferCapacity()
public final int getSerializedBufferLength()
@Deprecated public final int getSerializeToNativeLength()
public final SrvMonSysMemoryIOBufCounters.Serializer serializer(int length, boolean autoResizeTargetBuffer)
public final SrvMonSysMemoryIOBufCounters.Serializer serializer(int minimumLength)
public final SrvMonSysMemoryIOBufCounters.Serializer serializer()
public final long ensureCapacity(long addr,
int capacity)
AdmRuntime.BufferSizerensureCapacity in interface AdmRuntime.BufferSizeraddr - The native address of the target buffercapacity - The required capacity of the bufferThis method is invoked by a serializer each time it serializes a field or part of a field to the target buffer to ensure that the target buffer has the desired capacity to hold the data being added.
public final SrvMonSysMemoryIOBufCounters.Deserializer deserializer(boolean createBuffer)
public final SrvMonSysMemoryIOBufCounters.Deserializer deserializer()
public final boolean hasPojo()
public final boolean hasDirtyPojo()
public final SrvMonSysMemoryIOBufCounters.Pojo pojo(boolean onlyPojos)
public final SrvMonSysMemoryIOBufCounters.Pojo pojo()
public final void disposeSerializedBuffer(boolean gcDisposed)
public final void disposeSerializedBuffer()
public final void disposeSerializer()
public final void disposeDeserializer()
public final void disposePojo(boolean sync)
public final void disposePojo()
public final void clear(boolean disposeMembers)
public final void clear()
@Deprecated public final void clearContent()
public final void reset(boolean disposeMembers)
public final void reset()
public final String serializeToRawJson()
public final int serializeTo(SrvMonSysMemoryIOBufCounters.Serializer serializer)
public final void sync()
public final byte[] serializeToByteArray()
public final int serializeTo(byte[] array,
int offset)
public final ByteBuffer serializeToByteBuffer()
public final int serializeTo(ByteBuffer buffer)
public final IOBuffer serializeToIOBuffer(boolean useNative)
public final int serializeTo(IOBuffer buffer, int offset)
public final int serializeTo(IOElasticBuffer buffer, int offset)
public final PktPacket serializeToPacket()
public final int serializeTo(PktPacket packet)
public final int serializeTo(long addr,
int offset)
@Deprecated public final int serializeToNative(long addr, int offset)
public final String serializeToJson()
public final SrvMonSysMemoryIOBufCounters deserializeFromRawJson(String json)
public final SrvMonSysMemoryIOBufCounters deserializeFrom(SrvMonSysMemoryIOBufCounters.Deserializer deserializer)
public final SrvMonSysMemoryIOBufCounters deserializeFrom(SrvMonSysMemoryIOBufCounters val)
public final SrvMonSysMemoryIOBufCounters wrap(IOBuffer buffer, int len)
public final SrvMonSysMemoryIOBufCounters deserializeFromByteArray(byte[] array)
public final SrvMonSysMemoryIOBufCounters deserializeFrom(byte[] array, int offset, int len)
public final SrvMonSysMemoryIOBufCounters deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonSysMemoryIOBufCounters deserializeFrom(ByteBuffer buffer)
public final SrvMonSysMemoryIOBufCounters deserializeFrom(IOBuffer buffer, int offset, int len)
public final SrvMonSysMemoryIOBufCounters deserializeFrom(IOElasticBuffer buffer, int offset, int len)
public final SrvMonSysMemoryIOBufCounters deserializeFromPacket(PktPacket packet)
public final SrvMonSysMemoryIOBufCounters deserializeFrom(PktPacket packet)
public final SrvMonSysMemoryIOBufCounters deserializeFrom(long addr, int offset, int len)
@Deprecated public final SrvMonSysMemoryIOBufCounters deserializeFromNative(long addr, int offset, int len)
public final SrvMonSysMemoryIOBufCounters deserializeFromJson(String json)
public final void copyInto(SrvMonSysMemoryIOBufCounters copy)
public final SrvMonSysMemoryIOBufCounters copy()
public boolean needsSync()
MessageReflectorneedsSync in interface MessageReflectorpublic final boolean fieldExists(Object message, String name)
MessageReflectorfieldExists in interface MessageReflectormessage - The message to check in.name - The field to check for.public final boolean isFieldReflectable(Object message, String name)
MessageReflectorisFieldReflectable in interface MessageReflectormessage - The message to check in.name - The field to check for.public final String getFieldValueAsString(Object message, String name)
MessageReflector
Note that this method is generally less efficient than its variant
MessageReflector.getFieldValueAsString(Object, String[]) since this method requires
splitting the supplied path name into its dot separated path components. In cases
where the caller intends to reuse the same path name often, it is better
for the caller to supply it in split form.
getFieldValueAsString in interface MessageReflectormessage - The message to introspect.name - The field whose value is to be retrieved specified as a bean pathMessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final String getFieldValueAsString(Object message, String[] pathComponents)
MessageReflectorgetFieldValueAsString in interface MessageReflectormessage - The message to introspect.pathComponents - The path components to use to access the field.MessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final XString getFieldValueAsRawString(Object message, String name)
MessageReflector
Note that this method is generally less efficient than its variant
MessageReflector.getFieldValueAsString(Object, String[]) since this method requires
splitting the supplied path name into its dot separated path components. In cases
where the caller intends to reuse the same path name often, it is better
for the caller to supply it in split form.
getFieldValueAsRawString in interface MessageReflectormessage - The message to introspect.name - The field whose value is to be retrieved specified as a bean pathMessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final XString getFieldValueAsRawString(Object message, String[] pathComponents)
MessageReflectorgetFieldValueAsRawString in interface MessageReflectormessage - The message to introspect.pathComponents - The path components to use to access the field.MessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final boolean appendFieldValueTo(Object message, String name, XString target)
MessageReflectorIf the field is reflectable and has a non null value, then it will be appended otherwise, this method must return false.
appendFieldValueTo in interface MessageReflectormessage - the node on which to reflect (which need not be this object).name - the bean path to the field.target - The target XString into which to append the result.public final boolean appendFieldValueTo(Object node, String[] pathComponents, XString target)
MessageReflectorIf the field is reflectable and has a non null value, then it will be appended otherwise, this method must return false.
appendFieldValueTo in interface MessageReflectornode - the node on which to reflect (which need not be this object).pathComponents - the bean path to the field on the provided object split by its '.' separated components.target - The target XString into which to append the result.public final void setAsReadOnly()
public static final int getBufferAllocCountFieldId()
public final void setBufferAllocCount(long val)
ISrvMonSysMemoryIOBufCounterssetBufferAllocCount in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferAllocCount()
ISrvMonSysMemoryIOBufCountersgetBufferAllocCount in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferAllocCountAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferAllocCountAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferAllocCount()
ISrvMonSysMemoryIOBufCountershasBufferAllocCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferAllocCount()public final void clearBufferAllocCount()
ISrvMonSysMemoryIOBufCountersclearBufferAllocCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferAllocCount(long)public static final int getBufferAllocBytesFieldId()
public final void setBufferAllocBytes(long val)
ISrvMonSysMemoryIOBufCounterssetBufferAllocBytes in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferAllocBytes()
ISrvMonSysMemoryIOBufCountersgetBufferAllocBytes in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferAllocBytesAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferAllocBytesAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferAllocBytes()
ISrvMonSysMemoryIOBufCountershasBufferAllocBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferAllocBytes()public final void clearBufferAllocBytes()
ISrvMonSysMemoryIOBufCountersclearBufferAllocBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferAllocBytes(long)public static final int getBufferPoolAllocCountFieldId()
public final void setBufferPoolAllocCount(long val)
ISrvMonSysMemoryIOBufCounterssetBufferPoolAllocCount in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferPoolAllocCount()
ISrvMonSysMemoryIOBufCountersgetBufferPoolAllocCount in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferPoolAllocCountAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferPoolAllocCountAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferPoolAllocCount()
ISrvMonSysMemoryIOBufCountershasBufferPoolAllocCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferPoolAllocCount()public final void clearBufferPoolAllocCount()
ISrvMonSysMemoryIOBufCountersclearBufferPoolAllocCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferPoolAllocCount(long)public static final int getBufferPoolAllocBytesFieldId()
public final void setBufferPoolAllocBytes(long val)
ISrvMonSysMemoryIOBufCounterssetBufferPoolAllocBytes in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferPoolAllocBytes()
ISrvMonSysMemoryIOBufCountersgetBufferPoolAllocBytes in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferPoolAllocBytesAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferPoolAllocBytesAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferPoolAllocBytes()
ISrvMonSysMemoryIOBufCountershasBufferPoolAllocBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferPoolAllocBytes()public final void clearBufferPoolAllocBytes()
ISrvMonSysMemoryIOBufCountersclearBufferPoolAllocBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferPoolAllocBytes(long)public static final int getBufferReallocCountFieldId()
public final void setBufferReallocCount(long val)
ISrvMonSysMemoryIOBufCounterssetBufferReallocCount in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferReallocCount()
ISrvMonSysMemoryIOBufCountersgetBufferReallocCount in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferReallocCountAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferReallocCountAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferReallocCount()
ISrvMonSysMemoryIOBufCountershasBufferReallocCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferReallocCount()public final void clearBufferReallocCount()
ISrvMonSysMemoryIOBufCountersclearBufferReallocCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferReallocCount(long)public static final int getBufferReallocBytesFieldId()
public final void setBufferReallocBytes(long val)
ISrvMonSysMemoryIOBufCounterssetBufferReallocBytes in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferReallocBytes()
ISrvMonSysMemoryIOBufCountersgetBufferReallocBytes in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferReallocBytesAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferReallocBytesAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferReallocBytes()
ISrvMonSysMemoryIOBufCountershasBufferReallocBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferReallocBytes()public final void clearBufferReallocBytes()
ISrvMonSysMemoryIOBufCountersclearBufferReallocBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferReallocBytes(long)public static final int getBufferForkCountFieldId()
public final void setBufferForkCount(long val)
ISrvMonSysMemoryIOBufCounterssetBufferForkCount in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferForkCount()
ISrvMonSysMemoryIOBufCountersgetBufferForkCount in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferForkCountAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferForkCountAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferForkCount()
ISrvMonSysMemoryIOBufCountershasBufferForkCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferForkCount()public final void clearBufferForkCount()
ISrvMonSysMemoryIOBufCountersclearBufferForkCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferForkCount(long)public static final int getBufferForkBytesFieldId()
public final void setBufferForkBytes(long val)
ISrvMonSysMemoryIOBufCounterssetBufferForkBytes in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferForkBytes()
ISrvMonSysMemoryIOBufCountersgetBufferForkBytes in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferForkBytesAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferForkBytesAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferForkBytes()
ISrvMonSysMemoryIOBufCountershasBufferForkBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferForkBytes()public final void clearBufferForkBytes()
ISrvMonSysMemoryIOBufCountersclearBufferForkBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferForkBytes(long)public static final int getBufferGCDisposeCountFieldId()
public final void setBufferGCDisposeCount(long val)
ISrvMonSysMemoryIOBufCounterssetBufferGCDisposeCount in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferGCDisposeCount()
ISrvMonSysMemoryIOBufCountersgetBufferGCDisposeCount in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferGCDisposeCountAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferGCDisposeCountAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferGCDisposeCount()
ISrvMonSysMemoryIOBufCountershasBufferGCDisposeCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferGCDisposeCount()public final void clearBufferGCDisposeCount()
ISrvMonSysMemoryIOBufCountersclearBufferGCDisposeCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferGCDisposeCount(long)public static final int getBufferGCDisposeBytesFieldId()
public final void setBufferGCDisposeBytes(long val)
ISrvMonSysMemoryIOBufCounterssetBufferGCDisposeBytes in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferGCDisposeBytes()
ISrvMonSysMemoryIOBufCountersgetBufferGCDisposeBytes in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferGCDisposeBytesAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferGCDisposeBytesAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferGCDisposeBytes()
ISrvMonSysMemoryIOBufCountershasBufferGCDisposeBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferGCDisposeBytes()public final void clearBufferGCDisposeBytes()
ISrvMonSysMemoryIOBufCountersclearBufferGCDisposeBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferGCDisposeBytes(long)public static final int getBufferPoolDisposeCountFieldId()
public final void setBufferPoolDisposeCount(long val)
ISrvMonSysMemoryIOBufCounterssetBufferPoolDisposeCount in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferPoolDisposeCount()
ISrvMonSysMemoryIOBufCountersgetBufferPoolDisposeCount in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferPoolDisposeCountAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferPoolDisposeCountAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferPoolDisposeCount()
ISrvMonSysMemoryIOBufCountershasBufferPoolDisposeCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferPoolDisposeCount()public final void clearBufferPoolDisposeCount()
ISrvMonSysMemoryIOBufCountersclearBufferPoolDisposeCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferPoolDisposeCount(long)public static final int getBufferPoolDisposeBytesFieldId()
public final void setBufferPoolDisposeBytes(long val)
ISrvMonSysMemoryIOBufCounterssetBufferPoolDisposeBytes in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferPoolDisposeBytes()
ISrvMonSysMemoryIOBufCountersgetBufferPoolDisposeBytes in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferPoolDisposeBytesAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferPoolDisposeBytesAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferPoolDisposeBytes()
ISrvMonSysMemoryIOBufCountershasBufferPoolDisposeBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferPoolDisposeBytes()public final void clearBufferPoolDisposeBytes()
ISrvMonSysMemoryIOBufCountersclearBufferPoolDisposeBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferPoolDisposeBytes(long)public static final int getBufferPoolLeakCountFieldId()
public final void setBufferPoolLeakCount(long val)
ISrvMonSysMemoryIOBufCounterssetBufferPoolLeakCount in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferPoolLeakCount()
ISrvMonSysMemoryIOBufCountersgetBufferPoolLeakCount in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferPoolLeakCountAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferPoolLeakCountAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferPoolLeakCount()
ISrvMonSysMemoryIOBufCountershasBufferPoolLeakCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferPoolLeakCount()public final void clearBufferPoolLeakCount()
ISrvMonSysMemoryIOBufCountersclearBufferPoolLeakCount in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferPoolLeakCount(long)public static final int getBufferPoolLeakBytesFieldId()
public final void setBufferPoolLeakBytes(long val)
ISrvMonSysMemoryIOBufCounterssetBufferPoolLeakBytes in interface ISrvMonSysMemoryIOBufCountersval - The value to set.public final long getBufferPoolLeakBytes()
ISrvMonSysMemoryIOBufCountersgetBufferPoolLeakBytes in interface ISrvMonSysMemoryIOBufCounterspublic final Long getBufferPoolLeakBytesAsObject()
ISrvMonSysMemoryIOBufCountersgetBufferPoolLeakBytesAsObject in interface ISrvMonSysMemoryIOBufCounterspublic final boolean hasBufferPoolLeakBytes()
ISrvMonSysMemoryIOBufCountershasBufferPoolLeakBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.getBufferPoolLeakBytes()public final void clearBufferPoolLeakBytes()
ISrvMonSysMemoryIOBufCountersclearBufferPoolLeakBytes in interface ISrvMonSysMemoryIOBufCountersISrvMonSysMemoryIOBufCounters.setBufferPoolLeakBytes(long)public static final <T> IRogFieldReflector<SrvMonSysMemoryIOBufCounters,T> getFieldReflector(String name)
name - The name of the field ('.' delimited for nested fields)public static final <T> IRogFieldReflector<SrvMonSysMemoryIOBufCounters,T> getFieldReflector(String[] pathComponents)
pathComponents - The path to the field whose reflector is to be returnedpublic final Object getQueryFieldValue(String name)
com.neeve.query.impl.index.IdxMappableImplementation should ensure that the the type of the value returned is consistent across types.
getQueryFieldValue in interface com.neeve.query.impl.index.IdxMappablename - The name of the field whose value is to be accessed.public final SrvMonSysMemoryIOBufCounters init()
UtlPool.ItemThis method is invoked by an item pool very time an item is put into the pool. The method should wipe the contents of the item so as to present a fresh instance of the item to the caller when retrieved from the pool.
init in interface UtlPool.Item<SrvMonSysMemoryIOBufCounters>public final SrvMonSysMemoryIOBufCounters setPool(UtlPool<SrvMonSysMemoryIOBufCounters> pool)
UtlPool.ItemThis method is invoked by an item pool at the time an item is added to the pool. The intent is to record the item's source pool in the item so it can be disposed back into the pool when the user is done working with it.
setPool in interface UtlPool.Item<SrvMonSysMemoryIOBufCounters>public final UtlPool<SrvMonSysMemoryIOBufCounters> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool in interface UtlPool.Item<SrvMonSysMemoryIOBufCounters>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)public final SrvMonSysMemoryIOBufCounters acquire()
public final int getOwnershipCount()
public final void dispose()
public final Object clone()
This method differs from the copy() method in that:
public final boolean isValid()
IRogValidatableisValid in interface IRogValidatablepublic final void getValidationErrors(List<XString> results, String errorPrefix)
IRogValidatablegetValidationErrors in interface IRogValidatableresults - A results list into which validation errors will be collected.errorPrefix - The bean path prefix to use when identifying invalid fields or null if validating a top level entity.Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.