public class TestRefCountingMap extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.metrics.impl.RefCountingMap<String,String> |
map |
Constructor and Description |
---|
TestRefCountingMap() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testClear() |
void |
testKeySet() |
void |
testPutGet() |
void |
testPutMulti() |
void |
testPutRemove() |
void |
testPutRemoveMulti() |
void |
testSize() |
void |
testValues() |
public static final HBaseClassTestRule CLASS_RULE
public TestRefCountingMap()
public void setUp()
public void testPutGet()
public void testPutMulti()
public void testPutRemove()
public void testPutRemoveMulti()
public void testSize()
public void testClear()
public void testKeySet()
public void testValues()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.