| AddIndexOperation | 
  | 
| AddIndexOperationFactory | 
  | 
| AddInterceptorOperation | 
  | 
| AddInterceptorOperationFactory | 
  | 
| 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. 
 | 
| EvictOperation | 
  | 
| GetAllOperation | 
  | 
| GetEntryViewOperation | 
  | 
| GetOperation | 
  | 
| IsEmptyOperationFactory | 
  | 
| KeyBasedMapOperation | 
  | 
| 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 | 
  | 
| 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 | 
  | 
| MapSizeOperation | 
  | 
| MergeOperation | 
  | 
| MultipleEntryBackupOperation | 
  | 
| MultipleEntryOperation | 
  | 
| MultipleEntryOperationFactory | 
  | 
| NearCacheBatchInvalidationOperation | 
  | 
| NearCacheSingleInvalidationOperation | 
  | 
| PartitionCheckIfLoadedOperation | 
  | 
| PartitionCheckIfLoadedOperationFactory | 
  | 
| PartitionWideEntryBackupOperation | 
  | 
| PartitionWideEntryOperation | 
 GOTCHA : This operation does NOT load missing keys from map-store for now. 
 | 
| PartitionWideEntryOperationFactory | 
  | 
| PartitionWideEntryWithPredicateBackupOperation | 
  | 
| PartitionWideEntryWithPredicateOperation | 
  | 
| PartitionWideEntryWithPredicateOperationFactory | 
  | 
| PostJoinMapOperation | 
  | 
| PutAllBackupOperation | 
  | 
| PutAllOperation | 
  | 
| PutBackupOperation | 
  | 
| PutFromLoadAllBackupOperation | 
 Runs on backups. 
 | 
| PutFromLoadAllOperation | 
 | 
| PutIfAbsentOperation | 
  | 
| PutOperation | 
  | 
| PutTransientOperation | 
  | 
| 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. 
 |