| Package | Description | 
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.scheduledexecutor | This package contains ScheduledExecutorService functionality for Hazelcast. The ScheduledExecutorService provides functionality similar to ExecutorServiceand 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 | 
| Class and Description | 
|---|
| IScheduledExecutorService Distributed & durable implementation similar to, but not directly inherited  ScheduledExecutorService. | 
| Class and Description | 
|---|
| IScheduledExecutorService Distributed & durable implementation similar to, but not directly inherited  ScheduledExecutorService. | 
| IScheduledFuture A delayed result-bearing action that can be cancelled. | 
| ScheduledTaskHandler Resource handler pointing to a  IScheduledFuture. | 
| ScheduledTaskStatistics Statistics and timing info for a  IScheduledFutureaccessible throughIScheduledFuture.getStats() | 
| Class and Description | 
|---|
| IScheduledExecutorService Distributed & durable implementation similar to, but not directly inherited  ScheduledExecutorService. | 
| Class and Description | 
|---|
| IScheduledExecutorService Distributed & durable implementation similar to, but not directly inherited  ScheduledExecutorService. | 
| Class and Description | 
|---|
| IScheduledFuture A delayed result-bearing action that can be cancelled. | 
| ScheduledTaskHandler Resource handler pointing to a  IScheduledFuture. | 
| ScheduledTaskStatistics Statistics and timing info for a  IScheduledFutureaccessible throughIScheduledFuture.getStats() | 
| Class and Description | 
|---|
| IScheduledExecutorService Distributed & durable implementation similar to, but not directly inherited  ScheduledExecutorService. | 
| IScheduledFuture A delayed result-bearing action that can be cancelled. | 
| NamedTask The  NamedTaskinterface should be implemented by any task
 that needs to have an identification and enhanced atomicity upon scheduling the task. | 
| ScheduledTaskHandler Resource handler pointing to a  IScheduledFuture. | 
| ScheduledTaskStatistics Statistics and timing info for a  IScheduledFutureaccessible throughIScheduledFuture.getStats() | 
| StatefulTask An interface to provide means for saving & loading state for  RunnableandCallabletasks scheduled with anIScheduledExecutorService. | 
| Class and Description | 
|---|
| ScheduledTaskHandler Resource handler pointing to a  IScheduledFuture. | 
| ScheduledTaskStatistics Statistics and timing info for a  IScheduledFutureaccessible throughIScheduledFuture.getStats() | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.