com.hazelcast.queue.impl
Class QueuePortableHook
java.lang.Object
  
com.hazelcast.queue.impl.QueuePortableHook
- All Implemented Interfaces: 
 - PortableHook
 
public class QueuePortableHook
- extends Object
- implements PortableHook
  
Provides a Portable hook for the queue operations.
 
 
 
| 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
OFFER
public static final int OFFER
- See Also:
 - Constant Field Values
 
SIZE
public static final int SIZE
- See Also:
 - Constant Field Values
 
REMOVE
public static final int REMOVE
- See Also:
 - Constant Field Values
 
POLL
public static final int POLL
- See Also:
 - Constant Field Values
 
PEEK
public static final int PEEK
- See Also:
 - Constant Field Values
 
ITERATOR
public static final int ITERATOR
- See Also:
 - Constant Field Values
 
DRAIN
public static final int DRAIN
- See Also:
 - Constant Field Values
 
CONTAINS
public static final int CONTAINS
- See Also:
 - Constant Field Values
 
COMPARE_AND_REMOVE
public static final int COMPARE_AND_REMOVE
- See Also:
 - Constant Field Values
 
CLEAR
public static final int CLEAR
- See Also:
 - Constant Field Values
 
ADD_ALL
public static final int ADD_ALL
- See Also:
 - Constant Field Values
 
ADD_LISTENER
public static final int ADD_LISTENER
- See Also:
 - Constant Field Values
 
REMAINING_CAPACITY
public static final int REMAINING_CAPACITY
- See Also:
 - Constant Field Values
 
TXN_OFFER
public static final int TXN_OFFER
- See Also:
 - Constant Field Values
 
TXN_POLL
public static final int TXN_POLL
- See Also:
 - Constant Field Values
 
TXN_SIZE
public static final int TXN_SIZE
- See Also:
 - Constant Field Values
 
TXN_PEEK
public static final int TXN_PEEK
- See Also:
 - Constant Field Values
 
REMOVE_LISTENER
public static final int REMOVE_LISTENER
- See Also:
 - Constant Field Values
 
IS_EMPTY
public static final int IS_EMPTY
- See Also:
 - Constant Field Values
 
QueuePortableHook
public QueuePortableHook()
getFactoryId
public int getFactoryId()
- Specified by:
 getFactoryId in interface PortableHook
 
 
createFactory
public PortableFactory createFactory()
- Specified by:
 createFactory in interface PortableHook
 
 
getBuiltinDefinitions
public Collection<ClassDefinition> getBuiltinDefinitions()
- Specified by:
 getBuiltinDefinitions in interface PortableHook
 
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.