Package | Description |
---|---|
com.hazelcast.impl.base | |
com.hazelcast.impl.monitor | |
com.hazelcast.monitor | |
com.hazelcast.util |
Modifier and Type | Field and Description |
---|---|
ThreadStats |
CpuUtilization.inThread |
ThreadStats |
CpuUtilization.outThread |
ThreadStats |
CpuUtilization.serviceThread |
Modifier and Type | Method and Description |
---|---|
ThreadStats |
MemberHealthStatsImpl.getInThreadStats() |
ThreadStats |
MemberHealthStatsImpl.getOutThreadStats() |
ThreadStats |
MemberHealthStatsImpl.getServiceThreadStats() |
Modifier and Type | Method and Description |
---|---|
void |
MemberHealthStatsImpl.setInThreadStats(ThreadStats inThreadStats) |
void |
MemberHealthStatsImpl.setOutThreadStats(ThreadStats outThreadStats) |
void |
MemberHealthStatsImpl.setServiceThreadStats(ThreadStats serviceThreadStats) |
Modifier and Type | Method and Description |
---|---|
ThreadStats |
MemberHealthStats.getInThreadStats() |
ThreadStats |
MemberHealthStats.getOutThreadStats() |
ThreadStats |
MemberHealthStats.getServiceThreadStats() |
Modifier and Type | Method and Description |
---|---|
ThreadStats |
ThreadWatcher.publish(boolean running) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.