| Package | Description | 
|---|---|
| com.hazelcast.spi.impl.eventservice.impl | Contains the code for the  InternalEventServiceimplementation. | 
| com.hazelcast.spi.impl.operationexecutor.impl | Contains the  OperationExecutorImplcode. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| com.hazelcast.spi.impl.proxyservice.impl | Contains the implementation of the  InternalProxyService. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EventServiceImpl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GenericOperationThreadAn  OperationThreadfor non partition specific operations. | 
| class  | OperationExecutorImplA  OperationExecutorthat schedules:
 
 partition specific operations to a specific partition-operation-thread (using a mod on the partition-id)
 non specific operations to generic-operation-threads
 
 TheOperationExecutorImpl.execute(Object, int, boolean)accepts an Object instead of a runnable to prevent needing to
 create wrapper runnables around tasks. | 
| class  | OperationThreadThe OperationThread is responsible for processing operations, packets containing operations and runnable's. | 
| class  | PartitionOperationThreadAn  OperationThreadthat executes Operations for a particular partition, e.g. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AsyncResponseHandlerThe AsyncResponsePacketHandler is a PacketHandler that asynchronously process operation-response packets. | 
| class  | InvocationRegistryThe InvocationsRegistry is responsible for the registration of all pending invocations. | 
| class  | OperationServiceImplThis is the implementation of the  InternalOperationService. | 
| class  | ResponseHandlerResponsible for handling responses for invocations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProxyServiceImpl | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.