public class PersitenceProcessorNullImpl extends Object
| Constructor and Description |
|---|
PersitenceProcessorNullImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAbortToBatch(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
addCommitRetryToBatch(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
addCommitToBatch(long startTimestamp,
long commitTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx,
org.apache.phoenix.thirdparty.com.google.common.base.Optional<Long> lowWatermark) |
void |
addFenceToBatch(long tableID,
long fenceTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
addTimestampToBatch(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
close() |
void |
triggerCurrentBatchFlush() |
public void addCommitToBatch(long startTimestamp,
long commitTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx,
org.apache.phoenix.thirdparty.com.google.common.base.Optional<Long> lowWatermark)
throws Exception
Exceptionpublic void addCommitRetryToBatch(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx)
throws Exception
Exceptionpublic void addAbortToBatch(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx)
throws Exception
Exceptionpublic void addTimestampToBatch(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx)
throws Exception
Exceptionpublic void addFenceToBatch(long tableID,
long fenceTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx)
throws Exception
Exceptionpublic void close()
throws IOException
IOExceptionCopyright © 2011–2020 Apache Software Foundation. All rights reserved.