| Package | Description | 
|---|---|
| com.hazelcast.map.impl.eviction | This package contains eviction classes. | 
| com.hazelcast.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExpirationManagerThis class is responsible for gradual cleanup of expired entries. | 
| Modifier and Type | Method and Description | 
|---|---|
| OperationResponseHandler | Operation. getOperationResponseHandler()Gets the  OperationResponseHandlertied to this Operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| Operation | Operation. setOperationResponseHandler(OperationResponseHandler responseHandler)Sets the  OperationResponseHandler. | 
| Modifier and Type | Method and Description | 
|---|---|
| static OperationResponseHandler | OperationResponseHandlerFactory. createEmptyResponseHandler() | 
| static OperationResponseHandler | OperationResponseHandlerFactory. createErrorLoggingResponseHandler(ILogger logger) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InvocationEvaluates the invocation of an  Operation. | 
| class  | OutboundResponseHandlerAn  OperationResponseHandlerthat is used for a remotely executed Operation. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.