| Package | Description |
|---|---|
| com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
| com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
| com.hazelcast.client.impl.connection |
Provides connection interfaces/classes for com.hazelcast.client
Everything in this package and its subpackages is private.
|
| com.hazelcast.client.impl.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
| com.hazelcast.client.impl.protocol |
Client protocol related private implementation classes
|
| com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
| com.hazelcast.client.impl.protocol.task.cache |
Client protocol tasks implementations for JCache
|
| com.hazelcast.client.impl.protocol.task.cardinality | |
| com.hazelcast.client.impl.protocol.task.crdt.pncounter | |
| com.hazelcast.client.impl.protocol.task.dynamicconfig | |
| com.hazelcast.client.impl.protocol.task.executorservice |
Client protocol tasks implementations for ExecutorService
|
| com.hazelcast.client.impl.protocol.task.executorservice.durable | |
| com.hazelcast.client.impl.protocol.task.list |
Client protocol tasks implementations for List
|
| com.hazelcast.client.impl.protocol.task.map |
Client protocol tasks implementations for map
|
| com.hazelcast.client.impl.protocol.task.metrics | |
| com.hazelcast.client.impl.protocol.task.multimap |
Client protocol tasks implementations for multi map
|
| com.hazelcast.client.impl.protocol.task.queue |
Client protocol tasks implementations for Queue
|
| com.hazelcast.client.impl.protocol.task.replicatedmap |
Client protocol tasks implementations for ReplicatedMap
|
| com.hazelcast.client.impl.protocol.task.ringbuffer |
Client protocol tasks implementations for Ringbuffer
|
| com.hazelcast.client.impl.protocol.task.scheduledexecutor | |
| com.hazelcast.client.impl.protocol.task.set |
Client protocol tasks implementations for set
|
| com.hazelcast.client.impl.protocol.task.topic |
Client protocol tasks implementations for Topic
|
| com.hazelcast.client.impl.protocol.task.transaction |
Client protocol tasks implementations for Transaction related
|
| com.hazelcast.client.impl.protocol.task.transactionallist |
Client protocol tasks implementations for Transactional List
|
| com.hazelcast.client.impl.protocol.task.transactionalmap |
Client protocol tasks implementations for Transactional Map
|
| com.hazelcast.client.impl.protocol.task.transactionalmultimap |
Client protocol tasks implementations for Transactional MultiMap
|
| com.hazelcast.client.impl.protocol.task.transactionalqueue |
Client protocol tasks implementations for Transactional Queue
|
| com.hazelcast.client.impl.protocol.task.transactionalset |
Client protocol tasks implementations for Transactional Set
|
| com.hazelcast.client.impl.protocol.util |
Protocol utils
|
| com.hazelcast.client.impl.proxy.txn |
Contains classes related to proxy for client transactions
|
| com.hazelcast.client.impl.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
| com.hazelcast.client.impl.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
| com.hazelcast.client.impl.spi.impl.listener | |
| com.hazelcast.cp.internal.client |
Client support classes for CP subsystem
|
| com.hazelcast.cp.internal.datastructures.atomiclong.client |
Client protocol tasks for the Raft-based AtomicLong implementation
|
| com.hazelcast.cp.internal.datastructures.atomicref.client |
Client protocol tasks for the Raft-based AtomicReference implementation
|
| com.hazelcast.cp.internal.datastructures.countdownlatch.client |
Client protocol tasks for the Raft-based CountDownLatch implementation
|
| com.hazelcast.cp.internal.datastructures.lock.client |
Client protocol tasks for the Raft-based Lock implementation
|
| com.hazelcast.cp.internal.datastructures.semaphore.client |
Client protocol tasks for the Raft-based Semaphore implementation
|
| com.hazelcast.cp.internal.datastructures.spi.client |
Contains utilities for creating Raft groups and fetching Raft group ids
from clients
|
| com.hazelcast.cp.internal.session.client |
Client protocol tasks for the Raft-based Session implementation
|
| com.hazelcast.flakeidgen.impl.client | |
| com.hazelcast.instance.impl | |
| com.hazelcast.internal.ascii |
This package contains Ascii functionality for Hazelcast.
This is required for Memcached and the REST api. |
| com.hazelcast.internal.ascii.rest |
This package contains Reset functionality for Hazelcast.
|
| com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
| com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
| com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
| com.hazelcast.internal.longregister.client.task |
Client protocol tasks implementations for AtomicLong
|
| com.hazelcast.internal.management.dto |
These contain the DTO object to exchange information with the management center.
|
| com.hazelcast.internal.memory |
SPI that deals with memory operations.
|
| com.hazelcast.internal.memory.impl |
Internal memory management API implementations
|
| com.hazelcast.internal.nio | |
| com.hazelcast.internal.nio.ascii |
Contains SocketTextReader and SocketTextWriter classes;
|
| com.hazelcast.internal.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
| com.hazelcast.internal.serialization |
Contains the private serialization API + implementation.
|
| com.hazelcast.internal.serialization.impl | |
| com.hazelcast.internal.serialization.impl.bufferpool |
Contains the logic for the BufferPool.
|
| com.hazelcast.internal.util.collection |
Primitive-typed collections.
|
| com.hazelcast.internal.util.hashslot |
Contains a family of interfaces that provide a common base for various
kinds of open-addressed hashtable implementations.
|
| com.hazelcast.internal.util.hashslot.impl | |
| com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
| com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
| com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
EventService implementation. |
| com.hazelcast.spi.impl.operationexecutor |
Contains the
OperationRunner code. |
| com.hazelcast.spi.impl.operationexecutor.impl |
Contains the
OperationExecutorImpl code. |
| com.hazelcast.spi.impl.operationservice |
Contains the
com.hazelcast.spi.impl.operationservice.InternalOperationService API. |
| com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
com.hazelcast.spi.impl.operationservice.InternalOperationService implementation. |
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| ConnectionListenable
Provides connection listen capabilities.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| ConnectionListenable
Provides connection listen capabilities.
|
| ConnectionListener
A listener for the
EndpointManager to listen to connections
being added or removed. |
| ConnectionType
An enumeration of all possible Connection types.
|
| EndpointManager
Responsible for managing
Connection objects. |
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| ConnectionListener
A listener for the
EndpointManager to listen to connections
being added or removed. |
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| EndpointManager
Responsible for managing
Connection objects. |
| IOService |
| NetworkingService
Networking service, it initializes the endpoints, the acceptor and the reactive networking stack
Given an
EndpointQualifier an EndpointManager can be retrieved
by NetworkingService.getEndpointManager(EndpointQualifier) to create or get connections on that end. |
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| ConnectionListener
A listener for the
EndpointManager to listen to connections
being added or removed. |
| Class and Description |
|---|
| ConnectionListenable
Provides connection listen capabilities.
|
| Class and Description |
|---|
| NetworkingService
Networking service, it initializes the endpoints, the acceptor and the reactive networking stack
Given an
EndpointQualifier an EndpointManager can be retrieved
by NetworkingService.getEndpointManager(EndpointQualifier) to create or get connections on that end. |
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| NetworkingService
Networking service, it initializes the endpoints, the acceptor and the reactive networking stack
Given an
EndpointQualifier an EndpointManager can be retrieved
by NetworkingService.getEndpointManager(EndpointQualifier) to create or get connections on that end. |
| Class and Description |
|---|
| Disposable
A
Disposable is a container of data and/or resources that can be disposed. |
| Class and Description |
|---|
| Disposable
A
Disposable is a container of data and/or resources that can be disposed. |
| Class and Description |
|---|
| AggregateEndpointManager |
| Connection
Represents a 'connection' between two machines.
|
| ConnectionListenable
Provides connection listen capabilities.
|
| ConnectionListener
A listener for the
EndpointManager to listen to connections
being added or removed. |
| ConnectionType
An enumeration of all possible Connection types.
|
| EndpointManager
Responsible for managing
Connection objects. |
| IOService |
| Packet
A Packet is a piece of data sent over the wire.
|
| Packet.Type |
| Class and Description |
|---|
| IOService |
| Class and Description |
|---|
| AggregateEndpointManager |
| Connection
Represents a 'connection' between two machines.
|
| ConnectionLifecycleListener |
| ConnectionListenable
Provides connection listen capabilities.
|
| ConnectionListener
A listener for the
EndpointManager to listen to connections
being added or removed. |
| ConnectionType
An enumeration of all possible Connection types.
|
| EndpointManager
Responsible for managing
Connection objects. |
| IOService |
| NetworkingService
Networking service, it initializes the endpoints, the acceptor and the reactive networking stack
Given an
EndpointQualifier an EndpointManager can be retrieved
by NetworkingService.getEndpointManager(EndpointQualifier) to create or get connections on that end. |
| Packet
A Packet is a piece of data sent over the wire.
|
| Class and Description |
|---|
| BufferObjectDataInput |
| BufferObjectDataOutput |
| Disposable
A
Disposable is a container of data and/or resources that can be disposed. |
| Class and Description |
|---|
| BufferObjectDataInput |
| BufferObjectDataOutput |
| Disposable
A
Disposable is a container of data and/or resources that can be disposed. |
| Class and Description |
|---|
| BufferObjectDataInput |
| BufferObjectDataOutput |
| Class and Description |
|---|
| Disposable
A
Disposable is a container of data and/or resources that can be disposed. |
| Class and Description |
|---|
| Disposable
A
Disposable is a container of data and/or resources that can be disposed. |
| Class and Description |
|---|
| Disposable
A
Disposable is a container of data and/or resources that can be disposed. |
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| Class and Description |
|---|
| Packet
A Packet is a piece of data sent over the wire.
|
| Class and Description |
|---|
| Packet
A Packet is a piece of data sent over the wire.
|
| Class and Description |
|---|
| Packet
A Packet is a piece of data sent over the wire.
|
| Class and Description |
|---|
| Packet
A Packet is a piece of data sent over the wire.
|
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| EndpointManager
Responsible for managing
Connection objects. |
| Class and Description |
|---|
| Connection
Represents a 'connection' between two machines.
|
| EndpointManager
Responsible for managing
Connection objects. |
| Packet
A Packet is a piece of data sent over the wire.
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.