Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.activemq.memory Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
CacheDefines the interface used to cache messages.Interfaceorg.apache.activemq.memoryApache ActiveMQ
CacheEntryClassorg.apache.activemq.memoryApache ActiveMQ
CacheEntryListMaintains a simple linked list of CacheEntry objects.Classorg.apache.activemq.memoryApache ActiveMQ
CacheEvictionUsageListenerClassorg.apache.activemq.memoryApache ActiveMQ
CacheFilterFilters another Cache implementation.Classorg.apache.activemq.memoryApache ActiveMQ
DestinationBasedMessageListAn implementation of MessageList which maintains a separate message list for each destination to reduce contention on the list and to speed upClassorg.apache.activemq.memory.listApache ActiveMQ
LRUMapA simple least-recently-used cache of a fixed size.Classorg.apache.activemq.memoryApache ActiveMQ
MapCacheUse any Map to implement the Cache.Classorg.apache.activemq.memoryApache ActiveMQ
MessageBufferRepresents a collection of MessageQueue instances which are all bound by the same memory buffer to fix the amount of RAM used to some uppper bound.Interfaceorg.apache.activemq.memory.bufferApache ActiveMQ
MessageListA container of messages which is used to store messages and then replay them later for a given subscription.Interfaceorg.apache.activemq.memory.listApache ActiveMQ
MessageQueueAllows messages to be added to the end of the buffer such that they are kept around and evicted in a FIFO manner.Classorg.apache.activemq.memory.bufferApache ActiveMQ
OrderBasedMessageBufferA MessageBuffer which evicts messages in arrival order so the oldest messages are removed first.Classorg.apache.activemq.memory.bufferApache ActiveMQ
SimpleMessageListA simple fixed size MessageList where there is a single, fixed size list that all messages are added to for simplicity.Classorg.apache.activemq.memory.listApache ActiveMQ
SizeBasedMessageBufferA MessageBuffer which evicts from the largest buffers first.Classorg.apache.activemq.memory.bufferApache ActiveMQ
UsageManagerCacheFilterSimple CacheFilter that increases/decreases usage on a UsageManager as objects are added/removed from the Cache.Classorg.apache.activemq.memoryApache ActiveMQ