| Package | Description |
|---|---|
| com.hazelcast.client |
This package contains the serverside client functionality
|
| com.hazelcast.cluster | |
| com.hazelcast.cluster.client | |
| com.hazelcast.collection | |
| com.hazelcast.collection.list | |
| com.hazelcast.collection.set | |
| com.hazelcast.collection.txn | |
| com.hazelcast.concurrent.countdownlatch.operations |
This package contains the operations on the ICountDownLatch.
|
| com.hazelcast.concurrent.semaphore.operations |
This package contains the operations on the ISemaphore.
|
| 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.instance | |
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| com.hazelcast.map.operation | |
| com.hazelcast.mapreduce.impl |
This package contains the default implementation for the map reduce framework
internals.
|
| 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.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
| com.hazelcast.multimap.operations | |
| com.hazelcast.multimap.txn | |
| com.hazelcast.nio | |
| com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
| com.hazelcast.partition.client |
Contains client functionality for partition related information.
|
| com.hazelcast.query.impl | |
| com.hazelcast.queue | |
| com.hazelcast.queue.tx | |
| com.hazelcast.spi.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.web |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientResponse |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigCheck |
class |
HeartbeatOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientMembershipEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionAddAllBackupOperation |
class |
CollectionAddAllOperation |
class |
CollectionAddBackupOperation |
class |
CollectionAddOperation |
class |
CollectionBackupAwareOperation |
class |
CollectionClearBackupOperation |
class |
CollectionClearOperation |
class |
CollectionCompareAndRemoveOperation |
class |
CollectionContainsOperation |
class |
CollectionEvent |
class |
CollectionEventFilter |
class |
CollectionGetAllOperation |
class |
CollectionItem |
class |
CollectionOperation |
class |
CollectionRemoveBackupOperation |
class |
CollectionRemoveOperation |
class |
CollectionReplicationOperation |
class |
CollectionSizeOperation |
class |
CollectionTransactionRollbackOperation |
class |
TxCollectionItem |
| Modifier and Type | Class and Description |
|---|---|
class |
ListAddAllOperation |
class |
ListAddOperation |
class |
ListGetOperation |
class |
ListIndexOfOperation |
class |
ListRemoveOperation |
class |
ListReplicationOperation |
class |
ListSetBackupOperation |
class |
ListSetOperation |
class |
ListSubOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
SetReplicationOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionPrepareBackupOperation |
class |
CollectionPrepareOperation |
class |
CollectionReserveAddOperation |
class |
CollectionReserveRemoveOperation |
class |
CollectionRollbackBackupOperation |
class |
CollectionRollbackOperation |
class |
CollectionTxnAddBackupOperation |
class |
CollectionTxnAddOperation |
class |
CollectionTxnRemoveBackupOperation |
class |
CollectionTxnRemoveOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
AwaitOperation |
class |
CountDownLatchBackupOperation |
class |
CountDownLatchReplicationOperation |
class |
CountDownOperation |
class |
GetCountOperation |
class |
SetCountOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
AcquireBackupOperation |
class |
AcquireOperation |
class |
AvailableOperation |
class |
DeadMemberBackupOperation |
class |
InitBackupOperation |
class |
InitOperation |
class |
ReduceBackupOperation |
class |
ReduceOperation |
class |
ReleaseBackupOperation |
class |
ReleaseOperation |
class |
SemaphoreDeadMemberOperation |
class |
SemaphoreReplicationOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableTaskOperation |
class |
MemberCallableTaskOperation |
class |
RunnableAdapter<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
MemberImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
MapEntrySet |
class |
MapKeySet |
class |
MapValueCollection |
class |
SimpleEntryView<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
GetOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
ListKeyValueSource<V>
This
KeyValueSource implementation is used in
KeyValueSource.fromList(com.hazelcast.core.IList) to generate a default
implementation based on a Hazelcast IList. |
class |
MapKeyValueSource<K,V>
This
KeyValueSource implementation is used in
KeyValueSource.fromMap(com.hazelcast.core.IMap) to generate a default
implementation based on a Hazelcast IMap. |
class |
MultiMapKeyValueSource<K,V>
This
KeyValueSource implementation is used in
KeyValueSource.fromMultiMap(com.hazelcast.core.MultiMap) to generate a default
implementation based on a Hazelcast MultiMap. |
class |
SetKeyValueSource<V>
This
KeyValueSource implementation is used in
KeyValueSource.fromSet(com.hazelcast.core.ISet) to generate a default
implementation based on a Hazelcast ISet. |
| Modifier and Type | Class and Description |
|---|---|
class |
IntermediateChunkNotification<KeyOut,Value>
Notification that is fired every time the chunk limit is reached and is send to the reducers
|
class |
LastChunkNotification<KeyOut,Value>
This notification is used to notify the reducer that this chunk is the last chunk of the
defined partitionId.
|
class |
MapReduceNotification
Base class for all map reduce framework notifications
|
class |
MemberAwareMapReduceNotification
Base class for all notifications based on a member
|
class |
ReducingFinishedNotification
This notification class is used to signal the
JobSupervisor
owner node that a reducer has finished the reducing step for the defined partitionId. |
| Modifier and Type | Class and Description |
|---|---|
class |
CancelJobSupervisorOperation
This operation is fired by the jobs owner node to remotely cancel the defined jobId on all nodes.
|
class |
FireNotificationOperation
This operation is used to transport and execute a notification on a remote node since
the current event service is not capable of reliable transmission so this is a fallback
to sync operations which is hopefully only a temporary workaround!
|
class |
GetResultOperation
This operation is used to retrieve results from a remote node
|
class |
KeysAssignmentOperation
This operation is used to request assignment for keys on the job owners node.
|
class |
KeysAssignmentResult
This class is used to store assignment results in
KeysAssignmentOperation
executions. |
class |
KeyValueJobOperation<K,V>
This operation is used to prepare a
KeyValueSource based
map reduce operation on all cluster members. |
class |
NotifyRemoteExceptionOperation
This operation is used to inform the job owner of a remote exception
|
class |
PostPonePartitionProcessing
This operation is used to tell the job owner to postpone a mapping phase for the defined
partitionId.
|
class |
ProcessingOperation
This is the base class for all map reduce framework operations, it always contains the name of
the JobTracker and the unique jobId
|
class |
ProcessStatsUpdateOperation
This operation is used to update the process statistics on the owner node
|
class |
RequestMemberIdAssignment
This operation is used to do some kind of partitionId based processing on non partition based implementations
of
KeyValueSource (not implementing PartitionIdAware)
which can happen for custom data sources like distributed filesystems that are up to the end user on how to
manage the distribution. |
class |
RequestPartitionMapping
This operation requests a new partition to process by the requester on the job owning node
|
class |
RequestPartitionProcessed
This operation tells the job owner to mark a partition as cully processed
|
class |
RequestPartitionReducing
This operation tells the job owner to start reducing phase of the defined partition on the first
occurrence of a full emitted chunk
|
class |
RequestPartitionResult
This class is used to store the requested result of all kinds of processing operations.
By default it holds a basic result state and maybe the partitionId it was operated otherwise it's value is defined as -1 |
class |
StartProcessingJobOperation<K>
This operation is used to start the actual processing after all node prepared to execute the map reduce job
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalMapStatsImpl |
class |
LocalMultiMapStatsImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainsEntryOperation |
class |
CountOperation |
class |
EntrySetOperation |
class |
GetAllOperation |
class |
KeySetOperation |
class |
MultiMapBackupAwareOperation |
class |
MultiMapKeyBasedOperation |
class |
MultiMapOperation |
class |
PutBackupOperation |
class |
PutOperation |
class |
RemoveAllBackupOperation |
class |
RemoveAllOperation |
class |
ValuesOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
TxnCommitBackupOperation |
class |
TxnCommitOperation |
class |
TxnGenerateRecordIdOperation |
class |
TxnLockAndGetOperation |
class |
TxnPutBackupOperation |
class |
TxnPutOperation |
class |
TxnRemoveAllBackupOperation |
class |
TxnRemoveAllOperation |
class |
TxnRemoveBackupOperation |
class |
TxnRemoveOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
Address |
| Modifier and Type | Class and Description |
|---|---|
class |
Data |
| Modifier and Type | Method and Description |
|---|---|
IdentifiedDataSerializable |
DataSerializableFactory.create(int typeId) |
IdentifiedDataSerializable |
ArrayDataSerializableFactory.create(int typeId) |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionsResponse |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryResultEntryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AddAllBackupOperation |
class |
AddAllOperation |
class |
CheckAndEvictOperation |
class |
ClearBackupOperation |
class |
ClearOperation |
class |
CompareAndRemoveBackupOperation |
class |
CompareAndRemoveOperation |
class |
ContainsOperation |
class |
DrainBackupOperation |
class |
DrainOperation |
class |
IteratorOperation |
class |
OfferBackupOperation |
class |
OfferOperation
User: ali
Date: 11/14/12
Time: 12:14 AM
|
class |
PeekOperation
User: ali
Date: 11/23/12
Time: 3:56 AM
|
class |
PollBackupOperation |
class |
PollOperation |
class |
QueueBackupAwareOperation |
class |
QueueContainer
User: ali
Date: 11/22/12
Time: 11:00 AM
|
class |
QueueEvent |
class |
QueueEventFilter |
class |
QueueItem |
class |
QueueOperation |
class |
QueueReplicationOperation
User: ali
Date: 11/21/12
Time: 11:23 AM
|
class |
RemoveBackupOperation |
class |
RemoveOperation |
class |
SizeOperation
User: ali
Date: 11/19/12
Time: 11:37 AM
|
class |
TxQueueItem |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueTransactionRollbackOperation |
class |
TxnOfferBackupOperation |
class |
TxnOfferOperation |
class |
TxnPeekOperation
User: ahmetmircik
Date: 9/30/13
Time: 2:19 PM
|
class |
TxnPollBackupOperation |
class |
TxnPollOperation |
class |
TxnPrepareBackupOperation |
class |
TxnPrepareOperation |
class |
TxnReserveOfferOperation |
class |
TxnReservePollOperation |
class |
TxnRollbackBackupOperation |
class |
TxnRollbackOperation |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryOperationFactory |
static class |
EventServiceImpl.EventPacket |
class |
NormalResponse
A NormalResponse is send when an Operation needs to return a value.
|
class |
PartitionIteratingOperation |
static class |
PartitionIteratingOperation.PartitionResponse |
class |
Response
|
class |
SerializableCollection |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryResultSet |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionAttributePredicate |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.