| Package | Description |
|---|---|
| com.hazelcast.client.impl.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
| com.hazelcast.client.impl.spi.impl.listener | |
| com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
EventService implementation. |
| com.hazelcast.spi.impl.operationexecutor.impl |
Contains the
OperationExecutorImpl code. |
| com.hazelcast.spi.impl.operationparker.impl |
Contains the implementation code for the
OperationParker. |
| com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
com.hazelcast.spi.impl.operationservice.InternalOperationService implementation. |
| com.hazelcast.spi.impl.proxyservice.impl |
Contains the implementation of the
InternalProxyService. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientExecutionServiceImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientListenerService |
class |
NonSmartClientListenerService |
class |
SmartClientListenerService |
| Modifier and Type | Class and Description |
|---|---|
class |
EventServiceImpl
Service responsible for routing and dispatching local and remote events and keeping track of listener
registrations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericOperationThread
An
OperationThread for non partition specific operations. |
class |
OperationExecutorImpl
A
OperationExecutor that schedules:
partition specific operations to a specific partition-operation-thread (using a mod on the partition ID)
non specific operations to generic-operation-threads
The OperationExecutorImpl.execute(Object, int, boolean) accepts an Object instead of a runnable to prevent needing to
create wrapper runnables around tasks. |
class |
OperationThread
The OperationThread is responsible for processing operations, packets
containing operations and runnable's.
|
class |
PartitionOperationThread
An
OperationThread that executes Operations for a particular partition,
e.g. |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationParkerImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
InboundResponseHandlerSupplier
|
class |
InvocationMonitor
The InvocationMonitor monitors all pending invocations and determines if there are any problems like timeouts.
|
class |
InvocationRegistry
Responsible for the registration of all pending invocations.
|
class |
OperationServiceImpl
This is the implementation of the
OperationServiceImpl. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyServiceImpl |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.