com.hazelcast.concurrent.atomicreference
Class AtomicReferenceDataSerializerHook
java.lang.Object
com.hazelcast.concurrent.atomicreference.AtomicReferenceDataSerializerHook
- All Implemented Interfaces:
- DataSerializerHook
public final class AtomicReferenceDataSerializerHook
- extends Object
- implements DataSerializerHook
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
F_ID
public static final int F_ID
ALTER_AND_GET
public static final int ALTER_AND_GET
- See Also:
- Constant Field Values
ALTER
public static final int ALTER
- See Also:
- Constant Field Values
APPLY
public static final int APPLY
- See Also:
- Constant Field Values
COMPARE_AND_SET
public static final int COMPARE_AND_SET
- See Also:
- Constant Field Values
CONTAINS
public static final int CONTAINS
- See Also:
- Constant Field Values
GET_AND_ALTER
public static final int GET_AND_ALTER
- See Also:
- Constant Field Values
GET_AND_SET
public static final int GET_AND_SET
- See Also:
- Constant Field Values
GET
public static final int GET
- See Also:
- Constant Field Values
IS_NULL
public static final int IS_NULL
- See Also:
- Constant Field Values
SET_AND_GET
public static final int SET_AND_GET
- See Also:
- Constant Field Values
SET_BACKUP
public static final int SET_BACKUP
- See Also:
- Constant Field Values
SET
public static final int SET
- See Also:
- Constant Field Values
REPLICATION
public static final int REPLICATION
- See Also:
- Constant Field Values
AtomicReferenceDataSerializerHook
public AtomicReferenceDataSerializerHook()
getFactoryId
public int getFactoryId()
- Specified by:
getFactoryId
in interface DataSerializerHook
createFactory
public DataSerializableFactory createFactory()
- Specified by:
createFactory
in interface DataSerializerHook
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.