com.hazelcast.concurrent.lock
Class LockDataSerializerHook
java.lang.Object
com.hazelcast.concurrent.lock.LockDataSerializerHook
- All Implemented Interfaces:
- DataSerializerHook
public final class LockDataSerializerHook
- 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_BACKUP
public static final int AWAIT_BACKUP
- See Also:
- Constant Field Values
AWAIT
public static final int AWAIT
- See Also:
- Constant Field Values
BEFORE_AWAIT_BACKUP
public static final int BEFORE_AWAIT_BACKUP
- See Also:
- Constant Field Values
BEFORE_AWAIT
public static final int BEFORE_AWAIT
- See Also:
- Constant Field Values
GET_LOCK_COUNT
public static final int GET_LOCK_COUNT
- See Also:
- Constant Field Values
GET_REMAINING_LEASETIME
public static final int GET_REMAINING_LEASETIME
- See Also:
- Constant Field Values
IS_LOCKED
public static final int IS_LOCKED
- See Also:
- Constant Field Values
LOCK_BACKUP
public static final int LOCK_BACKUP
- See Also:
- Constant Field Values
LOCK
public static final int LOCK
- See Also:
- Constant Field Values
LOCK_REPLICATION
public static final int LOCK_REPLICATION
- See Also:
- Constant Field Values
SIGNAL_BACKUP
public static final int SIGNAL_BACKUP
- See Also:
- Constant Field Values
SIGNAL
public static final int SIGNAL
- See Also:
- Constant Field Values
UNLOCK_BACKUP
public static final int UNLOCK_BACKUP
- See Also:
- Constant Field Values
UNLOCK
public static final int UNLOCK
- See Also:
- Constant Field Values
LockDataSerializerHook
public LockDataSerializerHook()
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.