| AddIndexOperation |  | 
| AddIndexOperationFactory |  | 
| AddInterceptorOperation |  | 
| AddInterceptorOperationFactory |  | 
| AwaitMapFlushOperation | IMap.flush() call waits the end of flush by using this operation. | 
| BasePutOperation |  | 
| BaseRemoveOperation |  | 
| ClearBackupOperation |  | 
| ClearExpiredOperation | Clear expired records. | 
| ClearNearCacheOperation |  | 
| ClearOperation |  | 
| ClearOperationFactory |  | 
| ContainsKeyOperation |  | 
| ContainsValueOperation |  | 
| ContainsValueOperationFactory |  | 
| DefaultMapOperationProvider | Creates map operations. | 
| DeleteOperation |  | 
| EntryBackupOperation |  | 
| EntryOperation | GOTCHA : This operation LOADS missing keys from map-store, in contrast with PartitionWideEntryOperation. | 
| EvictAllBackupOperation | Operation which evicts all keys except locked ones. | 
| EvictAllOperation | Operation which evicts all keys except locked ones. | 
| EvictAllOperationFactory | Operation factory for evict all operations. | 
| EvictBackupOperation |  | 
| EvictOperation |  | 
| GetAllOperation |  | 
| GetEntryViewOperation |  | 
| GetOperation |  | 
| IsEmptyOperationFactory |  | 
| LoadAllOperation | Triggers map store load of all given keys. | 
| LoadMapOperation | Triggers map loading from a map store | 
| LoadStatusOperation | Notifies RecordStores about completion of loading | 
| LoadStatusOperationFactory |  | 
| LockAwareOperation |  | 
| MapFlushBackupOperation |  | 
| MapFlushOperation |  | 
| MapFlushOperationFactory |  | 
| MapFlushWaitNotifyKey |  | 
| MapGetAllOperationFactory |  | 
| MapIsEmptyOperation |  | 
| MapLoadAllOperationFactory | Operation factory for load all operations. | 
| MapOperation |  | 
| MapOperationProviderDelegator | Base class which basically delegates all method calls to underlying  MapOperationProvider
 to prevent extending classes to override all methods. | 
| MapOperationProviders |  | 
| MapPartitionDestroyTask |  | 
| MapReplicationOperation | Replicates all IMap-states of this partition to a replica partition. | 
| MapSizeOperation |  | 
| MergeOperation |  | 
| MultipleEntryBackupOperation |  | 
| MultipleEntryOperation |  | 
| MultipleEntryOperationFactory |  | 
| MultipleEntryWithPredicateBackupOperation |  | 
| MultipleEntryWithPredicateOperation |  | 
| MutatingKeyBasedMapOperation |  | 
| NearCacheBatchInvalidationOperation |  | 
| NearCacheSingleInvalidationOperation |  | 
| NotifyMapFlushOperation |  | 
| PartitionCheckIfLoadedOperation |  | 
| PartitionCheckIfLoadedOperationFactory |  | 
| PartitionWideEntryBackupOperation |  | 
| PartitionWideEntryOperation | GOTCHA : This operation does NOT load missing keys from map-store for now. | 
| PartitionWideEntryOperationFactory |  | 
| PartitionWideEntryWithPredicateBackupOperation |  | 
| PartitionWideEntryWithPredicateOperation |  | 
| PartitionWideEntryWithPredicateOperationFactory |  | 
| PostJoinMapOperation |  | 
| PutAllBackupOperation |  | 
| PutAllOperation |  | 
| PutAllPerMemberOperation |  | 
| PutBackupOperation |  | 
| PutFromLoadAllBackupOperation | Runs on backups. | 
| PutFromLoadAllOperation |  | 
| PutIfAbsentOperation |  | 
| PutOperation |  | 
| PutTransientOperation |  | 
| ReadonlyKeyBasedMapOperation | Abstract  MapOperation that serves as based for readonly operations. | 
| RemoveBackupOperation |  | 
| RemoveIfSameOperation |  | 
| RemoveInterceptorOperation |  | 
| RemoveInterceptorOperationFactory |  | 
| RemoveOperation |  | 
| ReplaceIfSameOperation |  | 
| ReplaceOperation |  | 
| SetOperation |  | 
| SizeOperationFactory |  | 
| TryPutOperation |  | 
| TryRemoveOperation |  | 
| WANAwareOperationProvider | This class is responsible for WAN replication related checks for supported mutating operations. |