- DataConstants - Class in org.hornetq.utils
-
A DataConstants
- DataConstants() - Constructor for class org.hornetq.utils.DataConstants
-
- DECODE - Static variable in class org.hornetq.utils.Base64
-
Specify decoding.
- decode(byte[], int, int, int) - Static method in class org.hornetq.utils.Base64
-
Very low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class org.hornetq.utils.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.hornetq.utils.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(Object) - Method in class org.hornetq.utils.DefaultSensitiveStringCodec
-
- decode(Object) - Method in interface org.hornetq.utils.SensitiveDataCodec
-
- decode(HornetQBuffer) - Method in class org.hornetq.utils.TypedProperties
-
- decodeFileToFile(String, String) - Static method in class org.hornetq.utils.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.hornetq.utils.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeToFile(String, String) - Static method in class org.hornetq.utils.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.hornetq.utils.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- DefaultSensitiveStringCodec - Class in org.hornetq.utils
-
A DefaultSensitiveDataCodec
The default implementation of SensitiveDataCodec.
- DefaultSensitiveStringCodec() - Constructor for class org.hornetq.utils.DefaultSensitiveStringCodec
-
- discardReadBytes() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Discards the bytes between the 0th index and readerIndex
.
- discardReadBytes() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- DONT_BREAK_LINES - Static variable in class org.hornetq.utils.Base64
-
Don't break lines when encoding (violates strict Base64 specification)
- DOUBLE - Static variable in class org.hornetq.utils.DataConstants
-
- duplicate() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns a buffer which shares the whole region of this buffer.
- duplicate() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- dynamicBuffer(int) - Static method in class org.hornetq.api.core.HornetQBuffers
-
Creates a self-expanding HornetQBuffer with the given initial size
- dynamicBuffer(byte[]) - Static method in class org.hornetq.api.core.HornetQBuffers
-
Creates a self-expanding HornetQBuffer filled with the given byte array
- generateDummyAddress() - Method in class org.hornetq.utils.UUIDGenerator
-
- generateSimpleStringUUID() - Method in class org.hornetq.utils.UUIDGenerator
-
- generateStringUUID() - Method in class org.hornetq.utils.UUIDGenerator
-
- generateTimeBasedUUID(byte[]) - Method in class org.hornetq.utils.UUIDGenerator
-
- generateUUID() - Method in class org.hornetq.utils.UUIDGenerator
-
- getA() - Method in class org.hornetq.api.core.Pair
-
- getB() - Method in class org.hornetq.api.core.Pair
-
- getBooleanProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getByte(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a byte at the specified absolute index
in this buffer.
- getByte(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getByteProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getBytes(int, HornetQBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
until the destination becomes
non-writable.
- getBytes(int, HornetQBuffer, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, HornetQBuffer, int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, byte[]) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, byte[], int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, ByteBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
until the destination's position
reaches its limit.
- getBytes(int, byte[], int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getBytes(int, byte[]) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getBytes(int, ByteBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getBytes(int, HornetQBuffer, int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getBytes(int, HornetQBuffer, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getBytes(int, HornetQBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getBytesProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getChar(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a char at the specified absolute index
in
this buffer.
- getChar(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getCharProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getChars(int, int, char[], int) - Method in class org.hornetq.api.core.SimpleString
-
- getCode() - Method in enum org.hornetq.api.core.HornetQExceptionType
-
- getCodec(String) - Static method in class org.hornetq.utils.PasswordMaskingUtil
-
- getCount() - Method in class org.hornetq.utils.ReusableLatch
-
- getData() - Method in class org.hornetq.api.core.SimpleString
-
returns the underlying byte array of this SimpleString
- getDefaultCodec() - Static method in class org.hornetq.utils.PasswordMaskingUtil
-
- getDouble(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a double at the specified absolute index
in
this buffer.
- getDouble(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getDoubleProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getEncodeSize() - Method in class org.hornetq.utils.TypedProperties
-
- getFloat(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a float at the specified absolute index
in
this buffer.
- getFloat(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getFloatProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getHardwareAddress() - Static method in class org.hornetq.utils.UUIDGenerator
-
- getInstance() - Static method in class org.hornetq.utils.UUIDGenerator
-
Method used for accessing the singleton generator instance.
- getInt(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a 32-bit integer at the specified absolute index
in
this buffer.
- getInt(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getIntProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getLong(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a 64-bit long integer at the specified absolute index
in
this buffer.
- getLong(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getLongProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getMap() - Method in class org.hornetq.utils.TypedProperties
-
- getMemoryOffset() - Method in class org.hornetq.utils.TypedProperties
-
- getProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getPropertyNames() - Method in class org.hornetq.utils.TypedProperties
-
- getRandomNumberGenerator() - Method in class org.hornetq.utils.UUIDGenerator
-
Method for getting the shared random number generator used for generating
the UUIDs.
- getShort(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a 16-bit short integer at the specified absolute index
in
this buffer.
- getShort(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getShortProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getSimpleStringProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- getTimestamp(byte[]) - Method in class org.hornetq.utils.UUIDTimer
-
- getType() - Method in exception org.hornetq.api.core.HornetQException
-
- getType(int) - Static method in enum org.hornetq.api.core.HornetQExceptionType
-
- getUnsignedByte(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets an unsigned byte at the specified absolute index
in this
buffer.
- getUnsignedByte(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getUnsignedInt(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets an unsigned 32-bit integer at the specified absolute index
in this buffer.
- getUnsignedInt(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getUnsignedShort(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets an unsigned 16-bit short integer at the specified absolute
index
in this buffer.
- getUnsignedShort(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- getZeroPaddedSixBytes(byte[]) - Static method in class org.hornetq.utils.UUIDGenerator
-
- GZIP - Static variable in class org.hornetq.utils.Base64
-
Specify that data should be gzip-compressed.
- hashCode() - Method in class org.hornetq.api.core.Pair
-
- hashCode() - Method in class org.hornetq.api.core.SimpleString
-
- hashCode() - Method in class org.hornetq.utils.UUID
-
- hasInternalProperties() - Method in class org.hornetq.utils.TypedProperties
-
- hexArray - Static variable in class org.hornetq.utils.ByteUtil
-
- HornetQAddressExistsException - Exception in org.hornetq.api.core
-
An operation failed because an address exists on the server.
- HornetQAddressExistsException() - Constructor for exception org.hornetq.api.core.HornetQAddressExistsException
-
- HornetQAddressExistsException(String) - Constructor for exception org.hornetq.api.core.HornetQAddressExistsException
-
- HornetQAddressFullException - Exception in org.hornetq.api.core
-
An address is full.
- HornetQAddressFullException(String) - Constructor for exception org.hornetq.api.core.HornetQAddressFullException
-
- HornetQAddressFullException() - Constructor for exception org.hornetq.api.core.HornetQAddressFullException
-
- HornetQAlreadyReplicatingException - Exception in org.hornetq.api.core
-
The server is already paired with a replicating backup.
- HornetQAlreadyReplicatingException() - Constructor for exception org.hornetq.api.core.HornetQAlreadyReplicatingException
-
- HornetQAlreadyReplicatingException(String) - Constructor for exception org.hornetq.api.core.HornetQAlreadyReplicatingException
-
- HornetQBuffer - Interface in org.hornetq.api.core
-
A HornetQBuffer wraps a Netty's ChannelBuffer and is used throughout HornetQ code base.
- HornetQBuffers - Class in org.hornetq.api.core
-
- HornetQClusterSecurityException - Exception in org.hornetq.api.core
-
Security exception thrown when the cluster user fails authentication.
- HornetQClusterSecurityException() - Constructor for exception org.hornetq.api.core.HornetQClusterSecurityException
-
- HornetQClusterSecurityException(String) - Constructor for exception org.hornetq.api.core.HornetQClusterSecurityException
-
- HornetQComponent - Interface in org.hornetq.core.server
-
A HornetQComponent
- HornetQConnectionTimedOutException - Exception in org.hornetq.api.core
-
A client timed out will connecting to HornetQ server.
- HornetQConnectionTimedOutException() - Constructor for exception org.hornetq.api.core.HornetQConnectionTimedOutException
-
- HornetQConnectionTimedOutException(String) - Constructor for exception org.hornetq.api.core.HornetQConnectionTimedOutException
-
- HornetQDisconnectedException - Exception in org.hornetq.api.core
-
A client was disconnected from HornetQ server when the server has shut down.
- HornetQDisconnectedException() - Constructor for exception org.hornetq.api.core.HornetQDisconnectedException
-
- HornetQDisconnectedException(String) - Constructor for exception org.hornetq.api.core.HornetQDisconnectedException
-
- HornetQDuplicateIdException - Exception in org.hornetq.api.core
-
A DuplicateID was rejected.
- HornetQDuplicateIdException() - Constructor for exception org.hornetq.api.core.HornetQDuplicateIdException
-
- HornetQDuplicateIdException(String) - Constructor for exception org.hornetq.api.core.HornetQDuplicateIdException
-
- HornetQDuplicateMetaDataException - Exception in org.hornetq.api.core
-
A Session Metadata was set in duplication
- HornetQDuplicateMetaDataException() - Constructor for exception org.hornetq.api.core.HornetQDuplicateMetaDataException
-
- HornetQDuplicateMetaDataException(String) - Constructor for exception org.hornetq.api.core.HornetQDuplicateMetaDataException
-
- HornetQException - Exception in org.hornetq.api.core
-
HornetQException is the root exception for the HornetQ API.
- HornetQException() - Constructor for exception org.hornetq.api.core.HornetQException
-
- HornetQException(String) - Constructor for exception org.hornetq.api.core.HornetQException
-
- HornetQException(int, String) - Constructor for exception org.hornetq.api.core.HornetQException
-
- HornetQException(HornetQExceptionType, String) - Constructor for exception org.hornetq.api.core.HornetQException
-
- HornetQException(HornetQExceptionType) - Constructor for exception org.hornetq.api.core.HornetQException
-
- HornetQException(HornetQExceptionType, String, Throwable) - Constructor for exception org.hornetq.api.core.HornetQException
-
- HornetQExceptionType - Enum in org.hornetq.api.core
-
- HornetQIllegalStateException - Exception in org.hornetq.api.core
-
A HornetQ resource is not in a legal state (e.g.
- HornetQIllegalStateException() - Constructor for exception org.hornetq.api.core.HornetQIllegalStateException
-
- HornetQIllegalStateException(String) - Constructor for exception org.hornetq.api.core.HornetQIllegalStateException
-
- HornetQIncompatibleClientServerException - Exception in org.hornetq.api.core
-
The server version and the client version are incompatible.
- HornetQIncompatibleClientServerException() - Constructor for exception org.hornetq.api.core.HornetQIncompatibleClientServerException
-
- HornetQIncompatibleClientServerException(String) - Constructor for exception org.hornetq.api.core.HornetQIncompatibleClientServerException
-
- HornetQInterceptorRejectedPacketException - Exception in org.hornetq.api.core
-
An outgoing interceptor returned false.
- HornetQInterceptorRejectedPacketException() - Constructor for exception org.hornetq.api.core.HornetQInterceptorRejectedPacketException
-
- HornetQInterceptorRejectedPacketException(String) - Constructor for exception org.hornetq.api.core.HornetQInterceptorRejectedPacketException
-
- HornetQInternalErrorException - Exception in org.hornetq.api.core
-
Internal error which prevented HornetQ from performing an important operation.
- HornetQInternalErrorException() - Constructor for exception org.hornetq.api.core.HornetQInternalErrorException
-
- HornetQInternalErrorException(String) - Constructor for exception org.hornetq.api.core.HornetQInternalErrorException
-
- HornetQInternalErrorException(String, Exception) - Constructor for exception org.hornetq.api.core.HornetQInternalErrorException
-
- HornetQInternalErrorException(String, Throwable) - Constructor for exception org.hornetq.api.core.HornetQInternalErrorException
-
- HornetQInterruptedException - Exception in org.hornetq.api.core
-
When an interruption happens, we will just throw a non-checked exception.
- HornetQInterruptedException(Throwable) - Constructor for exception org.hornetq.api.core.HornetQInterruptedException
-
- HornetQInvalidFilterExpressionException - Exception in org.hornetq.api.core
-
A filter expression was found to be invalid.
- HornetQInvalidFilterExpressionException() - Constructor for exception org.hornetq.api.core.HornetQInvalidFilterExpressionException
-
- HornetQInvalidFilterExpressionException(String) - Constructor for exception org.hornetq.api.core.HornetQInvalidFilterExpressionException
-
- HornetQIOErrorException - Exception in org.hornetq.api.core
-
Unexpected I/O error occurred on the server.
- HornetQIOErrorException() - Constructor for exception org.hornetq.api.core.HornetQIOErrorException
-
- HornetQIOErrorException(String) - Constructor for exception org.hornetq.api.core.HornetQIOErrorException
-
- HornetQIOErrorException(String, Throwable) - Constructor for exception org.hornetq.api.core.HornetQIOErrorException
-
- HornetQLargeMessageException - Exception in org.hornetq.api.core
-
A problem occurred while manipulating the body of a large message.
- HornetQLargeMessageException() - Constructor for exception org.hornetq.api.core.HornetQLargeMessageException
-
- HornetQLargeMessageException(String) - Constructor for exception org.hornetq.api.core.HornetQLargeMessageException
-
- HornetQLargeMessageInterruptedException - Exception in org.hornetq.api.core
-
- HornetQLargeMessageInterruptedException(String) - Constructor for exception org.hornetq.api.core.HornetQLargeMessageInterruptedException
-
- HornetQLargeMessageInterruptedException() - Constructor for exception org.hornetq.api.core.HornetQLargeMessageInterruptedException
-
- HornetQNativeIOError - Exception in org.hornetq.api.core
-
An error has happened at HornetQ's native (non-Java) code used in reading and writing data.
- HornetQNativeIOError() - Constructor for exception org.hornetq.api.core.HornetQNativeIOError
-
- HornetQNativeIOError(String) - Constructor for exception org.hornetq.api.core.HornetQNativeIOError
-
- HornetQNonExistentQueueException - Exception in org.hornetq.api.core
-
An operation failed because a queue does not exist on the server.
- HornetQNonExistentQueueException() - Constructor for exception org.hornetq.api.core.HornetQNonExistentQueueException
-
- HornetQNonExistentQueueException(String) - Constructor for exception org.hornetq.api.core.HornetQNonExistentQueueException
-
- HornetQNotConnectedException - Exception in org.hornetq.api.core
-
A client is not able to connect to HornetQ server.
- HornetQNotConnectedException(String) - Constructor for exception org.hornetq.api.core.HornetQNotConnectedException
-
- HornetQNotConnectedException() - Constructor for exception org.hornetq.api.core.HornetQNotConnectedException
-
- HornetQObjectClosedException - Exception in org.hornetq.api.core
-
A client operation failed because the calling resource (ClientSession, ClientProducer, etc.) is
closed.
- HornetQObjectClosedException() - Constructor for exception org.hornetq.api.core.HornetQObjectClosedException
-
- HornetQObjectClosedException(String) - Constructor for exception org.hornetq.api.core.HornetQObjectClosedException
-
- HornetQPropertyConversionException - Exception in org.hornetq.api.core
-
A PropertyConversionException is thrown by org.hornetq.api.core.Message
methods when a
property can not be converted to the expected type.
- HornetQPropertyConversionException(String) - Constructor for exception org.hornetq.api.core.HornetQPropertyConversionException
-
- HornetQQueueExistsException - Exception in org.hornetq.api.core
-
An operation failed because a queue exists on the server.
- HornetQQueueExistsException() - Constructor for exception org.hornetq.api.core.HornetQQueueExistsException
-
- HornetQQueueExistsException(String) - Constructor for exception org.hornetq.api.core.HornetQQueueExistsException
-
- HornetQSecurityException - Exception in org.hornetq.api.core
-
A security problem occurred (authentication issues, permission issues,...)
- HornetQSecurityException() - Constructor for exception org.hornetq.api.core.HornetQSecurityException
-
- HornetQSecurityException(String) - Constructor for exception org.hornetq.api.core.HornetQSecurityException
-
- HornetQSessionCreationException - Exception in org.hornetq.api.core
-
The creation of a session was rejected by the server (e.g.
- HornetQSessionCreationException() - Constructor for exception org.hornetq.api.core.HornetQSessionCreationException
-
- HornetQSessionCreationException(String) - Constructor for exception org.hornetq.api.core.HornetQSessionCreationException
-
- HornetQThreadFactory - Class in org.hornetq.utils
-
A HornetQThreadFactory
- HornetQThreadFactory(String, boolean, ClassLoader) - Constructor for class org.hornetq.utils.HornetQThreadFactory
-
- HornetQTransactionOutcomeUnknownException - Exception in org.hornetq.api.core
-
The outcome of a transaction is unknown.
- HornetQTransactionOutcomeUnknownException() - Constructor for exception org.hornetq.api.core.HornetQTransactionOutcomeUnknownException
-
- HornetQTransactionOutcomeUnknownException(String) - Constructor for exception org.hornetq.api.core.HornetQTransactionOutcomeUnknownException
-
- HornetQTransactionRolledBackException - Exception in org.hornetq.api.core
-
A transaction was rolled back.
- HornetQTransactionRolledBackException() - Constructor for exception org.hornetq.api.core.HornetQTransactionRolledBackException
-
- HornetQTransactionRolledBackException(String) - Constructor for exception org.hornetq.api.core.HornetQTransactionRolledBackException
-
- HornetQUnBlockedException - Exception in org.hornetq.api.core
-
A blocking call from a client was unblocked during failover.
- HornetQUnBlockedException() - Constructor for exception org.hornetq.api.core.HornetQUnBlockedException
-
- HornetQUnBlockedException(String) - Constructor for exception org.hornetq.api.core.HornetQUnBlockedException
-
- HornetQUnsupportedPacketException - Exception in org.hornetq.api.core
-
A packet of unsupported type was received by HornetQ PacketHandler.
- HornetQUnsupportedPacketException() - Constructor for exception org.hornetq.api.core.HornetQUnsupportedPacketException
-
- HornetQUnsupportedPacketException(String) - Constructor for exception org.hornetq.api.core.HornetQUnsupportedPacketException
-
- HornetQUtilBundle - Interface in org.hornetq.utils
-
- HornetQUtilLogger - Interface in org.hornetq.utils
-
- read() - Method in class org.hornetq.utils.Base64.InputStream
-
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class org.hornetq.utils.Base64.InputStream
-
- readable() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns true
if and only if (this.writerIndex - this.readerIndex)
is greater
than 0
.
- readable() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readableBytes() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns the number of readable bytes which is equal to
(this.writerIndex - this.readerIndex)
.
- readableBytes() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readBoolean() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a boolean at the current readerIndex
and increases the readerIndex
by 1
in this buffer.
- readBoolean() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readByte() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a byte at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readByte() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readBytes(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to a newly created buffer starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(HornetQBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
until the destination becomes
non-writable, and increases the readerIndex
by the number of the
transferred bytes.
- readBytes(HornetQBuffer, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(HornetQBuffer, int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(byte[]) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= dst.length
).
- readBytes(byte[], int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
until the destination's position
reaches its limit, and increases the readerIndex
by the
number of the transferred bytes.
- readBytes(byte[], int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readBytes(byte[]) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readBytes(ByteBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readBytes(HornetQBuffer, int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readBytes(HornetQBuffer, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readBytes(HornetQBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readBytes(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readChar() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a char at the current readerIndex
and increases the readerIndex
by 2
in this buffer.
- readChar() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readDouble() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a double at the current readerIndex
and increases the readerIndex
by 8
in this buffer.
- readDouble() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readerIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns the readerIndex
of this buffer.
- readerIndex(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the readerIndex
of this buffer.
- readerIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readerIndex(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readFloat() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a float at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readFloat() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readInt() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a 32-bit integer at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readInt() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readLong() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a 64-bit integer at the current readerIndex
and increases the readerIndex
by 8
in this buffer.
- readLong() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readNullableSimpleString() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a SimpleString (potentially null
) at the current readerIndex
- readNullableSimpleString() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readNullableString() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a String (potentially null
) at the current readerIndex
- readNullableString() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readShort() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a 16-bit short integer at the current readerIndex
and increases the readerIndex
by 2
in this buffer.
- readShort() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readSimpleString() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a non-null SimpleString at the current readerIndex
- readSimpleString() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readSlice(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns a new slice of this buffer's sub-region starting at the current
readerIndex
and increases the readerIndex
by the size
of the new slice (= length
).
- readSlice(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readString() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a non-null String at the current readerIndex
- readString() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readUnsignedByte() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets an unsigned byte at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readUnsignedByte() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readUnsignedInt() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets an unsigned 32-bit integer at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readUnsignedInt() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readUnsignedShort() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets an unsigned 16-bit short integer at the current readerIndex
and increases the readerIndex
by 2
in this buffer.
- readUnsignedShort() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readUTF() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Gets a UTF-8 String at the current readerIndex
- readUTF() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- readUTF(HornetQBuffer) - Static method in class org.hornetq.utils.UTF8Util
-
- remove(Object) - Method in class org.hornetq.utils.ConcurrentHashSet
-
- removeProperty(SimpleString) - Method in class org.hornetq.utils.TypedProperties
-
- resetReaderIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Repositions the current readerIndex
to the marked
readerIndex
in this buffer.
- resetReaderIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- resetWriterIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Repositions the current writerIndex
to the marked
writerIndex
in this buffer.
- resetWriterIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- resumeEncoding() - Method in class org.hornetq.utils.Base64.OutputStream
-
Resumes encoding of the stream.
- ReusableLatch - Class in org.hornetq.utils
-
This class will use the framework provided to by AbstractQueuedSynchronizer.
- ReusableLatch() - Constructor for class org.hornetq.utils.ReusableLatch
-
- ReusableLatch(int) - Constructor for class org.hornetq.utils.ReusableLatch
-
- saveUTF(HornetQBuffer, String) - Static method in class org.hornetq.utils.UTF8Util
-
- SensitiveDataCodec<T> - Interface in org.hornetq.utils
-
A SensitiveDataCodec
This interface is used for implementing a value decoder.
- setA(A) - Method in class org.hornetq.api.core.Pair
-
- setB(B) - Method in class org.hornetq.api.core.Pair
-
- setByte(int, byte) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified byte at the specified absolute index
in this
buffer.
- setByte(int, byte) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setBytes(int, HornetQBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
until the destination becomes
unreadable.
- setBytes(int, HornetQBuffer, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
.
- setBytes(int, HornetQBuffer, int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
.
- setBytes(int, byte[]) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source array's data to this buffer starting at
the specified absolute index
.
- setBytes(int, byte[], int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source array's data to this buffer starting at
the specified absolute index
.
- setBytes(int, ByteBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
until the source buffer's position
reaches its limit.
- setBytes(int, byte[], int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setBytes(int, byte[]) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setBytes(int, ByteBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setBytes(int, HornetQBuffer, int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setBytes(int, HornetQBuffer, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setBytes(int, HornetQBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setChar(int, char) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified char at the specified absolute
index
in this buffer.
- setChar(int, char) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setCount(int) - Method in class org.hornetq.utils.ReusableLatch
-
- setDouble(int, double) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified double at the specified absolute
index
in this buffer.
- setDouble(int, double) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setFloat(int, float) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified float at the specified absolute
index
in this buffer.
- setFloat(int, float) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setIndex(int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the readerIndex
and writerIndex
of this buffer
in one shot.
- setIndex(int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setInt(int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified 32-bit integer at the specified absolute
index
in this buffer.
- setInt(int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setLong(int, long) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified 64-bit long integer at the specified absolute
index
in this buffer.
- setLong(int, long) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- setObjectProperty(SimpleString, Object, TypedProperties) - Static method in class org.hornetq.utils.TypedProperties
-
Helper for MapMessage#setObjectProperty(String, Object)
- setShort(int, short) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified 16-bit short integer at the specified absolute
index
in this buffer.
- setShort(int, short) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- SHORT - Static variable in class org.hornetq.utils.DataConstants
-
- SimpleString - Class in org.hornetq.api.core
-
A simple String class that can store all characters, and stores as simple byte[]
, this
minimises expensive copying between String objects.
- SimpleString(String) - Constructor for class org.hornetq.api.core.SimpleString
-
creates a SimpleString from a conventional String
- SimpleString(byte[]) - Constructor for class org.hornetq.api.core.SimpleString
-
creates a SimpleString from a byte array
- size() - Method in class org.hornetq.utils.ConcurrentHashSet
-
- SIZE_BOOLEAN - Static variable in class org.hornetq.utils.DataConstants
-
- SIZE_BYTE - Static variable in class org.hornetq.utils.DataConstants
-
- SIZE_DOUBLE - Static variable in class org.hornetq.utils.DataConstants
-
- SIZE_FLOAT - Static variable in class org.hornetq.utils.DataConstants
-
- SIZE_INT - Static variable in class org.hornetq.utils.DataConstants
-
- SIZE_LONG - Static variable in class org.hornetq.utils.DataConstants
-
- SIZE_SHORT - Static variable in class org.hornetq.utils.DataConstants
-
- sizeof() - Method in class org.hornetq.api.core.SimpleString
-
returns the size of this SimpleString
- sizeofNullableString(SimpleString) - Static method in class org.hornetq.api.core.SimpleString
-
returns the size of a SimpleString which could be null
- sizeofString(SimpleString) - Static method in class org.hornetq.api.core.SimpleString
-
returns the size of a SimpleString
- skipBytes(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Increases the current readerIndex
by the specified
length
in this buffer.
- skipBytes(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- slice() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns a slice of this buffer's readable bytes.
- slice(int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns a slice of this buffer's sub-region.
- slice() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- slice(int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- split(char) - Method in class org.hornetq.api.core.SimpleString
-
Splits this SimpleString into an array of SimpleString using the char param as the delimiter.
- start() - Method in interface org.hornetq.core.server.HornetQComponent
-
- startsWith(SimpleString) - Method in class org.hornetq.api.core.SimpleString
-
returns true if the SimpleString parameter starts with the same data as this one.
- stop() - Method in interface org.hornetq.core.server.HornetQComponent
-
- STRING - Static variable in class org.hornetq.utils.DataConstants
-
- stringToBytes(String) - Static method in class org.hornetq.utils.UUID
-
Creates a 128bit number from the String representation of
UUID
.
- stringTooLong(Integer) - Method in interface org.hornetq.utils.HornetQUtilBundle
-
- subSequence(int, int) - Method in class org.hornetq.api.core.SimpleString
-
- suspendEncoding() - Method in class org.hornetq.utils.Base64.OutputStream
-
Suspends encoding of the stream.
- wrappedBuffer(ByteBuffer) - Static method in class org.hornetq.api.core.HornetQBuffers
-
Creates a HornetQBuffer wrapping an underlying NIO ByteBuffer
The position on this buffer won't affect the position on the inner buffer
- wrappedBuffer(byte[]) - Static method in class org.hornetq.api.core.HornetQBuffers
-
Creates a HornetQBuffer wrapping an underlying byte array
- writable() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns true
if and only if (this.capacity - this.writerIndex)
is greater
than 0
.
- writable() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writableBytes() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns the number of writable bytes which is equal to
(this.capacity - this.writerIndex)
.
- writableBytes() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- write(int) - Method in class org.hornetq.utils.Base64.OutputStream
-
Writes the byte to the output stream after
converting to/from Base64 notation.
- write(byte[], int, int) - Method in class org.hornetq.utils.Base64.OutputStream
-
- writeBoolean(boolean) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified boolean at the current writerIndex
- writeBoolean(boolean) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeByte(byte) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified byte at the current writerIndex
and increases the writerIndex
by 1
in this buffer.
- writeByte(byte) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeBytes(HornetQBuffer, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- writeBytes(HornetQBuffer, int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- writeBytes(byte[]) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= src.length
).
- writeBytes(byte[], int, int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- writeBytes(ByteBuffer) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
until the source buffer's position
reaches its limit, and increases the writerIndex
by the
number of the transferred bytes.
- writeBytes(byte[], int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeBytes(byte[]) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeBytes(ByteBuffer) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeBytes(HornetQBuffer, int, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeBytes(HornetQBuffer, int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeChar(char) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified char at the current writerIndex
and increases the writerIndex
by 2
in this buffer.
- writeChar(char) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeDouble(double) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified double at the current writerIndex
and increases the writerIndex
by 8
in this buffer.
- writeDouble(double) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeFloat(float) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified float at the current writerIndex
and increases the writerIndex
by 4
in this buffer.
- writeFloat(float) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeInt(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified 32-bit integer at the current writerIndex
and increases the writerIndex
by 4
in this buffer.
- writeInt(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeLong(long) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified 64-bit long integer at the current
writerIndex
and increases the writerIndex
by 8
in this buffer.
- writeLong(long) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeNullableSimpleString(SimpleString) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified SimpleString (potentially null
) at the current writerIndex
- writeNullableSimpleString(SimpleString) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeNullableString(String) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified String (potentially null
) at the current writerIndex
- writeNullableString(String) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writerIndex() - Method in interface org.hornetq.api.core.HornetQBuffer
-
Returns the writerIndex
of this buffer.
- writerIndex(int) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the writerIndex
of this buffer.
- writerIndex() - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writerIndex(int) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeShort(short) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified 16-bit short integer at the current
writerIndex
and increases the writerIndex
by 2
in this buffer.
- writeShort(short) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeSimpleString(SimpleString) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified non-null SimpleString at the current writerIndex
- writeSimpleString(SimpleString) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeString(String) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified non-null String at the current writerIndex
- writeString(String) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-
- writeUTF(String) - Method in interface org.hornetq.api.core.HornetQBuffer
-
Sets the specified UTF-8 String at the current writerIndex
- writeUTF(String) - Method in class org.hornetq.core.buffers.impl.ChannelBufferWrapper
-