Package | Description |
---|---|
org.apache.activemq.artemis.api.core | |
org.apache.activemq.artemis.core.buffers.impl | |
org.apache.activemq.artemis.utils |
Modifier and Type | Method and Description |
---|---|
SimpleString |
SimpleString.concat(char c)
Concatenates a SimpleString and a char
|
SimpleString |
SimpleString.concat(SimpleString toAdd)
Concatenates 2 SimpleString's
|
SimpleString |
SimpleString.concat(String toAdd)
Concatenates a SimpleString and a String
|
SimpleString |
ActiveMQBuffer.readNullableSimpleString()
Gets a SimpleString (potentially
null ) at the current readerIndex |
SimpleString |
ActiveMQBuffer.readSimpleString()
Gets a non-null SimpleString at the current
readerIndex |
SimpleString[] |
SimpleString.split(char delim)
Splits this SimpleString into an array of SimpleString using the char param as the delimiter.
|
static SimpleString |
SimpleString.toSimpleString(String string)
Returns a SimpleString constructed from the
string parameter. |
Modifier and Type | Method and Description |
---|---|
int |
SimpleString.compareTo(SimpleString o) |
SimpleString |
SimpleString.concat(SimpleString toAdd)
Concatenates 2 SimpleString's
|
static int |
SimpleString.sizeofNullableString(SimpleString str)
returns the size of a SimpleString which could be null
|
static int |
SimpleString.sizeofString(SimpleString str)
returns the size of a SimpleString
|
boolean |
SimpleString.startsWith(SimpleString other)
returns true if the SimpleString parameter starts with the same data as this one.
|
void |
ActiveMQBuffer.writeNullableSimpleString(SimpleString val)
Sets the specified SimpleString (potentially
null ) at the current writerIndex |
void |
ActiveMQBuffer.writeSimpleString(SimpleString val)
Sets the specified non-null SimpleString at the current
writerIndex |
Modifier and Type | Method and Description |
---|---|
SimpleString |
ChannelBufferWrapper.readNullableSimpleString() |
SimpleString |
ChannelBufferWrapper.readSimpleString() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelBufferWrapper.writeNullableSimpleString(SimpleString val) |
void |
ChannelBufferWrapper.writeSimpleString(SimpleString val) |
Modifier and Type | Method and Description |
---|---|
SimpleString |
UUIDGenerator.generateSimpleStringUUID() |
SimpleString |
TypedProperties.getSimpleStringProperty(SimpleString key) |
static SimpleString |
RandomUtil.randomSimpleString() |
Modifier and Type | Method and Description |
---|---|
Set<SimpleString> |
TypedProperties.getPropertyNames() |
Modifier and Type | Method and Description |
---|---|
boolean |
TypedProperties.containsProperty(SimpleString key) |
Boolean |
TypedProperties.getBooleanProperty(SimpleString key) |
Byte |
TypedProperties.getByteProperty(SimpleString key) |
byte[] |
TypedProperties.getBytesProperty(SimpleString key) |
Character |
TypedProperties.getCharProperty(SimpleString key) |
Double |
TypedProperties.getDoubleProperty(SimpleString key) |
Float |
TypedProperties.getFloatProperty(SimpleString key) |
Integer |
TypedProperties.getIntProperty(SimpleString key) |
Long |
TypedProperties.getLongProperty(SimpleString key) |
Object |
TypedProperties.getProperty(SimpleString key) |
Short |
TypedProperties.getShortProperty(SimpleString key) |
SimpleString |
TypedProperties.getSimpleStringProperty(SimpleString key) |
void |
TypedProperties.putBooleanProperty(SimpleString key,
boolean value) |
void |
TypedProperties.putByteProperty(SimpleString key,
byte value) |
void |
TypedProperties.putBytesProperty(SimpleString key,
byte[] value) |
void |
TypedProperties.putCharProperty(SimpleString key,
char value) |
void |
TypedProperties.putDoubleProperty(SimpleString key,
double value) |
void |
TypedProperties.putFloatProperty(SimpleString key,
float value) |
void |
TypedProperties.putIntProperty(SimpleString key,
int value) |
void |
TypedProperties.putLongProperty(SimpleString key,
long value) |
void |
TypedProperties.putNullValue(SimpleString key) |
void |
TypedProperties.putShortProperty(SimpleString key,
short value) |
void |
TypedProperties.putSimpleStringProperty(SimpleString key,
SimpleString value) |
Object |
TypedProperties.removeProperty(SimpleString key) |
static void |
TypedProperties.setObjectProperty(SimpleString key,
Object value,
TypedProperties properties)
Helper for MapMessage#setObjectProperty(String, Object)
|
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.