See: Description
Interface | Description |
---|---|
MinimalPartitionService |
Abstraction over member and client partition services to provide commonly useful methods.
|
StaleReadDetector |
Used to detect staleness of near-cached data.
|
Class | Description |
---|---|
AbstractBaseNearCacheInvalidationListener | |
BatchInvalidator |
Sends invalidations to Near Cache in batches.
|
BatchInvalidator.InvalidationQueue | |
BatchNearCacheInvalidation | |
Invalidation |
Root interface for Near Cache invalidation data.
|
InvalidationUtils |
Utils for invalidations.
|
Invalidator |
Invalidates near caches.
|
MetaDataContainer |
Contains one partitions' invalidation metadata.
|
MetaDataFetcher |
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.
|
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-end 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 © 2017 Hazelcast, Inc.. All Rights Reserved.