Home
last modified time | relevance | path

Searched refs:getTimestampIndexWidth (Results 1 – 5 of 5) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/encode/row/
H A DRowNodeWriter.java109 + blockMeta.getTimestampIndexWidth() in calculateWidthOverrideOffsetWidth()
240 if (blockMeta.getTimestampIndexWidth() <= 0) { in writeTimestampIndexes()
247 UFIntTool.writeBytes(blockMeta.getTimestampIndexWidth(), timestampIndex, os); in writeTimestampIndexes()
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/timestamp/
H A DTimestampDecoder.java49 if (blockMeta.getTimestampIndexWidth() == 0) {//all timestamps in the block were identical in getLong()
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/row/
H A DRowNodeReader.java87 * blockMeta.getTimestampIndexWidth(); in initOnBlock()
152 int fIntWidth = blockMeta.getTimestampIndexWidth(); in getTimestampIndex()
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/data/
H A DTestRowDataDifferentTimestamps.java85 Assert.assertTrue(blockMeta.getTimestampIndexWidth() > 0); in individualBlockMetaAssertions()
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/
H A DPrefixTreeBlockMeta.java888 public int getTimestampIndexWidth() { in getTimestampIndexWidth() method in PrefixTreeBlockMeta