| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.journal | |
| com.hazelcast.internal.journal | 
 This package contains supporting classes for data structure specific event journals. 
 | 
| com.hazelcast.map.impl.journal | |
| com.hazelcast.ringbuffer.impl | 
 Contains the  
Ringbuffer implementation classes. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheEventJournalReadResultSetImpl<K,V,T>  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ReadResultSetImpl<InternalEventJournalCacheEvent,T> | 
CacheEventJournalReadOperation.createResultSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> long | 
RingbufferCacheEventJournalImpl.readMany(ObjectNamespace namespace,
        int partitionId,
        long beginSequence,
        ReadResultSetImpl<InternalEventJournalCacheEvent,T> resultSet)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ReadResultSetImpl<J,T> | 
EventJournalReadOperation.resultSet  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract ReadResultSetImpl<J,T> | 
EventJournalReadOperation.createResultSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> long | 
EventJournal.readMany(ObjectNamespace namespace,
        int partitionId,
        long beginSequence,
        ReadResultSetImpl<E,T> resultSet)
Reads events from the journal in batches. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapEventJournalReadResultSetImpl<K,V,T>  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ReadResultSetImpl<InternalEventJournalMapEvent,T> | 
MapEventJournalReadOperation.createResultSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> long | 
RingbufferMapEventJournalImpl.readMany(ObjectNamespace namespace,
        int partitionId,
        long beginSequence,
        ReadResultSetImpl<InternalEventJournalMapEvent,T> resultSet)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
RingbufferContainer.readMany(long beginSequence,
        ReadResultSetImpl result)
Reads multiple items from the ring buffer and adds them to  
result
 in the stored format. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.