See: Description
Interface | Description |
---|---|
MinimalPartitionService |
Abstraction over member and client partition services to provide commonly useful methods.
|
StaleReadDetector |
Used to detect staleness of Near Cache data.
|
Class | Description |
---|---|
AbstractBaseNearCacheInvalidationListener | |
BatchInvalidator |
Sends invalidations to Near Cache in batches.
|
BatchNearCacheInvalidation | |
Invalidation |
Root interface for Near Cache invalidation data.
|
InvalidationMetaDataFetcher |
Runs on Near Cache side, an instance of this task is responsible for fetching of all Near Caches' remote metadata like last
sequence numbers and partition UUIDs.
|
InvalidationMetaDataFetcher.MetadataHolder | |
InvalidationQueue<T> | |
InvalidationUtils |
Utils for invalidations.
|
Invalidator |
Contains shared functionality for Near Cache invalidation.
|
MetaDataContainer |
Contains one partitions' invalidation metadata.
|
MetaDataGenerator |
Responsible for partition-sequence and partition UUID generation.
|
NonStopInvalidator |
Sends invalidations to Near Caches immediately.
|
RepairingHandler |
Handler used on Near Cache side.
|
RepairingTask |
This task runs on Near Cache side and only one instance is created per
data-structure type like IMap and ICache.
|
SingleNearCacheInvalidation |
Represents a single key invalidation.
|
StaleReadDetectorImpl |
Default implementation of
StaleReadDetector . |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.