Uses of Interface
com.loomcache.server.datastructures.ringbuffer.RingbufferStore
Packages that use RingbufferStore
-
Uses of RingbufferStore in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return RingbufferStoreModifier and TypeMethodDescription@Nullable RingbufferStore<V> DistributedRingbuffer.getRingbufferStore()Get the configured backing store, ornullwhen none is wired.Methods in com.loomcache.server.datastructures with parameters of type RingbufferStoreModifier and TypeMethodDescriptionvoidDistributedRingbuffer.setRingbufferStore(RingbufferStore<V> store) Wire a persistent backing store for this ringbuffer.