Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
AutoDelegate KeyValueSnapshotReader
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuffy committed May 26, 2024
1 parent 4f595a6 commit 2123ff2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import com.palantir.atlasdb.keyvalue.api.ColumnSelection;
import com.palantir.atlasdb.keyvalue.api.RowResult;
import com.palantir.atlasdb.keyvalue.api.TableReference;
import com.palantir.processors.AutoDelegate;
import java.util.Map;
import java.util.NavigableMap;
import java.util.Set;
Expand All @@ -41,6 +42,7 @@
* Although this interface performs user-level reads, internal writes may be performed (for example, as part of the
* read protocol, to abort a long-running transaction).
*/
@AutoDelegate
public interface KeyValueSnapshotReader {
ListenableFuture<Map<Cell, byte[]>> getAsync(TableReference tableReference, Set<Cell> cells);

Expand Down

0 comments on commit 2123ff2

Please sign in to comment.