public class ResourceLimitSettings extends Object implements Serializable, org.apache.activemq.artemis.core.journal.EncodingSupport
| Modifier and Type | Field and Description |
|---|---|
static org.apache.activemq.artemis.api.core.SimpleString |
DEFAULT_MATCH |
static Integer |
DEFAULT_MAX_CONNECTIONS |
static Integer |
DEFAULT_MAX_QUEUES |
| Constructor and Description |
|---|
ResourceLimitSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer) |
void |
encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer) |
int |
getEncodeSize() |
org.apache.activemq.artemis.api.core.SimpleString |
getMatch() |
int |
getMaxConnections() |
int |
getMaxQueues() |
int |
hashCode() |
void |
setMatch(org.apache.activemq.artemis.api.core.SimpleString match) |
void |
setMaxConnections(int maxConnections) |
void |
setMaxQueues(int maxQueues) |
String |
toString() |
public static final org.apache.activemq.artemis.api.core.SimpleString DEFAULT_MATCH
public static final Integer DEFAULT_MAX_CONNECTIONS
public static final Integer DEFAULT_MAX_QUEUES
public org.apache.activemq.artemis.api.core.SimpleString getMatch()
public int getMaxConnections()
public int getMaxQueues()
public void setMatch(org.apache.activemq.artemis.api.core.SimpleString match)
public void setMaxConnections(int maxConnections)
public void setMaxQueues(int maxQueues)
public int getEncodeSize()
getEncodeSize in interface org.apache.activemq.artemis.core.journal.EncodingSupportpublic void encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
encode in interface org.apache.activemq.artemis.core.journal.EncodingSupportpublic void decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
decode in interface org.apache.activemq.artemis.core.journal.EncodingSupportCopyright © 2023 The Apache Software Foundation. All rights reserved.