public interface RequestProcessor extends TSOStateManager.StateObserver, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
commitRequest(long startTimestamp,
Collection<Long> writeSet,
Collection<Long> tableIdSet,
boolean isRetry,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
fenceRequest(long tableID,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
void |
timestampRequest(org.jboss.netty.channel.Channel c,
MonitoringContext monCtx) |
updatevoid timestampRequest(org.jboss.netty.channel.Channel c,
MonitoringContext monCtx)
void commitRequest(long startTimestamp,
Collection<Long> writeSet,
Collection<Long> tableIdSet,
boolean isRetry,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx)
void fenceRequest(long tableID,
org.jboss.netty.channel.Channel c,
MonitoringContext monCtx)
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.