Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.scheduledexecutor |
This package contains ScheduledExecutorService functionality for Hazelcast.
The ScheduledExecutorService provides functionality similar to ExecutorService
and also additional methods like executing tasks on a member who is owner of a specific key. |
com.hazelcast.scheduledexecutor.impl | |
com.hazelcast.scheduledexecutor.impl.operations |
Modifier and Type | Method and Description |
---|---|
ScheduledTaskStatistics |
ClientScheduledFutureProxy.getStats() |
Modifier and Type | Method and Description |
---|---|
ScheduledTaskStatistics |
IScheduledFuture.getStats()
Returns the statistics and time measurement info of the execution of this scheduled future
in the
IScheduledExecutorService it was scheduled. |
Modifier and Type | Class and Description |
---|---|
class |
ScheduledTaskStatisticsImpl |
Modifier and Type | Method and Description |
---|---|
ScheduledTaskStatistics |
ScheduledExecutorContainer.getStatistics(String taskName) |
ScheduledTaskStatistics |
ScheduledFutureProxy.getStats() |
Modifier and Type | Method and Description |
---|---|
ScheduledTaskStatistics |
GetStatisticsOperation.getResponse() |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.