Package | Description |
---|---|
com.hazelcast.client.proxy | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.executor |
This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
Modifier and Type | Method and Description |
---|---|
LocalExecutorStats |
ClientExecutorServiceProxy.getLocalExecutorStats() |
Modifier and Type | Method and Description |
---|---|
LocalExecutorStats |
IExecutorService.getLocalExecutorStats()
Returns local statistics related to this executor service.
|
Modifier and Type | Method and Description |
---|---|
LocalExecutorStats |
ExecutorServiceProxy.getLocalExecutorStats() |
Modifier and Type | Method and Description |
---|---|
LocalExecutorStats |
MemberState.getLocalExecutorStats(String executorName) |
Modifier and Type | Class and Description |
---|---|
class |
LocalExecutorStatsImpl |
Modifier and Type | Method and Description |
---|---|
LocalExecutorStats |
MemberStateImpl.getLocalExecutorStats(String executorName) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.