Uses of Package
org.apache.activemq.artemis.utils.collections
Packages that use org.apache.activemq.artemis.utils.collections
Package
Description
-
-
Classes in org.apache.activemq.artemis.utils.collections used by org.apache.activemq.artemis.core.journalClassDescriptionThis list share the same motivation and structure of https://en.wikipedia.org/wiki/Unrolled_linked_list: it's a linked list of arrays/chunks of
T. -
Classes in org.apache.activemq.artemis.utils.collections used by org.apache.activemq.artemis.core.journal.implClassDescriptionMap from long to an Object.Concurrent hash set for primitive longsThis list share the same motivation and structure of https://en.wikipedia.org/wiki/Unrolled_linked_list: it's a linked list of arrays/chunks of
T. -
-
-
-
-
Classes in org.apache.activemq.artemis.utils.collections used by org.apache.activemq.artemis.core.persistence.impl.journalClassDescriptionMap from long to an Object.Property Value Conversion.
-
Classes in org.apache.activemq.artemis.utils.collections used by org.apache.activemq.artemis.core.replicationClassDescriptionThis list share the same motivation and structure of https://en.wikipedia.org/wiki/Unrolled_linked_list: it's a linked list of arrays/chunks of
T. -
-
-
Classes in org.apache.activemq.artemis.utils.collections used by org.apache.activemq.artemis.core.server.implClassDescriptionA LinkedListIteratorA type of linked list which maintains items according to a priority and allows adding and removing of elements at both ends, and peeking.
-
-
Classes in org.apache.activemq.artemis.utils.collections used by org.apache.activemq.artemis.jdbc.store.journalClassDescriptionThis list share the same motivation and structure of https://en.wikipedia.org/wiki/Unrolled_linked_list: it's a linked list of arrays/chunks of
T. -
Classes in org.apache.activemq.artemis.utils.collections used by org.apache.activemq.artemis.reader
-
Classes in org.apache.activemq.artemis.utils.collections used by org.apache.activemq.artemis.utils
-
Classes in org.apache.activemq.artemis.utils.collections used by org.apache.activemq.artemis.utils.collectionsClassDescriptionConcurrent hash set for primitive longsA ConcurrentSetA linked list implementation which allows multiple iterators to exist at the same time on the queue, and which see any elements added or removed from the queue either directly or via iterators.A LinkedListIteratorA hash set implementation of Set<Long> that uses open addressing values.Iterator which supports unboxed access to values.This interface is meant to encapsulate the usage of
HashMap<ListID, LongObjectHashMap<ElementType>>The implementation should store the node in such way that you can access it throughNodeStore.getNode(String, long)A type of linked list which maintains items according to a priority and allows adding and removing of elements at both ends, and peeking.Property Value Conversion.