use of com.hazelcast.monitor.impl.LocalQueueStatsImpl in project hazelcast by hazelcast.
the class IsEmptyOperation method afterRun.
@Override
public void afterRun() throws Exception {
LocalQueueStatsImpl stats = getQueueService().getLocalQueueStatsImpl(name);
stats.incrementOtherOperations();
}
use of com.hazelcast.monitor.impl.LocalQueueStatsImpl in project hazelcast by hazelcast.
the class IteratorOperation method afterRun.
@Override
public void afterRun() throws Exception {
LocalQueueStatsImpl stats = getQueueService().getLocalQueueStatsImpl(name);
stats.incrementOtherOperations();
}
Aggregations