Package | Description |
---|---|
com.hazelcast.ascii | |
com.hazelcast.ascii.memcache | |
com.hazelcast.ascii.rest | |
com.hazelcast.aws | |
com.hazelcast.aws.impl | |
com.hazelcast.aws.security | |
com.hazelcast.aws.utility | |
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.config | |
com.hazelcast.client.connection | |
com.hazelcast.client.connection.nio | |
com.hazelcast.client.examples | |
com.hazelcast.client.nearcache | |
com.hazelcast.client.proxy | |
com.hazelcast.client.spi | |
com.hazelcast.client.spi.impl | |
com.hazelcast.client.txn |
This package contains client transaction code
|
com.hazelcast.client.txn.proxy | |
com.hazelcast.client.util | |
com.hazelcast.cluster | |
com.hazelcast.cluster.client | |
com.hazelcast.collection | |
com.hazelcast.collection.client | |
com.hazelcast.collection.list | |
com.hazelcast.collection.set | |
com.hazelcast.collection.txn | |
com.hazelcast.concurrent.atomiclong |
This package contains IAtomicLong functionality for Hazelcast.
The IAtomicLong is the distributed version of the AtomicLong . |
com.hazelcast.concurrent.atomiclong.client |
This package contains client requests for the IAtomicLong.
This package contains all the client requests 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 |
This package contains IAtomicReferece functionality for Hazelcast.
The IAtomicReference is the distributed version of the AtomicReference . |
com.hazelcast.concurrent.atomicreference.client |
This package contains client requests for the IAtomicLong.
This package contains all the client requests 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.idgen |
This package contains IdGenerator functionality for Hazelcast.
With the IdGenerator it is very simple to create cluster wide id's. |
com.hazelcast.concurrent.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.core |
Provides core API interfaces/classes.
|
com.hazelcast.examples |
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.executor |
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.client |
This package contains client requests for the IExecutorService.
|
com.hazelcast.hibernate | |
com.hazelcast.hibernate.access | |
com.hazelcast.hibernate.distributed | |
com.hazelcast.hibernate.instance | |
com.hazelcast.hibernate.local | |
com.hazelcast.hibernate.region | |
com.hazelcast.instance | |
com.hazelcast.jca | |
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
com.hazelcast.logging |
This package contains logging functionality for Hazelcast.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commongs logging, so that different logging frameworks like log4j, can be hooked in. |
com.hazelcast.management | |
com.hazelcast.management.operation | |
com.hazelcast.management.request | |
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.client | |
com.hazelcast.map.merge | |
com.hazelcast.map.operation | |
com.hazelcast.map.proxy | |
com.hazelcast.map.record | |
com.hazelcast.map.tx | |
com.hazelcast.map.wan | |
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.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.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.multimap | |
com.hazelcast.multimap.operations | |
com.hazelcast.multimap.operations.client | |
com.hazelcast.multimap.txn | |
com.hazelcast.nio | |
com.hazelcast.nio.ascii | |
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.nio.serialization.serializers | |
com.hazelcast.nio.ssl | |
com.hazelcast.osgi |
This package contains the OSGI functionality for Hazelcast.
|
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.partition.membergroup |
todo
|
com.hazelcast.partition.strategy |
Packages contains different partitioning strategies.
|
com.hazelcast.query |
Contains interfaces/classes related to Hazelcast query and indexing support.
|
com.hazelcast.query.impl | |
com.hazelcast.queue | |
com.hazelcast.queue.client | |
com.hazelcast.queue.proxy | |
com.hazelcast.queue.tx | |
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
com.hazelcast.security.permission |
Contains all the security permissions
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.annotation | |
com.hazelcast.spi.exception | |
com.hazelcast.spi.impl | |
com.hazelcast.storage | |
com.hazelcast.topic |
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.client |
This package contains client requests for the ITopic.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
com.hazelcast.transaction.impl | |
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.util.executor | |
com.hazelcast.util.scheduler | |
com.hazelcast.wan | |
com.hazelcast.web |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.