Package | Description |
---|---|
com.googlecode.concurrenttrees.radix | |
com.googlecode.concurrenttrees.radixinverted |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentRadixTree<O>
An implementation of
RadixTree which supports lock-free concurrent reads, and allows items to be added to and
to be removed from the tree atomically by background thread(s), without blocking reads. |
Modifier and Type | Interface and Description |
---|---|
interface |
InvertedRadixTree<O>
API of an inverted radix tree, that is a radix tree which is set up to scan external documents for keys previously
added to the tree, rather than for data contained in the tree itself.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentInvertedRadixTree<O>
An implementation of
InvertedRadixTree which supports lock-free concurrent reads, and allows items to be
added to and to be removed from the tree atomically by background thread(s), without blocking reads. |
Copyright © 2017. All Rights Reserved.