public final class ConfigDataSerializerHook extends Object implements DataSerializerHook
Modifier and Type | Field and Description |
---|---|
static int |
F_ID |
static int |
NEAR_CACHE_CONFIG |
static int |
NEAR_CACHE_PRELOADER_CONFIG |
static int |
WAN_CONSUMER_CONFIG |
static int |
WAN_PUBLISHER_CONFIG |
static int |
WAN_REPLICATION_CONFIG |
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
Constructor and Description |
---|
ConfigDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int WAN_REPLICATION_CONFIG
public static final int WAN_CONSUMER_CONFIG
public static final int WAN_PUBLISHER_CONFIG
public static final int NEAR_CACHE_CONFIG
public static final int NEAR_CACHE_PRELOADER_CONFIG
public int getFactoryId()
getFactoryId
in interface DataSerializerHook
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.