Uses of Interface
com.github.mizosoft.methanol.internal.cache.Store.Editor
Packages that use Store.Editor
-
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.EditorModifier and TypeMethodDescriptionCacheResponse.edit()default Optional<Store.Editor> Synchronous variant ofStore.edit(String, Executor).Opens an editor for the entry associated with the given key.default Optional<Store.Editor> Store.Viewer.edit()Synchronous variant ofStore.Viewer.edit(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.EditorModifier and TypeMethodDescriptionNetworkResponse.writingWith(Store.Editor editor, Executor executor, CacheWritingPublisher.Listener writeListener, boolean synchronizeWrites) Constructors in com.github.mizosoft.methanol.internal.cache with parameters of type Store.EditorModifierConstructorDescriptionCacheWritingPublisher(Flow.Publisher<List<ByteBuffer>> upstream, Store.Editor editor, ByteBuffer metadata, Executor executor) CacheWritingPublisher(Flow.Publisher<List<ByteBuffer>> upstream, Store.Editor editor, ByteBuffer metadata, Executor executor, CacheWritingPublisher.Listener listener) CacheWritingPublisher(Flow.Publisher<List<ByteBuffer>> upstream, Store.Editor editor, ByteBuffer metadata, Executor executor, CacheWritingPublisher.Listener listener, boolean waitForCommit)