Home
last modified time | relevance | path

Searched refs:getRowTreeDepth (Results 1 – 7 of 7) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/
H A DDecoderFactory.java66 searcher = new PrefixTreeArraySearcher(blockMeta, blockMeta.getRowTreeDepth(), in ensureArraySearcherValid()
76 int maxRowTreeStackNodes = Math.max(blockMeta.getRowTreeDepth(), in ensureArraySearcherValid()
H A DPrefixTreeArrayScanner.java93 if (rowNodes.length < blockMeta.getRowTreeDepth()) { in areBuffersBigEnough()
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/data/
H A DTestRowDataTrivial.java60 Assert.assertEquals(2, blockMeta.getRowTreeDepth()); in individualBlockMetaAssertions()
H A DTestRowDataDeeper.java67 Assert.assertEquals(3, blockMeta.getRowTreeDepth()); in individualBlockMetaAssertions()
H A DTestRowDataTrivialWithTags.java66 Assert.assertEquals(2, blockMeta.getRowTreeDepth()); in individualBlockMetaAssertions()
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/
H A DTestRowEncoder.java98 searcher = new PrefixTreeArraySearcher(blockMetaReader, blockMetaReader.getRowTreeDepth(), in compile()
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/
H A DPrefixTreeBlockMeta.java776 public int getRowTreeDepth() { in getRowTreeDepth() method in PrefixTreeBlockMeta