Uses of Class
org.apache.activemq.artemis.api.core.SimpleString
-
-
Uses of SimpleString in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return SimpleString Modifier and Type Method Description SimpleStringSimpleString. concat(char c)Concatenates a SimpleString and a charSimpleStringSimpleString. concat(java.lang.String toAdd)Concatenates a SimpleString and a StringSimpleStringSimpleString. concat(SimpleString toAdd)Concatenates 2 SimpleString'sprotected SimpleStringSimpleString.ByteBufSimpleStringPool. create(io.netty.buffer.ByteBuf byteBuf, int length)protected SimpleStringSimpleString.StringSimpleStringPool. create(java.lang.String value)SimpleStringParameterisedAddress. getAddress()SimpleStringQueueConfiguration. getAddress()SimpleStringQueueAttributes. getFilterString()Deprecated.SimpleStringQueueConfiguration. getFilterString()SimpleStringQueueAttributes. getGroupFirstKey()Deprecated.SimpleStringQueueConfiguration. getGroupFirstKey()SimpleStringQueueAttributes. getLastValueKey()Deprecated.SimpleStringQueueConfiguration. getLastValueKey()SimpleStringQueueConfiguration. getName()SimpleStringQueueConfiguration. getUser()SimpleStringActiveMQBuffer. readNullableSimpleString()Gets a SimpleString (potentiallynull) at the currentreaderIndexstatic SimpleStringSimpleString. readNullableSimpleString(io.netty.buffer.ByteBuf buffer)static SimpleStringSimpleString. readNullableSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString.ByteBufSimpleStringPool pool)SimpleStringActiveMQBuffer. readSimpleString()Gets a non-null SimpleString at the currentreaderIndexstatic SimpleStringSimpleString. readSimpleString(io.netty.buffer.ByteBuf buffer)static SimpleStringSimpleString. readSimpleString(io.netty.buffer.ByteBuf buffer, int length)static SimpleStringSimpleString. readSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString.ByteBufSimpleStringPool pool)SimpleString[]SimpleString. split(char delim)Splits this SimpleString into an array of SimpleString using the char param as the delimiter.SimpleStringSimpleString. subSeq(int start, int end)static SimpleStringParameterisedAddress. toParameterisedAddress(SimpleString address, java.util.Map<java.lang.String,java.lang.String> parameters)static SimpleStringSimpleString. toSimpleString(java.lang.String string)Returns a SimpleString constructed from thestringparameter.static SimpleStringSimpleString. toSimpleString(java.lang.String string, SimpleString.StringSimpleStringPool pool)Methods in org.apache.activemq.artemis.api.core with parameters of type SimpleString Modifier and Type Method Description intSimpleString. compareTo(SimpleString o)SimpleStringSimpleString. concat(SimpleString toAdd)Concatenates 2 SimpleString'sprotected booleanSimpleString.ByteBufSimpleStringPool. isEqual(SimpleString entry, io.netty.buffer.ByteBuf byteBuf, int offset, int length)protected booleanSimpleString.StringSimpleStringPool. isEqual(SimpleString entry, java.lang.String value)static booleanParameterisedAddress. isParameterised(SimpleString address)QueueConfigurationQueueConfiguration. setAddress(SimpleString address)Set the name.QueueAttributesQueueAttributes. setFilterString(SimpleString filterString)Deprecated.QueueConfigurationQueueConfiguration. setFilterString(SimpleString filterString)QueueAttributesQueueAttributes. setGroupFirstKey(SimpleString groupFirstKey)Deprecated.QueueConfigurationQueueConfiguration. setGroupFirstKey(SimpleString groupFirstKey)QueueAttributesQueueAttributes. setLastValueKey(SimpleString lastValueKey)Deprecated.QueueConfigurationQueueConfiguration. setLastValueKey(SimpleString lastValueKey)QueueConfigurationQueueConfiguration. setName(SimpleString name)Set the name.QueueConfigurationQueueConfiguration. setUser(SimpleString user)static intSimpleString. sizeofNullableString(SimpleString str)returns the size of a SimpleString which could be nullstatic intSimpleString. sizeofString(SimpleString str)returns the size of a SimpleStringbooleanSimpleString. startsWith(SimpleString other)returns true if the SimpleString parameter starts with the same data as this one.static SimpleStringParameterisedAddress. toParameterisedAddress(SimpleString address, java.util.Map<java.lang.String,java.lang.String> parameters)voidActiveMQBuffer. writeNullableSimpleString(SimpleString val)Sets the specified SimpleString (potentiallynull) at the currentwriterIndexstatic voidSimpleString. writeNullableSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString val)voidActiveMQBuffer. writeSimpleString(SimpleString val)Sets the specified non-null SimpleString at the currentwriterIndexstatic voidSimpleString. writeSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString val)Constructors in org.apache.activemq.artemis.api.core with parameters of type SimpleString Constructor Description ParameterisedAddress(SimpleString address)ParameterisedAddress(SimpleString address, QueueAttributes queueAttributes)Deprecated.ParameterisedAddress(SimpleString address, QueueConfiguration queueConfiguration)QueueConfiguration(SimpleString name)Instantiate this object and invokeQueueConfiguration.setName(SimpleString) -
Uses of SimpleString in org.apache.activemq.artemis.core.buffers.impl
Methods in org.apache.activemq.artemis.core.buffers.impl that return SimpleString Modifier and Type Method Description SimpleStringChannelBufferWrapper. readNullableSimpleString()SimpleStringChannelBufferWrapper. readSimpleString()Methods in org.apache.activemq.artemis.core.buffers.impl with parameters of type SimpleString Modifier and Type Method Description voidChannelBufferWrapper. writeNullableSimpleString(SimpleString val)voidChannelBufferWrapper. writeSimpleString(SimpleString val) -
Uses of SimpleString in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return SimpleString Modifier and Type Method Description static SimpleStringCoreMessageObjectPools. cachedAddressSimpleString(java.lang.String address, CoreMessageObjectPools coreMessageObjectPools) -
Uses of SimpleString in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return SimpleString Modifier and Type Method Description static SimpleStringDestinationUtil. createQueueNameForSubscription(boolean isDurable, java.lang.String clientID, java.lang.String subscriptionName)static SimpleStringCompositeAddress. extractAddressName(SimpleString address)static SimpleStringCompositeAddress. extractQueueName(SimpleString name)SimpleStringUUIDGenerator. generateSimpleStringUUID()static SimpleStringRandomUtil. randomSimpleString()static SimpleStringCompositeAddress. toFullyQualified(SimpleString address, SimpleString qName)Methods in org.apache.activemq.artemis.utils with parameters of type SimpleString Modifier and Type Method Description static SimpleStringCompositeAddress. extractAddressName(SimpleString address)static SimpleStringCompositeAddress. extractQueueName(SimpleString name)static booleanCompositeAddress. isFullyQualified(SimpleString address)static SimpleStringCompositeAddress. toFullyQualified(SimpleString address, SimpleString qName) -
Uses of SimpleString in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections that return SimpleString Modifier and Type Method Description SimpleStringTypedProperties. getSimpleStringProperty(SimpleString key)Methods in org.apache.activemq.artemis.utils.collections that return types with arguments of type SimpleString Modifier and Type Method Description java.util.Set<SimpleString>TypedProperties. getPropertyNames()Methods in org.apache.activemq.artemis.utils.collections with parameters of type SimpleString Modifier and Type Method Description booleanTypedProperties. containsProperty(SimpleString key)java.lang.BooleanTypedProperties. getBooleanProperty(SimpleString key)java.lang.ByteTypedProperties. getByteProperty(SimpleString key)java.lang.ByteTypedProperties. getByteProperty(SimpleString key, java.util.function.Supplier<java.lang.Byte> defaultValue)byte[]TypedProperties. getBytesProperty(SimpleString key)java.lang.CharacterTypedProperties. getCharProperty(SimpleString key)java.lang.DoubleTypedProperties. getDoubleProperty(SimpleString key)java.lang.FloatTypedProperties. getFloatProperty(SimpleString key)java.lang.IntegerTypedProperties. getIntProperty(SimpleString key)java.lang.LongTypedProperties. getLongProperty(SimpleString key)java.lang.ObjectTypedProperties. getProperty(SimpleString key)java.lang.ShortTypedProperties. getShortProperty(SimpleString key)SimpleStringTypedProperties. getSimpleStringProperty(SimpleString key)voidTypedProperties. putBooleanProperty(SimpleString key, boolean value)voidTypedProperties. putByteProperty(SimpleString key, byte value)voidTypedProperties. putBytesProperty(SimpleString key, byte[] value)voidTypedProperties. putCharProperty(SimpleString key, char value)voidTypedProperties. putDoubleProperty(SimpleString key, double value)voidTypedProperties. putFloatProperty(SimpleString key, float value)voidTypedProperties. putIntProperty(SimpleString key, int value)voidTypedProperties. putLongProperty(SimpleString key, long value)voidTypedProperties. putNullValue(SimpleString key)TypedPropertiesTypedProperties. putProperty(SimpleString key, java.lang.Object value)voidTypedProperties. putShortProperty(SimpleString key, short value)voidTypedProperties. putSimpleStringProperty(SimpleString key, SimpleString value)java.lang.ObjectTypedProperties. removeProperty(SimpleString key)static booleanTypedProperties. searchProperty(SimpleString key, io.netty.buffer.ByteBuf buffer, int startIndex)Performs a search among the valid key properties contained inbuffer, starting fromfromassuming it to be a valid encodedTypedPropertiescontent.static voidTypedProperties. setObjectProperty(SimpleString key, java.lang.Object value, TypedProperties properties)Helper for MapMessage#setObjectProperty(String, Object)Method parameters in org.apache.activemq.artemis.utils.collections with type arguments of type SimpleString Modifier and Type Method Description voidTypedProperties. forEach(java.util.function.BiConsumer<SimpleString,java.lang.Object> action)voidTypedProperties. forEachKey(java.util.function.Consumer<SimpleString> action)Constructor parameters in org.apache.activemq.artemis.utils.collections with type arguments of type SimpleString Constructor Description TypedProperties(java.util.function.Predicate<SimpleString> internalPropertyPredicate) -
Uses of SimpleString in org.apache.activemq.artemis.utils.uri
Methods in org.apache.activemq.artemis.utils.uri with parameters of type SimpleString Modifier and Type Method Description static booleanURISupport. containsQuery(SimpleString uri)
-