Module methanol

Interface Store.Editor

All Superinterfaces:
AutoCloseable, Closeable
Enclosing interface:
Store

public static interface Store.Editor extends Closeable
Writes an entry's metadata block and data stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes this editor.
    void
    commit(ByteBuffer metadata)
    Commits the changes made so far.
    key()
    Returns the entry's key.