Uses of Interface
org.apache.activemq.artemis.core.paging.PagedMessage
-
-
Uses of PagedMessage in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging that return PagedMessage Modifier and Type Method Description PagedMessagePagedMessage. setMessageNumber(int messageNr)PagedMessagePagedMessage. setPageNumber(long pageNr) -
Uses of PagedMessage in org.apache.activemq.artemis.core.paging.cursor
Fields in org.apache.activemq.artemis.core.paging.cursor declared as PagedMessage Modifier and Type Field Description protected PagedMessagePagedReferenceImpl. messageMethods in org.apache.activemq.artemis.core.paging.cursor that return PagedMessage Modifier and Type Method Description PagedMessagePagedReference. getPagedMessage()PagedMessagePagedReferenceImpl. getPagedMessage()PagedMessageQueryPagedReferenceImpl. getPagedMessage()PagedMessagePageSubscription. queryMessage(PagePosition pos)To be used to requery the referenceMethods in org.apache.activemq.artemis.core.paging.cursor with parameters of type PagedMessage Modifier and Type Method Description voidPageSubscription. addPendingDelivery(PagedMessage pagedMessage)PagedReferencePageCursorProvider. newReference(PagedMessage msg, PageSubscription sub)voidPageSubscription. removePendingDelivery(PagedMessage pagedMessage)Constructors in org.apache.activemq.artemis.core.paging.cursor with parameters of type PagedMessage Constructor Description PagedReferenceImpl(PagedMessage message, PageSubscription subscription)QueryPagedReferenceImpl(PagePosition position, PagedMessage message, PageSubscription subscription) -
Uses of PagedMessage in org.apache.activemq.artemis.core.paging.cursor.impl
Methods in org.apache.activemq.artemis.core.paging.cursor.impl that return PagedMessage Modifier and Type Method Description PagedMessagePageSubscriptionImpl. queryMessage(PagePosition pos)Methods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type PagedMessage Modifier and Type Method Description voidPageSubscriptionImpl. addPendingDelivery(PagedMessage pagedMessage)PagedReferencePageCursorProviderImpl. newReference(PagedMessage msg, PageSubscription subscription)voidPageSubscriptionImpl. removePendingDelivery(PagedMessage pagedMessage) -
Uses of PagedMessage in org.apache.activemq.artemis.core.paging.impl
Classes in org.apache.activemq.artemis.core.paging.impl that implement PagedMessage Modifier and Type Class Description classPagedMessageImplThis class represents a paged messageMethods in org.apache.activemq.artemis.core.paging.impl that return types with arguments of type PagedMessage Modifier and Type Method Description LinkedList<PagedMessage>Page. getMessages()LinkedListIterator<PagedMessage>Page. iterator()LinkedList<PagedMessage>Page. read()LinkedList<PagedMessage>Page. read(StorageManager storage)LinkedList<PagedMessage>Page. read(StorageManager storage, boolean onlyLargeMessages)Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PagedMessage Modifier and Type Method Description voidPage. write(PagedMessage message)voidPage. writeDirect(PagedMessage message)This write will not interact back with the storage manager.static intPageReadWriter. writeMessage(PagedMessage message, SequentialFileFactory fileFactory, SequentialFile file)Method parameters in org.apache.activemq.artemis.core.paging.impl with type arguments of type PagedMessage Modifier and Type Method Description booleanPage. delete(LinkedList<PagedMessage> messages)static intPageReadWriter. readFromSequentialFile(StorageManager storage, SimpleString storeName, SequentialFileFactory fileFactory, SequentialFile file, long pageId, Consumer<PagedMessage> messages, PageReadWriter.PageRecordFilter skipRecord, PageReadWriter.SuspectFileCallback suspectFileCallback, PageReadWriter.ReadCallback readCallback) -
Uses of PagedMessage in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type PagedMessage Modifier and Type Method Description voidStorageManager. pageWrite(PagedMessage message, long pageNumber) -
Uses of PagedMessage in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PagedMessage Modifier and Type Method Description voidJournalStorageManager. pageWrite(PagedMessage message, long pageNumber) -
Uses of PagedMessage in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PagedMessage Modifier and Type Method Description voidNullStorageManager. pageWrite(PagedMessage message, long pageNumber) -
Uses of PagedMessage in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Fields in org.apache.activemq.artemis.core.protocol.core.impl.wireformat declared as PagedMessage Modifier and Type Field Description protected PagedMessageReplicationPageWriteMessage. pagedMessageMethods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return PagedMessage Modifier and Type Method Description PagedMessageReplicationPageWriteMessage. getPagedMessage()Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type PagedMessage Constructor Description ReplicationPageWriteMessage(PagedMessage pagedMessage, long pageNumber, boolean useLong) -
Uses of PagedMessage in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type PagedMessage Modifier and Type Method Description voidReplicationManager. pageWrite(PagedMessage message, long pageNumber)
-