public class BatchInvalidator extends Invalidator
eventService, logger, mapServiceContext, metaDataGenerator, nodeEngine, partitionCount, partitionService, serializationService| Constructor and Description |
|---|
BatchInvalidator(MapServiceContext mapServiceContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(String mapName,
String sourceUuid)
Removes supplied maps invalidation queue and flushes its content.
|
protected void |
invalidateInternal(Invalidation invalidation,
int orderKey) |
void |
reset()
Resets this invalidator back to its initial state.
|
void |
shutdown()
Shuts down this invalidator and releases used resources.
|
canSendInvalidation, getMetaDataGenerator, getPartitionId, getPartitionId, invalidateAllKeys, invalidateKey, newClearInvalidation, newKeyInvalidationpublic BatchInvalidator(MapServiceContext mapServiceContext)
protected void invalidateInternal(Invalidation invalidation, int orderKey)
invalidateInternal in class Invalidatorpublic void destroy(String mapName, String sourceUuid)
InvalidatorMapRemoteService.destroyDistributedObject(String)destroy in class InvalidatormapName - name of the map.MapRemoteService.destroyDistributedObject(String)public void shutdown()
InvalidatorManagedService.shutdown(boolean)shutdown in class InvalidatorManagedService.shutdown(boolean)public void reset()
InvalidatorManagedService.reset()reset in class InvalidatorManagedService.reset()Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.