Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.spi.impl.listener | |
com.hazelcast.internal.metrics |
Contains the Hazelcast Metrics.
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
This whole package is internal and no compatibility will be provided. |
com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService 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
InternalOperationService implementation. |
com.hazelcast.spi.impl.proxyservice.impl |
Contains the implementation of the
InternalProxyService . |
Modifier and Type | Class and Description |
---|---|
class |
ClientConnection
Client implementation of
Connection . |
Modifier and Type | Class and Description |
---|---|
class |
ClientListenerServiceImpl |
class |
ClientNonSmartListenerService |
class |
ClientSmartListenerService |
Modifier and Type | Interface and Description |
---|---|
interface |
DiscardableMetricsProvider
A
MetricsProvider that has the ability to discard to provided metrics. |
Modifier and Type | Class and Description |
---|---|
class |
TcpIpConnection
The Tcp/Ip implementation of the
Connection . |
Modifier and Type | Class and Description |
---|---|
class |
EventServiceImpl |
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 |
AsyncInboundResponseHandler
The
AsyncInboundResponseHandler is a PacketHandler that asynchronously process operation-response packets. |
class |
InboundResponseHandler
Responsible for handling responses for invocations.
|
class |
InvocationRegistry
The InvocationsRegistry is responsible for the registration of all pending invocations.
|
class |
OperationServiceImpl
This is the implementation of the
InternalOperationService . |
Modifier and Type | Class and Description |
---|---|
class |
ProxyServiceImpl |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.