org.mule.util.queue.objectstore
Class QueueConfiguration
java.lang.Object
org.mule.util.queue.objectstore.QueueConfiguration
- All Implemented Interfaces:
- QueueConfiguration
Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation
@Deprecated
public class QueueConfiguration
- extends Object
- implements QueueConfiguration
INFINITY_CAPACTY
public static final int INFINITY_CAPACTY
- Deprecated.
- See Also:
- Constant Field Values
capacity
protected final int capacity
- Deprecated.
objectStore
protected final QueueStore<Serializable> objectStore
- Deprecated.
QueueConfiguration
public QueueConfiguration(MuleContext context,
int capacity,
QueueStore<Serializable> objectStore)
- Deprecated.
QueueConfiguration
public QueueConfiguration(int capacity,
QueueStore<Serializable> objectStore)
- Deprecated.
hashCode
public int hashCode()
- Deprecated.
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Deprecated.
- Overrides:
equals in class Object
isPersistent
public boolean isPersistent()
- Deprecated.
- Specified by:
isPersistent in interface QueueConfiguration
getCapacity
public int getCapacity()
- Deprecated.
- Specified by:
getCapacity in interface QueueConfiguration
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.