reddycharan commented on a change in pull request #510: Issue-605 BP-15 New
CreateLedger API
URL: https://github.com/apache/bookkeeper/pull/510#discussion_r140908830
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerHandle.java
##########
@@ -63,12 +69,13 @@
import org.apache.bookkeeper.util.SafeRunnable;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
+import org.apache.bookkeeper.client.api.WriteHandle;
/**
* Ledger handle contains ledger metadata and is used to access the read and
* write operations to a ledger.
*/
-public class LedgerHandle implements AutoCloseable {
+public class LedgerHandle implements AutoCloseable, WriteHandle {
Review comment:
hmm..not all LedgerHandles can be WriteHandle , right?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services