public class HBaseAsyncPostCommitter extends Object implements PostCommitActions
| Constructor and Description |
|---|
HBaseAsyncPostCommitter(PostCommitActions postCommitter,
org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListeningExecutorService postCommitExecutor) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListenableFuture<Void> |
removeCommitTableEntry(AbstractTransaction<? extends CellId> transaction) |
org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListenableFuture<Void> |
updateShadowCells(AbstractTransaction<? extends CellId> transaction) |
public HBaseAsyncPostCommitter(PostCommitActions postCommitter, org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListeningExecutorService postCommitExecutor)
public org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListenableFuture<Void> updateShadowCells(AbstractTransaction<? extends CellId> transaction)
updateShadowCells in interface PostCommitActionspublic org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListenableFuture<Void> removeCommitTableEntry(AbstractTransaction<? extends CellId> transaction)
removeCommitTableEntry in interface PostCommitActionsCopyright © 2011–2020 Apache Software Foundation. All rights reserved.