Interface | Description |
---|---|
EntryBackupProcessor<K,V> |
Processes an entry on a backup partition.
|
EntryProcessor<K,V> |
An EntryProcessor passes you a
Map.Entry . |
MapInterceptor |
MapInterceptor is used to intercept changes to the map, allowing access to the values before and
after adding it to the map
MapInterceptors are chained when added to the map, which means that when an interceptor is added
on node initialization it could be added twice.
|
Class | Description |
---|---|
AbstractEntryProcessor<K,V> |
An abstract
EntryProcessor that already has implemented the AbstractEntryProcessor.getBackupProcessor() . |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.