| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.event | 
     Event classes to define listenters for JCache other than EntryListener | 
| com.hazelcast.client.config | Contains classes related to config for com.hazelcast.client | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.partition | Contains the partition logic for Hazelcast. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| com.hazelcast.util | This package contains classes to support the inner workings of Hazelcast
 as well as some backports of newer Java features / data structures to
 support older Java versions in a clean and nice way. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InternalCachePartitionLostListenerAdapter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientPropertyDefines the name and default value for Hazelcast Client properties. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GroupPropertyDefines the name and default value for Hazelcast properties. | 
| class  | HazelcastInstanceFactory | 
| class  | HazelcastInstanceImpl | 
| interface  | HazelcastPropertyInterface for Hazelcast Member and Client properties. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InternalPartitionLostEventInternal event that is dispatched to @see com.hazelcast.spi.PartitionAwareService#onPartitionLost()
 
 It contains the partition id, number of replicas that is lost and the address of node that detects the partition lost | 
| interface  | PartitionEventListener<T extends PartitionEvent>PartitionEventListener is a base interface for partition-related event listeners | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CoreServiceMarker interface for core Hazelcast services. | 
| class  | OperationAccessorAllows access to certain attributes on an Operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static FutureUtil.ExceptionHandler | FutureUtil. logAllExceptions(ILogger logger,
                Level level)This ExceptionHandler rethrows  ExecutionExceptions and logsMemberLeftExceptions to the log. | 
| static FutureUtil.ExceptionHandler | FutureUtil. logAllExceptions(ILogger logger,
                String message,
                Level level)This ExceptionHandler rethrows  ExecutionExceptions and logsMemberLeftExceptions to the log. | 
| static FutureUtil.ExceptionHandler | FutureUtil. logAllExceptions(Level level)This ExceptionHandler rethrows  ExecutionExceptions and logsMemberLeftExceptions to the log. | 
| static FutureUtil.ExceptionHandler | FutureUtil. logAllExceptions(String message,
                Level level)This ExceptionHandler rethrows  ExecutionExceptions and logsMemberLeftExceptions to the log. | 
| static <V> Collection<V> | FutureUtil. returnWithDeadline(Collection<Future<V>> futures,
                  long timeout,
                  TimeUnit timeUnit) | 
| static <V> Collection<V> | FutureUtil. returnWithDeadline(Collection<Future<V>> futures,
                  long timeout,
                  TimeUnit timeUnit,
                  FutureUtil.ExceptionHandler exceptionHandler) | 
| static <V> Collection<V> | FutureUtil. returnWithDeadline(Collection<Future<V>> futures,
                  long overallTimeout,
                  TimeUnit overallTimeUnit,
                  long perFutureTimeout,
                  TimeUnit perFutureTimeUnit) | 
| static <V> Collection<V> | FutureUtil. returnWithDeadline(Collection<Future<V>> futures,
                  long overallTimeout,
                  TimeUnit overallTimeUnit,
                  long perFutureTimeout,
                  TimeUnit perFutureTimeUnit,
                  FutureUtil.ExceptionHandler exceptionHandler) | 
| static void | FutureUtil. waitWithDeadline(Collection<Future> futures,
                long timeout,
                TimeUnit timeUnit) | 
| static void | FutureUtil. waitWithDeadline(Collection<Future> futures,
                long timeout,
                TimeUnit timeUnit,
                FutureUtil.ExceptionHandler exceptionHandler) | 
| static void | FutureUtil. waitWithDeadline(Collection<Future> futures,
                long overallTimeout,
                TimeUnit overallTimeUnit,
                long perFutureTimeout,
                TimeUnit perFutureTimeUnit) | 
| static void | FutureUtil. waitWithDeadline(Collection<Future> futures,
                long overallTimeout,
                TimeUnit overallTimeUnit,
                long perFutureTimeout,
                TimeUnit perFutureTimeUnit,
                FutureUtil.ExceptionHandler exceptionHandler) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.