final class AsyncRequestFutureImpl.SingleServerRequestRunnable extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
private Set<CancellableRegionServerCallable> |
callsInProgress |
private MultiAction |
multiAction |
private int |
numAttempt |
private ServerName |
server |
Constructor and Description |
---|
SingleServerRequestRunnable(MultiAction multiAction,
int numAttempt,
ServerName server,
Set<CancellableRegionServerCallable> callsInProgress) |
private final MultiAction multiAction
private final int numAttempt
private final ServerName server
private final Set<CancellableRegionServerCallable> callsInProgress
SingleServerRequestRunnable(MultiAction multiAction, int numAttempt, ServerName server, Set<CancellableRegionServerCallable> callsInProgress)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.