public interface NodeStatistics
Modifier and Type | Field and Description |
---|---|
static String |
CATEGORY_JVM |
Modifier and Type | Method and Description |
---|---|
NodeStatistics |
finalSnapshot() |
ResourceAllocation |
getAllocatedResources() |
String |
getHost()
Get the name of the host running the master/worker container.
|
JobInformation |
getJobInformation()
Returns the job information for the job that running in this node
|
String |
getNodeID()
Physical node id
|
StatisticsMap |
getStatistics() |
WorkerRole |
getWorkerRole() |
static final String CATEGORY_JVM
String getNodeID()
JobInformation getJobInformation()
StatisticsMap getStatistics()
NodeStatistics finalSnapshot()
WorkerRole getWorkerRole()
ResourceAllocation getAllocatedResources()
String getHost()
Copyright © 2020 Actian Corporation. All rights reserved.