Uses of Package
com.hazelcast.nio

Packages that use com.hazelcast.nio
com.hazelcast.cache This package contains the public API extension for Hazelcast JCache, the Hazelcast implementation of the JSR-107 commonly referred to as JCache. 
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.cache.impl.client Hazelcast JSR-107 aka JCache implementation Client Requests 
com.hazelcast.cache.impl.operation Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.cache.impl.record Hazelcast JSR-107 aka JCache implementation Internal record store 
com.hazelcast.client Contains classes/interfaces related to Client 
com.hazelcast.client.connection Provides connection interfaces/classes for com.hazelcast.client 
com.hazelcast.client.connection.nio Contains classes related to New IO for com.hazelcast.client.connection 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.client.impl.client This contains the Requests and other DTO's exchanged between client/server 
com.hazelcast.client.impl.operations Contains client operations 
com.hazelcast.client.impl.protocol Client protocol related private implementation classes 
com.hazelcast.client.impl.protocol.parameters Client protocol parameter implementations for client requests and responses 
com.hazelcast.client.impl.protocol.task Client tasks associated with requests. 
com.hazelcast.client.impl.protocol.task.atomiclong Client protocol tasks implementations for AtomicLong 
com.hazelcast.client.impl.protocol.task.atomicreference Client protocol tasks implementations for AtomicReference 
com.hazelcast.client.impl.protocol.task.cache Client protocol tasks implementations for JCache 
com.hazelcast.client.impl.protocol.task.condition Client protocol tasks implementations for Condition 
com.hazelcast.client.impl.protocol.task.countdownlatch Client protocol tasks implementations for CountDownLatch 
com.hazelcast.client.impl.protocol.task.executorservice Client protocol tasks implementations for ExecutorService 
com.hazelcast.client.impl.protocol.task.list Client protocol tasks implementations for List 
com.hazelcast.client.impl.protocol.task.lock Client protocol tasks implementations for ILock 
com.hazelcast.client.impl.protocol.task.map Client protocol tasks implementations for map 
com.hazelcast.client.impl.protocol.task.mapreduce Client protocol tasks implementations for map reduce 
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.semaphore Client protocol tasks implementations for Semaphore 
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.spi Contains classes/interfaces related to Service Provider Interface such as ClientProxy , ClientClusterService 
com.hazelcast.client.spi.impl Provides util classes for com.hazelcast.client 
com.hazelcast.client.util This package contains some utility classes and the base implementations of the loadbalancer implementations 
com.hazelcast.cluster This package contains the cluster functionality.
 
com.hazelcast.cluster.client This package contains the client cluster functionality.
 
com.hazelcast.cluster.impl This package contains the implementation of the cluster functionality.
 
com.hazelcast.cluster.impl.operations This package contains operations for the com.hazelcast.cluster.impl package.
 
com.hazelcast.collection.impl.collection   
com.hazelcast.collection.impl.collection.client   
com.hazelcast.collection.impl.collection.operations   
com.hazelcast.collection.impl.list.client   
com.hazelcast.collection.impl.list.operations   
com.hazelcast.collection.impl.queue   
com.hazelcast.collection.impl.queue.client This package contains client requests for the IQueue.
 
com.hazelcast.collection.impl.queue.operations This package contains the IQueue operations
 
com.hazelcast.collection.impl.set.operations   
com.hazelcast.collection.impl.txncollection   
com.hazelcast.collection.impl.txncollection.client   
com.hazelcast.collection.impl.txncollection.operations   
com.hazelcast.collection.impl.txnlist.client   
com.hazelcast.collection.impl.txnqueue   
com.hazelcast.collection.impl.txnqueue.client   
com.hazelcast.collection.impl.txnqueue.operations   
com.hazelcast.collection.impl.txnset.client   
com.hazelcast.concurrent.atomiclong.client This package contains client requests for the IAtomicLong.
This package contains all the client request object to operate on the IAtomicLong that are send by the client. 
com.hazelcast.concurrent.atomiclong.operations This package contains the operations on the IAtomicLong.
 
com.hazelcast.concurrent.atomicreference.client This package contains client requests for the IAtomicLong.
This package contains all the client request object to operate on the IAtomicLong that are send by the client. 
com.hazelcast.concurrent.atomicreference.operations This package contains the operations on the IAtomicReference.
 
com.hazelcast.concurrent.countdownlatch This package contains ICountDownLatch functionality for Hazelcast.
The ICountDownLatch is the distributed version of the CountDownLatch
com.hazelcast.concurrent.countdownlatch.client This package contains client requests for the ICountDownLatch.
This package contains all the client requests object to operate on the ICountDownLatch that are send by the client. 
com.hazelcast.concurrent.countdownlatch.operations This package contains the operations on the ICountDownLatch.
 
com.hazelcast.concurrent.lock This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock
com.hazelcast.concurrent.lock.client This package contains client requests for the ILock.
This package contains all the client requests object to operate on the ILock that are send by the client. 
com.hazelcast.concurrent.lock.operations This package contains the operations on the ILock.
 
com.hazelcast.concurrent.semaphore This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
com.hazelcast.concurrent.semaphore.client This package contains client requests for the ISemaphore.
 
com.hazelcast.concurrent.semaphore.operations This package contains the operations on the ISemaphore.
 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
com.hazelcast.console This package contains classes related to ConsoleApp
 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.executor.impl This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds of additional methods related to distributed systems. 
com.hazelcast.executor.impl.client This package contains client requests for the IExecutorService.
 
com.hazelcast.executor.impl.operations This package contains operations for the IExecutorService.
 
com.hazelcast.hibernate Contains interfaces/classes related to Hibernate. 
com.hazelcast.hibernate.local Provides local classes for Hibernate. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.internal.ascii This package contains Ascii functionality for Hazelcast.
This is required for Memcached and the REST api. 
com.hazelcast.internal.ascii.memcache This package contains MemoryCache functionality for Hazelcast.
 
com.hazelcast.internal.ascii.rest This package contains Reset functionality for Hazelcast.
 
com.hazelcast.internal.management Contains classes to provide data/operation interface for Management Center. 
com.hazelcast.internal.management.dto These contain the DTO object to exchange information with the management center. 
com.hazelcast.internal.management.operation Contains operations that are called from Management Center. 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.client Contains client requests for the IMap 
com.hazelcast.map.impl.operation Package for map operations. 
com.hazelcast.map.impl.record Contains record specific classes. 
com.hazelcast.map.impl.tx Contains implementation classes for TransactionalMap 
com.hazelcast.map.impl.wan Contains wan replication event classes 
com.hazelcast.map.merge Contains merge policies for IMap 
com.hazelcast.mapreduce This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. 
com.hazelcast.mapreduce.aggregation.impl This package contains a set of predefined aggregation implementations 
com.hazelcast.mapreduce.impl This package contains the default implementation for the map reduce framework internals. 
com.hazelcast.mapreduce.impl.client This package contains request and response classes for communication between cluster members and Hazelcast native clients 
com.hazelcast.mapreduce.impl.notification This package contains all remote node notifications 
com.hazelcast.mapreduce.impl.operation This package contains all remote operations that are needed to control work on supervising or worker nodes. 
com.hazelcast.mapreduce.impl.task This package contains the base implementation for a standard map reduce job. 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
com.hazelcast.multimap.impl.client Contains client requests for Hazelcast MultiMap module. 
com.hazelcast.multimap.impl.operations Contains operations for Hazelcast MultiMap module. 
com.hazelcast.multimap.impl.txn This package contains the Transaction behavior for the Multimap.
 
com.hazelcast.nio This package contains classes related to New IO
 
com.hazelcast.nio.serialization Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams. 
com.hazelcast.nio.serialization.serializers Contains interfaces/classes related to SerializerHook for ArrayList and LinkedList 
com.hazelcast.nio.tcp Contains functionality for the TCP/IP Networking between cluster members
 
com.hazelcast.nio.tcp.handlermigration Contains Handler Migration classes 
com.hazelcast.partition Contains the partition logic for Hazelcast. 
com.hazelcast.partition.client Contains client functionality for partition related information. 
com.hazelcast.partition.impl Contains the actual implementation of the InternalPartitionService
com.hazelcast.query Contains interfaces/classes related to Hazelcast query and indexing support. 
com.hazelcast.query.impl Contains the implementation classes of the query functionality. 
com.hazelcast.replicatedmap.impl.client This package contains classes for client communication on replicated map implementation 
com.hazelcast.replicatedmap.impl.messages This package contains replication event classes to communicate replications to other nodes 
com.hazelcast.replicatedmap.impl.operation This package contains some remote operations to execute on remote nodes 
com.hazelcast.replicatedmap.impl.record This package contains the implementation of the backing data storage for the replicated map implementation 
com.hazelcast.ringbuffer.impl Contains the Ringbuffer implementation classes. 
com.hazelcast.ringbuffer.impl.operations   
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.exception Contains exceptions for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.spi.impl.eventservice Contains the code for the InternalEventService
com.hazelcast.spi.impl.eventservice.impl Contains the code for the InternalEventService implementation. 
com.hazelcast.spi.impl.eventservice.impl.operations Contains the operations for the EventServiceImpl
com.hazelcast.spi.impl.operationexecutor Contains the OperationRunner code. 
com.hazelcast.spi.impl.operationexecutor.classic Contains the ClassicOperationExecutor code. 
com.hazelcast.spi.impl.operationservice Contains the InternalOperationService API. 
com.hazelcast.spi.impl.operationservice.impl Contains the code for the InternalOperationService implementation. 
com.hazelcast.spi.impl.operationservice.impl.operations Contains the Operations being used by the OperationServiceImpl
com.hazelcast.spi.impl.operationservice.impl.responses Contains the different responses that can be send as a consequence of an Operation invocation. 
com.hazelcast.spi.impl.proxyservice.impl.operations Contains the operations for the ProxyServiceImpl
com.hazelcast.spi.impl.transceiver Contains the code for the PacketTransceiver
com.hazelcast.spi.impl.transceiver.impl Contains the implementation of the PacketTransceiver
com.hazelcast.spi.impl.waitnotifyservice.impl Contains the implementation code for the InternalWaitNotifyService
com.hazelcast.topic.impl This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. 
com.hazelcast.topic.impl.client This package contains client requests for the ITopic.
 
com.hazelcast.topic.impl.reliable   
com.hazelcast.transaction Provides interfaces/classes for Hazelcast transaction support. 
com.hazelcast.transaction.client This package contains client transaction code 
com.hazelcast.transaction.impl Provides implementation for Hazelcast transaction support. 
com.hazelcast.transaction.impl.xa Provides implementation for Hazelcast XA transaction support. 
com.hazelcast.util This package contains classes to support the inner workings of Hazelcast as well as some backports of newer Java features / data structures to support older Java versions in a clean and nice way. 
com.hazelcast.wan This package contains the WAN replication API 
com.hazelcast.wan.impl This package contains the opensource implementation of WAN replication 
com.hazelcast.web Provides Hazelcast-based session replication. 
 

Classes in com.hazelcast.nio used by com.hazelcast.cache
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.cache.impl
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.cache.impl.client
Address
          Represents an address of a member in the cluster.
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.cache.impl.operation
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.cache.impl.record
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.client
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
SocketInterceptor
          An interface that provides the ability to intercept the creation of sockets.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.connection
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
ConnectionListener
          A listener for the ConnectionManager to listen to connections being added or removed.
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.connection.nio
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
ConnectionListener
          A listener for the ConnectionManager to listen to connections being added or removed.
ConnectionType
          An enumeration of all possible Connection types.
Packet
          A Packet is a piece of data send over the line.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
ConnectionListener
          A listener for the ConnectionManager to listen to connections being added or removed.
Packet
          A Packet is a piece of data send over the line.
SocketInterceptor
          An interface that provides the ability to intercept the creation of sockets.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.client
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol
Connection
          Represents a 'connection' between two machines.
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.parameters
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.atomiclong
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.atomicreference
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.cache
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.condition
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.countdownlatch
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.executorservice
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.list
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.lock
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.map
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.mapreduce
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.multimap
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.queue
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.replicatedmap
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.semaphore
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.set
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.topic
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.transaction
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.transactionallist
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.transactionalmap
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.transactionalmultimap
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.transactionalqueue
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.task.transactionalset
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.impl.protocol.util
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.spi
Address
          Represents an address of a member in the cluster.
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.spi.impl
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
ConnectionListener
          A listener for the ConnectionManager to listen to connections being added or removed.
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.client.util
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.cluster
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.cluster.client
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.cluster.impl
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
ConnectionListener
          A listener for the ConnectionManager to listen to connections being added or removed.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.cluster.impl.operations
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.collection
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.collection.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.collection.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.list.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.list.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.queue
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.queue.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.queue.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.set.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.txncollection
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.txncollection.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.txncollection.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.txnlist.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.txnqueue
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.txnqueue.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.txnqueue.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.collection.impl.txnset.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.atomiclong.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.atomiclong.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.atomicreference.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.atomicreference.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.countdownlatch
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.countdownlatch.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.countdownlatch.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.lock
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.lock.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.lock.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.semaphore
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.semaphore.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.concurrent.semaphore.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.config
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.console
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.core
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.executor.impl
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.executor.impl.client
Address
          Represents an address of a member in the cluster.
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.executor.impl.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.hibernate
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.hibernate.local
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.instance
Address
          Represents an address of a member in the cluster.
ConnectionManager
          Responsible for managing Connection objects.
IOService
           
MemberSocketInterceptor
          Member Socket Interceptor can be registered via see SocketInterceptorConfig
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.internal.ascii
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.internal.ascii.memcache
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.internal.ascii.rest
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.internal.management
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.internal.management.dto
ConnectionManager
          Responsible for managing Connection objects.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.internal.management.operation
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.jmx
ConnectionManager
          Responsible for managing Connection objects.
 

Classes in com.hazelcast.nio used by com.hazelcast.map.impl
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.map.impl.client
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.map.impl.operation
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.map.impl.record
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.map.impl.tx
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.map.impl.wan
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.map.merge
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.mapreduce
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.mapreduce.aggregation.impl
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.mapreduce.impl
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.mapreduce.impl.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.mapreduce.impl.notification
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.mapreduce.impl.operation
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.mapreduce.impl.task
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.multimap.impl
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.multimap.impl.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.multimap.impl.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.multimap.impl.txn
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.nio
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
ConnectionListener
          A listener for the ConnectionManager to listen to connections being added or removed.
ConnectionType
          An enumeration of all possible Connection types.
DynamicByteBuffer
           
IOService
           
MemberSocketInterceptor
          Member Socket Interceptor can be registered via see SocketInterceptorConfig
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
Packet
          A Packet is a piece of data send over the line.
SocketInterceptor
          An interface that provides the ability to intercept the creation of sockets.
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.nio.serialization
BufferObjectDataInput
           
BufferObjectDataOutput
           
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.nio.serialization.serializers
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.nio.tcp
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
ConnectionListener
          A listener for the ConnectionManager to listen to connections being added or removed.
ConnectionManager
          Responsible for managing Connection objects.
ConnectionType
          An enumeration of all possible Connection types.
IOService
           
Packet
          A Packet is a piece of data send over the line.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.nio.tcp.handlermigration
Connection
          Represents a 'connection' between two machines.
 

Classes in com.hazelcast.nio used by com.hazelcast.partition
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.partition.client
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.partition.impl
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.query
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.query.impl
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.replicatedmap.impl.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.replicatedmap.impl.messages
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.replicatedmap.impl.operation
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.replicatedmap.impl.record
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.ringbuffer.impl
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.ringbuffer.impl.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.spi
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.exception
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.eventservice
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.eventservice.impl
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.eventservice.impl.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.operationexecutor
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.operationexecutor.classic
Address
          Represents an address of a member in the cluster.
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.operationservice
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.operationservice.impl
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.operationservice.impl.operations
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.operationservice.impl.responses
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.proxyservice.impl.operations
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.transceiver
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.transceiver.impl
Address
          Represents an address of a member in the cluster.
Connection
          Represents a 'connection' between two machines.
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.spi.impl.waitnotifyservice.impl
Address
          Represents an address of a member in the cluster.
 

Classes in com.hazelcast.nio used by com.hazelcast.topic.impl
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.topic.impl.client
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.topic.impl.reliable
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.transaction
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.transaction.client
Address
          Represents an address of a member in the cluster.
SocketReadable
          Represents something where data can be read from.
SocketWritable
          Represents something that can be written to a Connection.
 

Classes in com.hazelcast.nio used by com.hazelcast.transaction.impl
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.transaction.impl.xa
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.util
Address
          Represents an address of a member in the cluster.
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 

Classes in com.hazelcast.nio used by com.hazelcast.wan
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.wan.impl
Address
          Represents an address of a member in the cluster.
Packet
          A Packet is a piece of data send over the line.
 

Classes in com.hazelcast.nio used by com.hazelcast.web
ObjectDataInput
          Provides serialization methods for arrays of primitive types
ObjectDataOutput
          Provides serialization methods for arrays by extending DataOutput
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.