Uses of Interface
com.github.mizosoft.methanol.internal.cache.Store.Editor
-
Packages that use Store.Editor Package Description com.github.mizosoft.methanol.internal.cache -
-
Uses of Store.Editor in com.github.mizosoft.methanol.internal.cache
Methods in com.github.mizosoft.methanol.internal.cache that return types with arguments of type Store.Editor Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Optional<Store.Editor>>CacheResponse. edit()java.util.Optional<Store.Editor>DiskStore. edit(java.lang.String key)java.util.concurrent.CompletableFuture<java.util.Optional<Store.Editor>>DiskStore. edit(java.lang.String key, java.util.concurrent.Executor executor)java.util.Optional<Store.Editor>MemoryStore. edit(java.lang.String key)java.util.concurrent.CompletableFuture<java.util.Optional<Store.Editor>>MemoryStore. edit(java.lang.String key, java.util.concurrent.Executor executor)default java.util.Optional<Store.Editor>Store. edit(java.lang.String key)Synchronous variant ofStore.edit(String, Executor).java.util.concurrent.CompletableFuture<java.util.Optional<Store.Editor>>Store. edit(java.lang.String key, java.util.concurrent.Executor executor)Opens an editor for the entry associated with the given key.default java.util.Optional<Store.Editor>Store.Viewer. edit()Synchronous variant ofStore.Viewer.edit(Executor).java.util.concurrent.CompletableFuture<java.util.Optional<Store.Editor>>Store.Viewer. edit(java.util.concurrent.Executor executor)Opens an editor for the entry this viewer was opened for.Methods in com.github.mizosoft.methanol.internal.cache with parameters of type Store.Editor Modifier and Type Method Description NetworkResponseNetworkResponse. writingWith(Store.Editor editor, java.util.concurrent.Executor executor, CacheWritingPublisher.Listener writeListener, boolean synchronizeWrites)Constructors in com.github.mizosoft.methanol.internal.cache with parameters of type Store.Editor Constructor Description CacheWritingPublisher(java.util.concurrent.Flow.Publisher<java.util.List<java.nio.ByteBuffer>> upstream, Store.Editor editor, java.nio.ByteBuffer metadata, java.util.concurrent.Executor executor)CacheWritingPublisher(java.util.concurrent.Flow.Publisher<java.util.List<java.nio.ByteBuffer>> upstream, Store.Editor editor, java.nio.ByteBuffer metadata, java.util.concurrent.Executor executor, CacheWritingPublisher.Listener listener)CacheWritingPublisher(java.util.concurrent.Flow.Publisher<java.util.List<java.nio.ByteBuffer>> upstream, Store.Editor editor, java.nio.ByteBuffer metadata, java.util.concurrent.Executor executor, CacheWritingPublisher.Listener listener, boolean waitForCommit)
-