private static class TestServerNonceManager.TestRunnable extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
private Boolean |
expected |
private org.apache.hadoop.hbase.regionserver.ServerNonceManager |
nm |
private long |
nonce |
CountDownLatch |
startedLatch |
private org.apache.hadoop.hbase.Stoppable |
stoppable |
private Throwable |
throwable |
Constructor and Description |
---|
TestRunnable(org.apache.hadoop.hbase.regionserver.ServerNonceManager nm,
long nonce,
Boolean expected,
org.apache.hadoop.hbase.Stoppable stoppable) |
public final CountDownLatch startedLatch
private final org.apache.hadoop.hbase.regionserver.ServerNonceManager nm
private final long nonce
private final org.apache.hadoop.hbase.Stoppable stoppable
public TestRunnable(org.apache.hadoop.hbase.regionserver.ServerNonceManager nm, long nonce, Boolean expected, org.apache.hadoop.hbase.Stoppable stoppable)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.