com.hazelcast.concurrent.countdownlatch
Class CountDownLatchDataSerializerHook
java.lang.Object
com.hazelcast.concurrent.countdownlatch.CountDownLatchDataSerializerHook
- All Implemented Interfaces:
- DataSerializerHook
public final class CountDownLatchDataSerializerHook
- 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
AWAIT_OPERATION
public static final int AWAIT_OPERATION
- See Also:
- Constant Field Values
COUNT_DOWN_LATCH_BACKUP_OPERATION
public static final int COUNT_DOWN_LATCH_BACKUP_OPERATION
- See Also:
- Constant Field Values
COUNT_DOWN_LATCH_REPLICATION_OPERATION
public static final int COUNT_DOWN_LATCH_REPLICATION_OPERATION
- See Also:
- Constant Field Values
COUNT_DOWN_OPERATION
public static final int COUNT_DOWN_OPERATION
- See Also:
- Constant Field Values
GET_COUNT_OPERATION
public static final int GET_COUNT_OPERATION
- See Also:
- Constant Field Values
SET_COUNT_OPERATION
public static final int SET_COUNT_OPERATION
- See Also:
- Constant Field Values
CountDownLatchDataSerializerHook
public CountDownLatchDataSerializerHook()
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.