com.hazelcast.concurrent.atomiclong
Class AtomicLongDataSerializerHook
java.lang.Object
com.hazelcast.concurrent.atomiclong.AtomicLongDataSerializerHook
- All Implemented Interfaces:
- DataSerializerHook
public final class AtomicLongDataSerializerHook
- 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
ADD_BACKUP
public static final int ADD_BACKUP
- See Also:
- Constant Field Values
ADD_AND_GET
public static final int ADD_AND_GET
- See Also:
- Constant Field Values
ALTER
public static final int ALTER
- See Also:
- Constant Field Values
ALTER_AND_GET
public static final int ALTER_AND_GET
- 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
GET
public static final int GET
- See Also:
- Constant Field Values
GET_AND_SET
public static final int GET_AND_SET
- See Also:
- Constant Field Values
GET_AND_ALTER
public static final int GET_AND_ALTER
- See Also:
- Constant Field Values
GET_AND_ADD
public static final int GET_AND_ADD
- See Also:
- Constant Field Values
SET_OPERATION
public static final int SET_OPERATION
- See Also:
- Constant Field Values
SET_BACKUP
public static final int SET_BACKUP
- See Also:
- Constant Field Values
REPLICATION
public static final int REPLICATION
- See Also:
- Constant Field Values
AtomicLongDataSerializerHook
public AtomicLongDataSerializerHook()
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.