Uses of Package
com.loomcache.server.datastructures
Packages that use com.loomcache.server.datastructures
Package
Description
Multi-Raft sharding infrastructure for LoomCache.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.cacheClassDescriptionCentral registry for all distributed data structures on a node.Distributed Map — the core data structure for key-value caching.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.clusterClassDescriptionCentral registry for all distributed data structures on a node.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.compute
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.datastructuresClassDescriptionContinuous Query Cache — a server-side filtered view of a
DistributedMapthat auto-updates via map change events.Listener for changes to the CQC filtered view.Snapshot of CQC statistics.Central registry for all distributed data structures on a node.Distributed ordered list with configurable consistency mode.Consistency mode for a distributed list.Listener interface for change events.Distributed Map — the core data structure for key-value caching.Statistics snapshot of map operations and performance.Per-key metadata describing which node/time last wrote the value.Per-map configuration for aDistributedMapinstance.Fluent builder forDistributedMapConfig.Eviction policy applied when the map reachesmaxSize.Distributed MultiMap — a map where each key can have multiple values.MultiMapStatistics record for capturing aggregate metrics.Compact stats record used by enhanced tests (keyCount, valueCount, avgValuesPerKey).Distributed Priority Queue — priority queue backed by ConcurrentSkipListMap.Persistence snapshot entry preserving both priority and FIFO sequence.Statistics snapshot of the priority queue.Distributed Queue — FIFO queue backed by ConcurrentLinkedQueue.Queue statistics record — tracks cumulative and current queue metrics.Distributed Ring Buffer — a fixed-capacity circular buffer.Distributed Set — an unordered collection of unique elements.SetStatistics record for capturing aggregate metrics.Distributed Topic — pub/sub messaging between nodes and clients.Strategy interface for eviction policies in DistributedMap.Synchronous interceptor forDistributedMapoperations.Kryo-serializable snapshot of a DistributedMap.Positive-Negative Counter (PN-Counter) CRDT.Reliable Topic — Ringbuffer-backed pub/sub with message replay.Listener for receiving messages from a ReliableTopic.Reliable message listener with sequence tracking and replay support.A message stored in the ReliableTopic's ringbuffer.Policy applied when a publish arrives while the retained ringbuffer window is full.Snapshot of ReliableTopic statistics.Distributed ID generator using Snowflake-like 64-bit ID format. -
Classes in com.loomcache.server.datastructures used by com.loomcache.server.datastructures.crdt
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.embeddedClassDescriptionDistributed Map — the core data structure for key-value caching.Distributed Queue — FIFO queue backed by ConcurrentLinkedQueue.Distributed Set — an unordered collection of unique elements.Distributed Topic — pub/sub messaging between nodes and clients.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.handlerClassDescriptionCentral registry for all distributed data structures on a node.Distributed Map — the core data structure for key-value caching.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.jcacheClassDescriptionCentral registry for all distributed data structures on a node.Distributed Map — the core data structure for key-value caching.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.managementClassDescriptionCentral registry for all distributed data structures on a node.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.metricsClassDescriptionCentral registry for all distributed data structures on a node.Distributed Map — the core data structure for key-value caching.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.query
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.restClassDescriptionCentral registry for all distributed data structures on a node.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.shardingClassDescriptionCentral registry for all distributed data structures on a node.Distributed Map — the core data structure for key-value caching.Per-map configuration for a
DistributedMapinstance. -
Classes in com.loomcache.server.datastructures used by com.loomcache.server.transactionClassDescriptionCentral registry for all distributed data structures on a node.Distributed Map — the core data structure for key-value caching.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.transaction.twopcClassDescriptionCentral registry for all distributed data structures on a node.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.server.wanClassDescriptionCentral registry for all distributed data structures on a node.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.springboot.configClassDescriptionDistributed ordered list with configurable consistency mode.Distributed Map — the core data structure for key-value caching.Distributed MultiMap — a map where each key can have multiple values.Distributed Queue — FIFO queue backed by ConcurrentLinkedQueue.Distributed Ring Buffer — a fixed-capacity circular buffer.Distributed Set — an unordered collection of unique elements.Distributed Topic — pub/sub messaging between nodes and clients.Positive-Negative Counter (PN-Counter) CRDT.Reliable Topic — Ringbuffer-backed pub/sub with message replay.
-
Classes in com.loomcache.server.datastructures used by com.loomcache.springboot.controllerClassDescriptionDistributed ordered list with configurable consistency mode.Distributed Map — the core data structure for key-value caching.Distributed MultiMap — a map where each key can have multiple values.Distributed Queue — FIFO queue backed by ConcurrentLinkedQueue.Distributed Ring Buffer — a fixed-capacity circular buffer.Distributed Set — an unordered collection of unique elements.Distributed Topic — pub/sub messaging between nodes and clients.Positive-Negative Counter (PN-Counter) CRDT.Reliable Topic — Ringbuffer-backed pub/sub with message replay.