| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.cache.impl.journal | |
| com.hazelcast.client.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation client side | 
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types | 
| com.hazelcast.internal.journal | This package contains supporting classes for data structure specific event journals. | 
| com.hazelcast.map.impl.journal | |
| com.hazelcast.map.impl.proxy | Contains map proxy implementation and support classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> ICompletableFuture<ReadResultSet<T>> | CacheProxy. readFromEventJournal(long startSequence,
                    int minSize,
                    int maxSize,
                    int partitionId,
                    Predicate<? super EventJournalCacheEvent<K,V>> predicate,
                    Function<? super EventJournalCacheEvent<K,V>,? extends T> projection) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Function<? super EventJournalCacheEvent<K,V>,? extends T> | CacheEventJournalReadOperation. projection | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V> Function<EventJournalCacheEvent<K,V>,V> | CacheEventJournalFunctions. cacheEventNewValue() | 
| static <K,V> Function<EventJournalCacheEvent<K,V>,Map.Entry<K,V>> | CacheEventJournalFunctions. cacheEventToEntry() | 
| Constructor and Description | 
|---|
| CacheEventJournalReadOperation(String cacheName,
                              long startSequence,
                              int minSize,
                              int maxSize,
                              Predicate<? super EventJournalCacheEvent<K,V>> predicate,
                              Function<? super EventJournalCacheEvent<K,V>,? extends T> projection) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> ICompletableFuture<ReadResultSet<T>> | ClientCacheProxy. readFromEventJournal(long startSequence,
                    int minSize,
                    int maxSize,
                    int partitionId,
                    Predicate<? super EventJournalCacheEvent<K,V>> predicate,
                    Function<? super EventJournalCacheEvent<K,V>,? extends T> projection) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> ICompletableFuture<ReadResultSet<T>> | ClientMapProxy. readFromEventJournal(long startSequence,
                    int minSize,
                    int maxSize,
                    int partitionId,
                    Predicate<? super EventJournalMapEvent<K,V>> predicate,
                    Function<? super EventJournalMapEvent<K,V>,? extends T> projection) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> ICompletableFuture<ReadResultSet<T>> | EventJournalReader. readFromEventJournal(long startSequence,
                    int minSize,
                    int maxSize,
                    int partitionId,
                    Predicate<? super E> predicate,
                    Function<? super E,? extends T> projection)Reads from the event journal. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Function<? super EventJournalMapEvent<K,V>,? extends T> | MapEventJournalReadOperation. projection | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V> Function<EventJournalMapEvent<K,V>,V> | MapEventJournalFunctions. mapEventNewValue() | 
| static <K,V> Function<EventJournalMapEvent<K,V>,Map.Entry<K,V>> | MapEventJournalFunctions. mapEventToEntry() | 
| Constructor and Description | 
|---|
| MapEventJournalReadOperation(String mapName,
                            long startSequence,
                            int minSize,
                            int maxSize,
                            Predicate<? super EventJournalMapEvent<K,V>> predicate,
                            Function<? super EventJournalMapEvent<K,V>,? extends T> projection) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> ICompletableFuture<ReadResultSet<T>> | MapProxyImpl. readFromEventJournal(long startSequence,
                    int minSize,
                    int maxSize,
                    int partitionId,
                    Predicate<? super EventJournalMapEvent<K,V>> predicate,
                    Function<? super EventJournalMapEvent<K,V>,? extends T> projection)Reads from the event journal. | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.