@Structure.FieldOrder(value={"ApiVersion","Name","StartTime","EndTime","Value"})
public class EOS_Stats_Stat
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Stats_Stat.ByReference |
static class |
EOS_Stats_Stat.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_STATS_STAT_API_LATEST. |
long |
EndTime
If not
EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time. |
static int |
EOS_STATS_STAT_API_LATEST
The most recent version of the EOS_Stats_Stat struct.
|
static int |
EOS_STATS_TIME_UNDEFINED
Timestamp value representing an undefined StartTime or EndTime for EOS_Stats_Stat
|
java.lang.String |
Name
Name of the stat.
|
long |
StartTime
If not
EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time. |
int |
Value
Current value for the stat.
|
| Constructor and Description |
|---|
EOS_Stats_Stat() |
EOS_Stats_Stat(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static final int EOS_STATS_STAT_API_LATEST
public static final int EOS_STATS_TIME_UNDEFINED
public int ApiVersion
EOS_STATS_STAT_API_LATEST.public java.lang.String Name
public long StartTime
EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time.public long EndTime
EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time.public int Value