public final class EventJournalDataSerializerHook extends Object implements DataSerializerHook
EventJournal
. Data structure specific
(map, cache,...) event journal classes are under the other respective serializer hooks.Modifier and Type | Field and Description |
---|---|
static int |
EVENT_JOURNAL_INITIAL_SUBSCRIBER_STATE
Type ID for the
EventJournalInitialSubscriberState class |
static int |
F_ID
Factory ID for the event journal
IdentifiedDataSerializable classes |
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
Constructor and Description |
---|
EventJournalDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
IdentifiedDataSerializable
classespublic static final int EVENT_JOURNAL_INITIAL_SUBSCRIBER_STATE
EventJournalInitialSubscriberState
classpublic int getFactoryId()
getFactoryId
in interface DataSerializerHook
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.