private final class AsyncProcess.AsyncRequestFutureImpl.ReplicaCallIssuingRunnable extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
private List<Action<Row>> |
initialActions |
private long |
startTime |
| Constructor and Description |
|---|
AsyncProcess.AsyncRequestFutureImpl.ReplicaCallIssuingRunnable(List<Action<Row>> initialActions,
long startTime) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addReplicaActions(int index,
Map<ServerName,MultiAction<Row>> actionsByServer,
List<Action<Row>> unknownReplicaActions)
Add replica actions to action map by server.
|
private void |
addReplicaActionsAgain(Action<Row> action,
Map<ServerName,MultiAction<Row>> actionsByServer) |
void |
run() |
private void addReplicaActions(int index,
Map<ServerName,MultiAction<Row>> actionsByServer,
List<Action<Row>> unknownReplicaActions)
index - Index of the original action.actionsByServer - The map by server to add it to.private void addReplicaActionsAgain(Action<Row> action, Map<ServerName,MultiAction<Row>> actionsByServer)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.