public interface PostCommitActions
| Modifier and Type | Method and Description |
|---|---|
org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListenableFuture<Void> |
removeCommitTableEntry(AbstractTransaction<? extends CellId> transaction)
Allows specific implementations to remove the transaction entry from the commit table.
|
org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListenableFuture<Void> |
updateShadowCells(AbstractTransaction<? extends CellId> transaction)
Allows specific implementations to update the shadow cells.
|
org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListenableFuture<Void> updateShadowCells(AbstractTransaction<? extends CellId> transaction)
transaction - the transaction to update shadow cells fororg.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListenableFuture<Void> removeCommitTableEntry(AbstractTransaction<? extends CellId> transaction)
transaction - the transaction to remove the commit table entryCopyright © 2011–2020 Apache Software Foundation. All rights reserved.