Uses of Interface
org.apache.activemq.artemis.core.server.LargeServerMessage
-
-
Uses of LargeServerMessage in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return LargeServerMessage Modifier and Type Method Description LargeServerMessageStorageManager. createLargeMessage()LargeServerMessageStorageManager. createLargeMessage(long id, Message message)Creates a new LargeMessage with the given id.LargeServerMessageStorageManager. largeMessageCreated(long id, LargeServerMessage largeMessage)Methods in org.apache.activemq.artemis.core.persistence with parameters of type LargeServerMessage Modifier and Type Method Description voidStorageManager. deleteLargeMessageBody(LargeServerMessage largeServerMessage)voidStorageManager. largeMessageClosed(LargeServerMessage largeServerMessage)LargeServerMessageStorageManager. largeMessageCreated(long id, LargeServerMessage largeMessage) -
Uses of LargeServerMessage in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement LargeServerMessage Modifier and Type Class Description classLargeServerMessageImplFields in org.apache.activemq.artemis.core.persistence.impl.journal with type parameters of type LargeServerMessage Modifier and Type Field Description protected ConcurrentLongHashMap<LargeServerMessage>AbstractJournalStorageManager. largeMessagesToDeleteMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return LargeServerMessage Modifier and Type Method Description LargeServerMessageJournalStorageManager. createLargeMessage()LargeServerMessageJournalStorageManager. createLargeMessage(long id, Message message)LargeServerMessageJournalStorageManager. largeMessageCreated(long id, LargeServerMessage largeMessage)protected abstract LargeServerMessageAbstractJournalStorageManager. parseLargeMessage(ActiveMQBuffer buff)protected LargeServerMessageJournalStorageManager. parseLargeMessage(ActiveMQBuffer buff)Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type LargeServerMessage Modifier and Type Method Description voidLargeBody. copyInto(LargeServerMessage newMessage)voidLargeBody. copyInto(LargeServerMessage newMessage, io.netty.buffer.ByteBuf newHeader, int skipBytes)voidJournalStorageManager. deleteLargeMessageBody(LargeServerMessage largeServerMessage)voidJournalStorageManager. largeMessageClosed(LargeServerMessage largeServerMessage)LargeServerMessageJournalStorageManager. largeMessageCreated(long id, LargeServerMessage largeMessage)voidLargeBody. setMessage(LargeServerMessage message)Constructors in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type LargeServerMessage Constructor Description LargeBody(LargeServerMessage message, StorageManager storageManager)LargeBody(LargeServerMessage message, StorageManager storageManager, SequentialFile file) -
Uses of LargeServerMessage in org.apache.activemq.artemis.core.persistence.impl.journal.codec
Methods in org.apache.activemq.artemis.core.persistence.impl.journal.codec that return LargeServerMessage Modifier and Type Method Description LargeServerMessageLargeMessagePersister. decode(ActiveMQBuffer buffer, LargeServerMessage message, CoreMessageObjectPools objectPools)Methods in org.apache.activemq.artemis.core.persistence.impl.journal.codec with parameters of type LargeServerMessage Modifier and Type Method Description LargeServerMessageLargeMessagePersister. decode(ActiveMQBuffer buffer, LargeServerMessage message, CoreMessageObjectPools objectPools)voidLargeMessagePersister. encode(ActiveMQBuffer buffer, LargeServerMessage message)intLargeMessagePersister. getEncodeSize(LargeServerMessage message) -
Uses of LargeServerMessage in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm that return LargeServerMessage Modifier and Type Method Description LargeServerMessageNullStorageManager. createLargeMessage()LargeServerMessageNullStorageManager. createLargeMessage(long id, Message message)LargeServerMessageNullStorageManager. largeMessageCreated(long id, LargeServerMessage largeMessage)Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type LargeServerMessage Modifier and Type Method Description voidNullStorageManager. deleteLargeMessageBody(LargeServerMessage largeServerMessage)voidNullStorageManager. largeMessageClosed(LargeServerMessage largeServerMessage)LargeServerMessageNullStorageManager. largeMessageCreated(long id, LargeServerMessage largeMessage) -
Uses of LargeServerMessage in org.apache.activemq.artemis.core.server
Subinterfaces of LargeServerMessage in org.apache.activemq.artemis.core.server Modifier and Type Interface Description interfaceCoreLargeServerMessageThis is a tagging interface, as we need to make sure the LargeMessage is a core large message is certain places.Methods in org.apache.activemq.artemis.core.server with parameters of type LargeServerMessage Modifier and Type Method Description voidActiveMQServerLogger_impl. lareMessageErrorCopying(LargeServerMessage largeServerMessage, Exception e)voidActiveMQServerLogger. lareMessageErrorCopying(LargeServerMessage largeServerMessage, Exception e)
-