com.hazelcast.queue.impl
Class QueuePortableHook

java.lang.Object
  extended by com.hazelcast.queue.impl.QueuePortableHook
All Implemented Interfaces:
PortableHook

public class QueuePortableHook
extends Object
implements PortableHook

Provides a Portable hook for the queue operations.


Field Summary
static int ADD_ALL
           
static int ADD_LISTENER
           
static int CLEAR
           
static int COMPARE_AND_REMOVE
           
static int CONTAINS
           
static int DRAIN
           
static int F_ID
           
static int IS_EMPTY
           
static int ITERATOR
           
static int OFFER
           
static int PEEK
           
static int POLL
           
static int REMAINING_CAPACITY
           
static int REMOVE
           
static int REMOVE_LISTENER
           
static int SIZE
           
static int TXN_OFFER
           
static int TXN_PEEK
           
static int TXN_POLL
           
static int TXN_SIZE
           
 
Constructor Summary
QueuePortableHook()
           
 
Method Summary
 PortableFactory createFactory()
           
 Collection<ClassDefinition> getBuiltinDefinitions()
           
 int getFactoryId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

QueuePortableHook

public QueuePortableHook()
Method Detail

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.