Package | Description |
---|---|
com.hazelcast.cache.impl.journal |
Modifier and Type | Class and Description |
---|---|
class |
DeserializingEventJournalCacheEvent<K,V> |
Modifier and Type | Method and Description |
---|---|
protected ReadResultSetImpl<InternalEventJournalCacheEvent,T> |
CacheEventJournalReadOperation.createResultSet() |
protected EventJournal<InternalEventJournalCacheEvent> |
CacheEventJournalReadOperation.getJournal() |
Modifier and Type | Method and Description |
---|---|
<T> long |
RingbufferCacheEventJournalImpl.readMany(ObjectNamespace namespace,
int partitionId,
long beginSequence,
ReadResultSetImpl<InternalEventJournalCacheEvent,T> resultSet) |
Constructor and Description |
---|
DeserializingEventJournalCacheEvent(SerializationService serializationService,
InternalEventJournalCacheEvent je) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.