mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
Server: snapshot interface key fix
This commit is contained in:
@@ -9,7 +9,7 @@ import javax.annotation.Nonnull;
|
|||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
|
|
||||||
public interface Snapshot<K extends Comparable<K>, V> extends AutoCloseableNoThrow {
|
public interface Snapshot<K extends Comparable<K>, V> extends AutoCloseableNoThrow {
|
||||||
CloseableKvIterator<K, V> getIterator(IteratorStart start, JObjectKey key);
|
CloseableKvIterator<K, V> getIterator(IteratorStart start, K key);
|
||||||
|
|
||||||
@Nonnull
|
@Nonnull
|
||||||
Optional<V> readObject(K name);
|
Optional<V> readObject(K name);
|
||||||
|
|||||||
Reference in New Issue
Block a user