Package org.apache.hadoop.hbase.types
Class TestCopyOnWriteMaps
java.lang.Object
org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private ConcurrentSkipListMap<Long,
Long> private ConcurrentNavigableMap<Long,
Long> private static final int
private static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
MAX_INITIAL_ENTRIES
- See Also:
-
MAX_RAND
- See Also:
-
m
-
csm
-
-
Constructor Details
-
TestCopyOnWriteMaps
public TestCopyOnWriteMaps()
-
-
Method Details
-
setUp
-
testPutIfAbsent
-
testSize
-
testIsEmpty
-
testFindOnEmpty
-
testLowerKey
-
testFloorEntry
-
testFloorKey
-
testCeilingKey
-
testHigherKey
-
testRemove
-
testReplace
-
testReplace1
-
testMultiAdd
- Throws:
InterruptedException
-
testFirstKey
-
testLastKey
-
testFirstEntry
-
testLastEntry
-
testKeys
-
testValues
-
testTailMap
-
testTailMapExclusive
-
testTailMapInclusive
-
testPut
-