Home
last modified time | relevance | path

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

/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/
H A DPrefixTreeBlockMeta.java85 protected int timestampIndexWidth; field in PrefixTreeBlockMeta
159 numBytes += UVIntTool.numBytes(timestampIndexWidth); in calculateNumMetaBytes()
201 UVIntTool.writeBytes(timestampIndexWidth, os); in writeVariableBytesToOutputStream()
242 timestampIndexWidth = UVIntTool.getInt(is); in readVariableBytesFromInputStream()
302 position += UVIntTool.numBytes(timestampIndexWidth); in readVariableBytesFromArray()
368 return timestampIndexWidth == 0; in isAllSameTimestamp()
470 if (timestampIndexWidth != other.timestampIndexWidth) in equals()
517 result = prime * result + timestampIndexWidth; in hashCode()
563 builder.append(timestampIndexWidth); in toString()
889 return timestampIndexWidth; in getTimestampIndexWidth()
[all …]