Package org.apache.drill.exec.store.sys
Class MemoryIterator.MemoryInfo
java.lang.Object
org.apache.drill.exec.store.sys.MemoryIterator.MemoryInfo
- Enclosing class:
- MemoryIterator
-
Field Summary
Modifier and TypeFieldDescriptionlong
long
long
long
long
long
-
Constructor Summary
-
Method Summary
-
Field Details
-
hostname
-
user_port
public long user_port -
heap_current
public long heap_current -
heap_max
public long heap_max -
direct_current
public long direct_current -
jvm_direct_current
public long jvm_direct_current -
direct_max
public long direct_max
-
-
Constructor Details
-
MemoryInfo
public MemoryInfo()
-