Skip to content

Commit 91630d5

Browse files
committed
FEATURE: Add CompletableFuture BTree insert/get API
1 parent 261bbdc commit 91630d5

File tree

10 files changed

+1647
-134
lines changed

10 files changed

+1647
-134
lines changed

src/main/java/net/spy/memcached/ArcusClient.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3243,6 +3243,10 @@ private CollectionOperationStatus toCollectionOperationStatus(OperationStatus st
32433243
}
32443244
}
32453245

3246+
public Transcoder<Object> getCollectionTranscoder() {
3247+
return collectionTranscoder;
3248+
}
3249+
32463250
/**
32473251
* Get the client version.
32483252
*

0 commit comments

Comments
 (0)