| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.operation | Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.client.impl.operations | Contains client operations | 
| com.hazelcast.cluster.impl.operations | This package contains operations for the com.hazelcast.cluster.impl package. | 
| com.hazelcast.map.impl.operation | Package for map operations. | 
| com.hazelcast.map.impl.query | |
| com.hazelcast.partition | Contains the partition logic for Hazelcast. | 
| com.hazelcast.partition.impl | Contains the actual implementation of the  InternalPartitionService. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| com.hazelcast.transaction.impl.operations | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheContainsKeyOperationCache contains key operation, determines if the cache contains an entry for the specified key. | 
| class  | CacheGetAllOperationGets all keys from the cache. | 
| class  | CacheGetConfigOperationCache GetConfig Operation. | 
| class  | CacheGetOperationCache Get Operation. | 
| class  | CacheKeyIteratorOperationProvides iterator functionality for ICache. | 
| class  | CacheSizeOperationThis operation implementation is for calculating the cluster size of a named cache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GetConnectedClientsOperation | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JoinOperationMarker interface for join and post-join operations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AuthenticationFailureOperation | 
| class  | AuthorizationOperation | 
| class  | BeforeJoinCheckFailureOperation | 
| class  | ChangeClusterStateOperation | 
| class  | ConfigMismatchOperationWhen a node wants to join the cluster, its sends its ConfigCheck to the cluster where it is validated. | 
| class  | FinalizeJoinOperation | 
| class  | GroupMismatchOperation | 
| class  | HeartbeatOperation | 
| class  | JoinCheckOperation | 
| class  | JoinRequestOperation | 
| class  | LockClusterStateOperation | 
| class  | MasterClaimOperation | 
| class  | MasterConfirmationOperation | 
| class  | MasterDiscoveryOperation | 
| class  | MemberAttributeChangedOperation | 
| class  | MemberInfoUpdateOperation | 
| class  | MemberRemoveOperation | 
| class  | MergeClustersOperation | 
| class  | PostJoinOperation | 
| class  | RollbackClusterStateOperation | 
| class  | SetMasterOperation | 
| class  | ShutdownNodeOperation | 
| class  | TriggerMemberListPublishOperationRequests member list publish from master node | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContainsKeyOperation | 
| class  | ContainsValueOperation | 
| class  | GetAllOperation | 
| class  | GetEntryViewOperation | 
| class  | GetOperation | 
| class  | MapEntrySetOperation | 
| class  | MapIsEmptyOperation | 
| class  | MapSizeOperation | 
| class  | PartitionCheckIfLoadedOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueryOperation | 
| class  | QueryPartitionOperation | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MigrationCycleOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseMigrationOperation | 
| class  | CheckReplicaVersion | 
| class  | HasOngoingMigration | 
| class  | IsReplicaVersionSyncQueries if replica version is sync between partitions. | 
| class  | MigrationOperation | 
| class  | MigrationRequestOperation | 
| class  | PartitionStateOperation | 
| class  | ReplicaSyncRequest | 
| class  | ReplicaSyncResponse | 
| class  | ReplicaSyncRetryResponse | 
| class  | SafeStateCheckOperationChecks whether a node is safe or not. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ReadonlyOperationRead-only operations are not retried during migration. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CreateAllowedDuringPassiveStateTxBackupLogOperation | 
| class  | PurgeAllowedDuringPassiveStateTxBackupLogOperation | 
| class  | ReplicateAllowedDuringPassiveStateTxBackupLogOperation | 
| class  | RollbackAllowedDuringPassiveStateTxBackupLogOperation | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.