Package | Description |
---|---|
com.hazelcast.cache.impl.journal | |
com.hazelcast.journal |
This package contains supporting classes for data structure specific event journals.
|
com.hazelcast.map.impl.journal |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheEventJournal
The event journal is a container for events related to a data structure.
|
Modifier and Type | Class and Description |
---|---|
class |
RingbufferCacheEventJournalImpl
The cache event journal implementation based on the
Ringbuffer . |
Modifier and Type | Method and Description |
---|---|
protected EventJournal<InternalEventJournalCacheEvent> |
CacheEventJournalReadOperation.getJournal() |
Modifier and Type | Method and Description |
---|---|
protected abstract EventJournal<J> |
EventJournalReadOperation.getJournal() |
Modifier and Type | Interface and Description |
---|---|
interface |
MapEventJournal
The event journal is a container for events related to a data structure.
|
Modifier and Type | Class and Description |
---|---|
class |
RingbufferMapEventJournalImpl
The map event journal implementation based on the
Ringbuffer . |
Modifier and Type | Method and Description |
---|---|
protected EventJournal<InternalEventJournalMapEvent> |
MapEventJournalReadOperation.getJournal() |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.