public interface NumaDAO
Modifier and Type | Field and Description |
---|---|
static Key<Integer> |
hostNumNumaNodes |
static Key<NumaNodeStat[]> |
nodeStats |
static Category<NumaHostInfo> |
numaHostCategory |
static Category<NumaStat> |
numaStatCategory |
Modifier and Type | Method and Description |
---|---|
List<NumaStat> |
getLatestNumaStats(HostRef ref,
long lastSeenTimeStamp) |
int |
getNumberOfNumaNodes(HostRef ref) |
void |
putNumaStat(NumaStat stat) |
void |
putNumberOfNumaNodes(int numNodes) |
static final Key<NumaNodeStat[]> nodeStats
static final Category<NumaHostInfo> numaHostCategory
Copyright © 2014. All rights reserved.