void |
PersitenceProcessorNullImpl.addAbortToBatch(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
PersitenceProcessorNullImpl.addCommitRetryToBatch(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
PersitenceProcessorNullImpl.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 |
PersitenceProcessorNullImpl.addFenceToBatch(long tableID,
long fenceTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
PersitenceProcessorNullImpl.addTimestampToBatch(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
RequestProcessor.commitRequest(long startTimestamp,
Collection<Long> writeSet,
Collection<Long> tableIdSet,
boolean isRetry,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
RequestProcessor.fenceRequest(long tableID,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
RequestProcessorSkipCT.forwardAbort(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
RequestProcessorPersistCT.forwardAbort(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
RequestProcessorSkipCT.forwardCommit(long startTimestamp,
long commitTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx,
org.apache.phoenix.thirdparty.com.google.common.base.Optional<Long> newLowWatermark) |
void |
RequestProcessorPersistCT.forwardCommit(long startTimestamp,
long commitTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx,
org.apache.phoenix.thirdparty.com.google.common.base.Optional<Long> lowWatermark) |
void |
RequestProcessorSkipCT.forwardCommitRetry(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
RequestProcessorPersistCT.forwardCommitRetry(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
RequestProcessorSkipCT.forwardTimestamp(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
RequestProcessorPersistCT.forwardTimestamp(long startTimestamp,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
RequestProcessor.timestampRequest(org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |