Home
last modified time | relevance | path

Searched refs:getTagsLength (Results 1 – 25 of 48) sorted by relevance

12

/dports/databases/hbase/hbase-1.2.1/hbase-common/src/test/java/org/apache/hadoop/hbase/io/
H A DTestTagCompressionContext.java50 int tagsLength1 = kv1.getTagsLength(); in testCompressUncompressTags1()
54 int tagsLength2 = kv2.getTagsLength(); in testCompressUncompressTags1()
76 int tagsLength1 = kv1.getTagsLength(); in testCompressUncompressTags2()
79 int tagsLength2 = kv2.getTagsLength(); in testCompressUncompressTags2()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/test/java/org/apache/hadoop/hbase/util/
H A DTestByteRangeWithKVSerialization.java38 int tagsLen = kv.getTagsLength(); in writeCell()
88 kv.getTagsLength(), kv1.getTagsArray(), kv1.getTagsOffset(), in testWritingAndReadingCells()
89 kv1.getTagsLength())); in testWritingAndReadingCells()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/
H A DVisibilityUtils.java212 if (cell.getTagsLength() > 0) { in extractVisibilityTags()
214 cell.getTagsLength()); in extractVisibilityTags()
242 if (cell.getTagsLength() > 0) { in extractAndPartitionTags()
244 cell.getTagsLength()); in extractAndPartitionTags()
261 if (cell.getTagsLength() == 0) { in isVisibilityTagsPresent()
265 cell.getTagsLength()); in isVisibilityTagsPresent()
H A DVisibilityController.java375 cell.getTagsLength()); in preBatchMutate()
480 if (cell.getTagsLength() > 0) { in checkForReservedVisibilityTagPresence()
482 cell.getTagsOffset(), cell.getTagsLength()); in checkForReservedVisibilityTagPresence()
495 if (cell.getTagsLength() > 0) { in checkForReservedVisibilityTagPresence()
497 cell.getTagsLength()); in checkForReservedVisibilityTagPresence()
529 if (cell.getTagsLength() > 0) { in checkForReservedVisibilityTagPresence()
531 cell.getTagsLength()); in checkForReservedVisibilityTagPresence()
749 if (newCell.getTagsLength() > 0) { in postMutationBeforeWAL()
752 newCell.getTagsOffset(), newCell.getTagsLength()); in postMutationBeforeWAL()
H A DVisibilityReplicationEndpoint.java70 if (cell.getTagsLength() > 0) { in replicate()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/test/java/org/apache/hadoop/hbase/codec/
H A DTestCellCodecWithTags.java79 List<Tag> tags = Tag.asList(c.getTagsArray(), c.getTagsOffset(), c.getTagsLength()); in testCellWithTag()
90 tags = Tag.asList(c.getTagsArray(), c.getTagsOffset(), c.getTagsLength()); in testCellWithTag()
98 tags = Tag.asList(c.getTagsArray(), c.getTagsOffset(), c.getTagsLength()); in testCellWithTag()
H A DTestKeyValueCodecWithTags.java79 List<Tag> tags = Tag.asList(c.getTagsArray(), c.getTagsOffset(), c.getTagsLength()); in testKeyValueWithTag()
90 tags = Tag.asList(c.getTagsArray(), c.getTagsOffset(), c.getTagsLength()); in testKeyValueWithTag()
98 tags = Tag.asList(c.getTagsArray(), c.getTagsOffset(), c.getTagsLength()); in testKeyValueWithTag()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/
H A DTagRewriteCell.java146 public int getTagsLength() { in getTagsLength() method in TagRewriteCell
180 long sum = CellUtil.estimatedHeapSizeOf(cell) - cell.getTagsLength(); in heapSize()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/
H A DTag.java247 if (cell.getTagsLength() <= 0) return tags; in carryForwardTags()
249 CellUtil.tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), cell.getTagsLength()); in carryForwardTags()
H A DNoTagsKeyValue.java34 public int getTagsLength() { in getTagsLength() method in NoTagsKeyValue
H A DCell.java204 int getTagsLength(); in getTagsLength() method
H A DCellUtil.java66 return range.set(cell.getTagsArray(), cell.getTagsOffset(), cell.getTagsLength()); in fillTagRange()
103 byte[] output = new byte[cell.getTagsLength()]; in getTagArray()
144 cell.getTagsLength()); in copyTagTo()
145 return destinationOffset + cell.getTagsLength(); in copyTagTo()
562 return getSumOfCellKeyElementLengths(cell) + cell.getValueLength() + cell.getTagsLength();
919 tag = Bytes.toStringBinary(cell.getTagsArray(), cell.getTagsOffset(), cell.getTagsLength());
H A DKeyValueUtil.java58 cell.getValueLength(), cell.getTagsLength(), true); in length()
152 if ((cell.getTagsLength() > 0)) { in appendToByteArray()
153 pos = Bytes.putAsShort(output, pos, cell.getTagsLength()); in appendToByteArray()
629 int tlen = cell.getTagsLength(); in oswrite()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/util/
H A DHFileTestUtil.java130 int tlen = kv.getTagsLength(); in createHFile()
158 int tlen = c.getTagsLength(); in verifyTags()
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/
H A DPrefixTreeSeeker.java101 cell.getTagsOffset(), cell.getTagsLength(), cell.getTimestamp(), cell.getTypeByte(), in getKeyValue()
405 public int getTagsLength() { in getTagsLength() method in PrefixTreeSeeker.ClonedPrefixTreeCell
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/test/java/org/apache/hadoop/hbase/ipc/
H A DTestPayloadCarryingRpcController.java174 public int getTagsLength() { in createCell() method
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/
H A DPrefixTreeCell.java229 public int getTagsLength() { in getTagsLength() method in PrefixTreeCell
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/
H A DWALPrettyPrinter.java342 if (cell.getTagsLength() > 0) { in toStringMap()
345 cell.getTagsLength()); in toStringMap()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/
H A DTestHFileWriterV3.java260 assertEquals(tagValue.length, tkv.getTagsLength()); in writeDataAndReadFromHFile()
262 tkv.getTagsOffset(), tkv.getTagsLength()) == 0); in writeDataAndReadFromHFile()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/
H A DKeyValueCompression.java111 WritableUtils.writeVInt(out, keyVal.getTagsLength()); in writeKV()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/
H A DNoOpDataBlockEncoder.java60 int tagsLength = cell.getTagsLength(); in encode()
H A DHFileWriterV3.java88 int tagsLength = cell.getTagsLength(); in append()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/codec/
H A DCellCodecWithTags.java59 write(cell.getTagsArray(), cell.getTagsOffset(), cell.getTagsLength()); in write()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/test/java/org/apache/hadoop/hbase/
H A DTestKeyValue.java527 assertTrue(kv.getTagsLength() > 0);
550 kv.getTagsLength());
565 kv.getTagsLength());
676 public int getTagsLength() {
677 return this.kv.getTagsLength();
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/
H A DCopyKeyDataBlockEncoder.java54 int tagsLength = cell.getTagsLength(); in internalEncode()

12