Uses of Interface
com.github.mizosoft.methanol.internal.cache.Store.Viewer
-
Packages that use Store.Viewer Package Description com.github.mizosoft.methanol.internal.cache -
-
Uses of Store.Viewer in com.github.mizosoft.methanol.internal.cache
Methods in com.github.mizosoft.methanol.internal.cache that return types with arguments of type Store.Viewer Modifier and Type Method Description java.util.Iterator<Store.Viewer>DiskStore. iterator()java.util.Iterator<Store.Viewer>MemoryStore. iterator()java.util.Iterator<Store.Viewer>Store. iterator()Returns an iterator ofViewersover the entries in this store.java.util.Optional<Store.Viewer>DiskStore. view(java.lang.String key)java.util.concurrent.CompletableFuture<java.util.Optional<Store.Viewer>>DiskStore. view(java.lang.String key, java.util.concurrent.Executor executor)java.util.Optional<Store.Viewer>MemoryStore. view(java.lang.String key)java.util.concurrent.CompletableFuture<java.util.Optional<Store.Viewer>>MemoryStore. view(java.lang.String key, java.util.concurrent.Executor executor)default java.util.Optional<Store.Viewer>Store. view(java.lang.String key)Synchronous variant ofStore.view(String, Executor).java.util.concurrent.CompletableFuture<java.util.Optional<Store.Viewer>>Store. view(java.lang.String key, java.util.concurrent.Executor executor)Opens a viewer for the entry associated with the given key.Constructors in com.github.mizosoft.methanol.internal.cache with parameters of type Store.Viewer Constructor Description CacheReadingPublisher(Store.Viewer viewer, java.util.concurrent.Executor executor)CacheReadingPublisher(Store.Viewer viewer, java.util.concurrent.Executor executor, CacheReadingPublisher.Listener listener)CacheReadingPublisher(Store.Viewer viewer, java.util.concurrent.Executor executor, CacheReadingPublisher.Listener listener, int bufferSize)CacheResponse(TrackedResponse<?> response, Store.Viewer viewer, java.util.concurrent.Executor executor, CacheReadingPublisher.Listener readListener)
-