Interface PersistentStore.Handle

  • Enclosing interface:
    PersistentStore

    @Immutable
    public static interface PersistentStore.Handle
    Represents a handle to the underlying space of key-value pairs. A space of key-value pairs is analogous to a PostgreSQL table or RocksdDb column family. Handle is linked with one underlying store space.