public class QpidQueueOptions extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
QPID_LAST_VALUE_QUEUE |
static String |
QPID_LAST_VALUE_QUEUE_NO_BROWSE |
static String |
QPID_LVQ_KEY |
static String |
QPID_MAX_COUNT |
static String |
QPID_MAX_SIZE |
static String |
QPID_POLICY_TYPE |
Constructor and Description |
---|
QpidQueueOptions() |
Modifier and Type | Method and Description |
---|---|
void |
setLvqKey(String key) |
void |
setMaxCount(Integer i) |
void |
setMaxSize(Integer i) |
void |
setOrderingPolicy(String s) |
void |
setPolicyType(String s) |
void |
validatePolicyType(String type) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final String QPID_MAX_COUNT
public static final String QPID_MAX_SIZE
public static final String QPID_POLICY_TYPE
public static final String QPID_LVQ_KEY
public static final String QPID_LAST_VALUE_QUEUE
public static final String QPID_LAST_VALUE_QUEUE_NO_BROWSE
public void validatePolicyType(String type)
public void setPolicyType(String s)
public void setMaxCount(Integer i)
public void setMaxSize(Integer i)
public void setOrderingPolicy(String s)
public void setLvqKey(String key)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.