Uses of Interface
com.loomcache.server.datastructures.queuestore.QueueStore
Packages that use QueueStore
-
Uses of QueueStore in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return QueueStoreModifier and TypeMethodDescription@Nullable QueueStore<E> DistributedQueue.getQueueStore()Get the configured backing store, ornullwhen none is wired.Methods in com.loomcache.server.datastructures with parameters of type QueueStoreModifier and TypeMethodDescriptionvoidDistributedQueue.setQueueStore(QueueStore<E> store) Wire a persistent backing store for this queue.