public class WebDataSerializerHook extends Object implements com.hazelcast.internal.serialization.DataSerializerHook
| Modifier and Type | Field and Description |
|---|---|
static int |
F_ID
The constant F_ID.
|
static int |
GET_ATTRIBUTE
The constant GET_ATTRIBUTE.
|
static int |
GET_ATTRIBUTE_NAMES
The constant GET_ATTRIBUTE_NAMES.
|
static int |
GET_SESSION_STATE
The constant GET_SESSION_STATE.
|
static int |
SESSION_DELETE
The constant SESSION_DELETE.
|
static int |
SESSION_STATE
The constant SESSION_STATE.
|
static int |
SESSION_UPDATE
The constant SESSION_UPDATE.
|
| Constructor and Description |
|---|
WebDataSerializerHook() |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.nio.serialization.DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int SESSION_UPDATE
public static final int SESSION_DELETE
public static final int GET_ATTRIBUTE
public static final int GET_ATTRIBUTE_NAMES
public static final int GET_SESSION_STATE
public static final int SESSION_STATE
public com.hazelcast.nio.serialization.DataSerializableFactory createFactory()
createFactory in interface com.hazelcast.internal.serialization.DataSerializerHookpublic int getFactoryId()
getFactoryId in interface com.hazelcast.internal.serialization.DataSerializerHookCopyright © 2020. All Rights Reserved.