public class TestIdLock extends Object
Modifier and Type | Class and Description |
---|---|
private class |
TestIdLock.IdLockTestThread |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.util.IdLock |
idLock |
private Map<Long,String> |
idOwner |
private static org.slf4j.Logger |
LOG |
private static int |
NUM_IDS |
private static int |
NUM_SECONDS |
private static int |
NUM_THREADS |
Constructor and Description |
---|
TestIdLock() |
Modifier and Type | Method and Description |
---|---|
void |
testMultipleClients() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final int NUM_IDS
private static final int NUM_THREADS
private static final int NUM_SECONDS
private org.apache.hadoop.hbase.util.IdLock idLock
public TestIdLock()
public void testMultipleClients() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.