Uses of Interface
org.apache.hadoop.hbase.util.PositionedByteRange
Packages that use org.apache.hadoop.hbase.util.PositionedByteRange
Package
Description
This package provides the definition and implementation of HBase's
extensible data type API.
-
Uses of org.apache.hadoop.hbase.util.PositionedByteRange in org.apache.hadoop.hbase.types
Fields in org.apache.hadoop.hbase.types declared as org.apache.hadoop.hbase.util.PositionedByteRange in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.util.PositionedByteRangeStructIterator.srcMethods in org.apache.hadoop.hbase.types with parameters of type org.apache.hadoop.hbase.util.PositionedByteRange in inModifier and TypeMethodDescriptionTDataType.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance ofTfrom the buffersrc.TFixedLengthWrapper.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) byte[]OrderedBlob.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) byte[]OrderedBlobVar.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) OrderedFloat32.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) OrderedFloat64.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) OrderedInt16.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) OrderedInt32.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) OrderedInt64.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) OrderedInt8.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) OrderedNumeric.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) OrderedString.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) org.apache.hadoop.hbase.example.protobuf.generated.CellMessage.CellPBCell.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) RawByte.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) byte[]RawBytes.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) byte[]RawBytes.decode(org.apache.hadoop.hbase.util.PositionedByteRange src, int length) Read abyte[]from the buffersrc.byte[]RawBytesFixedLength.decode(org.apache.hadoop.hbase.util.PositionedByteRange src, int length) Read abyte[]from the buffersrc.byte[]RawBytesTerminated.decode(org.apache.hadoop.hbase.util.PositionedByteRange src, int length) Read abyte[]from the buffersrc.RawDouble.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) RawFloat.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) RawInteger.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) RawLong.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) RawShort.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) RawString.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) Object[]Struct.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) Struct.decode(org.apache.hadoop.hbase.util.PositionedByteRange src, int index) Read the field atindex.TTerminatedWrapper.decode(org.apache.hadoop.hbase.util.PositionedByteRange src) AUnion2.decodeA(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance of the first type parameter from buffersrc.BUnion2.decodeB(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance of the second type parameter from buffersrc.byteOrderedInt8.decodeByte(org.apache.hadoop.hbase.util.PositionedByteRange src) Read abytevalue from the buffersrc.CUnion3.decodeC(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance of the third type parameter from buffersrc.DUnion4.decodeD(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance of the fourth type parameter from buffersrc.doubleOrderedFloat64.decodeDouble(org.apache.hadoop.hbase.util.PositionedByteRange src) Read adoublevalue from the buffersrc.doubleOrderedNumeric.decodeDouble(org.apache.hadoop.hbase.util.PositionedByteRange src) Read adoublevalue from the buffersrc.floatOrderedFloat32.decodeFloat(org.apache.hadoop.hbase.util.PositionedByteRange dst) Read afloatvalue from the bufferdst.intOrderedInt32.decodeInt(org.apache.hadoop.hbase.util.PositionedByteRange src) Read anintvalue from the buffersrc.longOrderedInt64.decodeLong(org.apache.hadoop.hbase.util.PositionedByteRange src) Read alongvalue from the buffersrc.longOrderedNumeric.decodeLong(org.apache.hadoop.hbase.util.PositionedByteRange src) Read alongvalue from the buffersrc.shortOrderedInt16.decodeShort(org.apache.hadoop.hbase.util.PositionedByteRange src) Read ashortvalue from the buffersrc.intDataType.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, T val) Write instancevalinto bufferdst.intFixedLengthWrapper.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, T val) intOrderedBlob.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val) intOrderedBlob.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Write a subset ofvaltodst.intOrderedBlobVar.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val) intOrderedBlobVar.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Write a subset ofvaltodst.intOrderedFloat32.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Float val) intOrderedFloat64.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Double val) intOrderedInt16.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Short val) intOrderedInt32.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Integer val) intOrderedInt64.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Long val) intOrderedInt8.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Byte val) intOrderedNumeric.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Number val) intOrderedString.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, String val) intPBCell.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, org.apache.hadoop.hbase.example.protobuf.generated.CellMessage.Cell val) intRawByte.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Byte val) intRawBytes.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val) intRawBytes.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Writevalintodst, respectingvoffandvlen.intRawBytesFixedLength.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Writevalintobuff, respectingoffsetandlength.intRawBytesTerminated.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Writevalintodst, respectingoffsetandlength.intRawDouble.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Double val) intRawFloat.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Float val) intRawInteger.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Integer val) intRawLong.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Long val) intRawShort.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Short val) intRawString.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, String val) intStruct.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, Object[] val) intTerminatedWrapper.encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, T val) Write instancevalinto bufferdst.intOrderedInt8.encodeByte(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte val) Write instancevalinto bufferdst.intOrderedFloat64.encodeDouble(org.apache.hadoop.hbase.util.PositionedByteRange dst, double val) Write instancevalinto bufferdst.intOrderedNumeric.encodeDouble(org.apache.hadoop.hbase.util.PositionedByteRange dst, double val) Write instancevalinto bufferdst.intOrderedFloat32.encodeFloat(org.apache.hadoop.hbase.util.PositionedByteRange dst, float val) Write instancevalinto bufferbuff.intOrderedInt32.encodeInt(org.apache.hadoop.hbase.util.PositionedByteRange dst, int val) Write instancevalinto bufferdst.intOrderedInt64.encodeLong(org.apache.hadoop.hbase.util.PositionedByteRange dst, long val) Write instancevalinto bufferdst.intOrderedNumeric.encodeLong(org.apache.hadoop.hbase.util.PositionedByteRange dst, long val) Write instancevalinto bufferdst.intOrderedInt16.encodeShort(org.apache.hadoop.hbase.util.PositionedByteRange dst, short val) Write instancevalinto bufferdst.static org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStreamPBType.inputStreamFromByteRange(org.apache.hadoop.hbase.util.PositionedByteRange src) Create aCodedInputStreamfrom aPositionedByteRange.org.apache.hadoop.hbase.types.StructIteratorStruct.iterator(org.apache.hadoop.hbase.util.PositionedByteRange src) Retrieve anIteratorover the values encoded insrc.static org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStreamPBType.outputStreamFromByteRange(org.apache.hadoop.hbase.util.PositionedByteRange dst) Create aCodedOutputStreamfrom aPositionedByteRange.intDataType.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) Skipsrc's position forward over one encoded value.intFixedLengthWrapper.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intOrderedBytesBase.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intPBCell.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intRawByte.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intRawBytes.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intRawDouble.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intRawFloat.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intRawInteger.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intRawLong.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intRawShort.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intRawString.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intStruct.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) intTerminatedWrapper.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) Skipsrc's position forward over one encoded value.protected intTerminatedWrapper.terminatorPosition(org.apache.hadoop.hbase.util.PositionedByteRange src) Return the position at whichtermbegins withinsrc, or-1iftermis not found.Constructors in org.apache.hadoop.hbase.types with parameters of type org.apache.hadoop.hbase.util.PositionedByteRange in inModifierConstructorDescriptionStructIterator(org.apache.hadoop.hbase.util.PositionedByteRange src, org.apache.hadoop.hbase.types.DataType[] types) ConstructStructIteratorover the values encoded insrcusing the specifiedtypesdefinition. -
Uses of org.apache.hadoop.hbase.util.PositionedByteRange in org.apache.hadoop.hbase.util
Classes in org.apache.hadoop.hbase.util that implement org.apache.hadoop.hbase.util.PositionedByteRange in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.util.AbstractPositionedByteRangeExtends the basicSimpleByteRangeimplementation with position support.classorg.apache.hadoop.hbase.util.SimplePositionedByteRangeExtends the basicSimpleMutableByteRangeimplementation with position support and it is a readonly version.classorg.apache.hadoop.hbase.util.SimplePositionedMutableByteRangeExtends the basicAbstractPositionedByteRangeimplementation with position support and it is a mutable version.Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.PositionedByteRange in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.deepCopy()org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.deepCopy()org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.deepCopy()org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.get(byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.get(byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.get(int index, byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.get(int index, byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.get(byte[] dst) Filldstwith bytes from the range, starting fromposition.org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.get(byte[] dst, int offset, int length) Filldstwith bytes from the range, starting from the currentposition.org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.get(int index, byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.get(int index, byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.get(int index, byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.get(int index, byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.get(int index, byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.get(int index, byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.put(byte val) Storevalat the next position in this range.org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.put(byte[] val) Store the content ofvalin this range, starting at the next position.org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.put(byte[] val, int offset, int length) Storelengthbytes fromvalinto this range.org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.put(int index, byte val) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.put(int index, byte[] val) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.put(int index, byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.put(byte val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.put(byte[] val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.put(byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.put(int index, byte val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.put(int index, byte[] val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.put(int index, byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.put(byte val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.put(byte[] val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.put(byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.put(int index, byte val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.put(int index, byte[] val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.put(int index, byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.putInt(int val) Store intvalat the next position in this range.org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.putInt(int index, int val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.putInt(int val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.putInt(int index, int val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.putInt(int val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.putInt(int index, int val) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.putLong(int index, long val) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.putLong(long val) Store longvalat the next position in this range.org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.putLong(int index, long val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.putLong(long val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.putLong(int index, long val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.putLong(long val) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.putShort(int index, short val) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.putShort(short val) Store shortvalat the next position in this range.org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.putShort(int index, short val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.putShort(short val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.putShort(int index, short val) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.putShort(short val) org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.set(byte[] bytes) org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.set(byte[] bytes, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.set(int capacity) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.set(byte[] bytes) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.set(byte[] bytes, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.set(int capacity) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.set(byte[] bytes) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.set(byte[] bytes, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.set(int capacity) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.set(byte[] bytes) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.set(byte[] bytes, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.set(int capacity) org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.setLength(int length) Update the length of this range.org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.setLength(int length) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.setLength(int length) Update the length of this range.org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.setLimit(int limit) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.setLimit(int limit) Limits the byte range upto a specified value.org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.setLimit(int limit) org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.setOffset(int offset) Update the beginning of this range.org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.setOffset(int offset) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.setOffset(int offset) Update the beginning of this range.org.apache.hadoop.hbase.util.PositionedByteRangeAbstractPositionedByteRange.setPosition(int position) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.setPosition(int position) Update thepositionindex.org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.shallowCopy()org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.shallowCopy()org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.shallowCopy()org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.shallowCopySubRange(int innerOffset, int copyLength) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.shallowCopySubRange(int innerOffset, int copyLength) org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.shallowCopySubRange(int innerOffset, int copyLength) org.apache.hadoop.hbase.util.PositionedByteRangePositionedByteRange.unset()org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedByteRange.unset()org.apache.hadoop.hbase.util.PositionedByteRangeSimplePositionedMutableByteRange.unset()Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.PositionedByteRange in inModifier and TypeMethodDescriptionstatic byte[]OrderedBytes.decodeBlobCopy(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a Blob value, byte-for-byte copy.static byte[]OrderedBytes.decodeBlobVar(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a blob value that was encoded using BlobVar encoding.static floatOrderedBytes.decodeFloat32(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a 32-bit floating point value using the fixed-length encoding.static doubleOrderedBytes.decodeFloat64(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a 64-bit floating point value using the fixed-length encoding.static shortOrderedBytes.decodeInt16(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode anint16value.static intOrderedBytes.decodeInt32(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode anint32value.static longOrderedBytes.decodeInt64(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode anint64value.static byteOrderedBytes.decodeInt8(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode anint8value.static BigDecimalOrderedBytes.decodeNumericAsBigDecimal(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode aBigDecimalvalue from the variable-length encoding.static doubleOrderedBytes.decodeNumericAsDouble(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a primitivedoublevalue from the Numeric encoding.static longOrderedBytes.decodeNumericAsLong(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a primitivelongvalue from the Numeric encoding.static StringOrderedBytes.decodeString(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a String value.static intOrderedBytes.encodeBlobCopy(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen, org.apache.hadoop.hbase.util.Order ord) Encode a Blob value as a byte-for-byte copy.static intOrderedBytes.encodeBlobCopy(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, org.apache.hadoop.hbase.util.Order ord) Encode a Blob value as a byte-for-byte copy.static intOrderedBytes.encodeBlobVar(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen, org.apache.hadoop.hbase.util.Order ord) Encode a Blob value using a modified varint encoding scheme.static intOrderedBytes.encodeBlobVar(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, org.apache.hadoop.hbase.util.Order ord) Encode a blob value using a modified varint encoding scheme.static intOrderedBytes.encodeFloat32(org.apache.hadoop.hbase.util.PositionedByteRange dst, float val, org.apache.hadoop.hbase.util.Order ord) Encode a 32-bit floating point value using the fixed-length encoding.static intOrderedBytes.encodeFloat64(org.apache.hadoop.hbase.util.PositionedByteRange dst, double val, org.apache.hadoop.hbase.util.Order ord) Encode a 64-bit floating point value using the fixed-length encoding.static intOrderedBytes.encodeInt16(org.apache.hadoop.hbase.util.PositionedByteRange dst, short val, org.apache.hadoop.hbase.util.Order ord) Encode anint16value using the fixed-length encoding.static intOrderedBytes.encodeInt32(org.apache.hadoop.hbase.util.PositionedByteRange dst, int val, org.apache.hadoop.hbase.util.Order ord) Encode anint32value using the fixed-length encoding.static intOrderedBytes.encodeInt64(org.apache.hadoop.hbase.util.PositionedByteRange dst, long val, org.apache.hadoop.hbase.util.Order ord) Encode anint64value using the fixed-length encoding.static intOrderedBytes.encodeInt8(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte val, org.apache.hadoop.hbase.util.Order ord) Encode anint8value using the fixed-length encoding.static intOrderedBytes.encodeNull(org.apache.hadoop.hbase.util.PositionedByteRange dst, org.apache.hadoop.hbase.util.Order ord) Encode a null value.static intOrderedBytes.encodeNumeric(org.apache.hadoop.hbase.util.PositionedByteRange dst, double val, org.apache.hadoop.hbase.util.Order ord) Encode a numerical value using the variable-length encoding.static intOrderedBytes.encodeNumeric(org.apache.hadoop.hbase.util.PositionedByteRange dst, long val, org.apache.hadoop.hbase.util.Order ord) Encode a numerical value using the variable-length encoding.static intOrderedBytes.encodeNumeric(org.apache.hadoop.hbase.util.PositionedByteRange dst, BigDecimal val, org.apache.hadoop.hbase.util.Order ord) Encode a numerical value using the variable-length encoding.static intOrderedBytes.encodeString(org.apache.hadoop.hbase.util.PositionedByteRange dst, String val, org.apache.hadoop.hbase.util.Order ord) Encode a String value.static booleanOrderedBytes.isBlobCopy(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses BlobCopy encoding, false otherwise.static booleanOrderedBytes.isBlobVar(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses BlobVar encoding, false otherwise.static booleanOrderedBytes.isEncodedValue(org.apache.hadoop.hbase.util.PositionedByteRange src) Returns true whensrcappears to be positioned an encoded value, false otherwise.static booleanOrderedBytes.isFixedFloat32(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses fixed-width Float32 encoding, false otherwise.static booleanOrderedBytes.isFixedFloat64(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses fixed-width Float64 encoding, false otherwise.static booleanOrderedBytes.isFixedInt16(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses fixed-width Int16 encoding, false otherwise.static booleanOrderedBytes.isFixedInt32(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses fixed-width Int32 encoding, false otherwise.static booleanOrderedBytes.isFixedInt64(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses fixed-width Int64 encoding, false otherwise.static booleanOrderedBytes.isFixedInt8(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses fixed-width Int8 encoding, false otherwise.static booleanOrderedBytes.isNull(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcis null, false otherwise.static booleanOrderedBytes.isNumeric(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses Numeric encoding, false otherwise.static booleanOrderedBytes.isNumericInfinite(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses Numeric encoding and isInfinite, false otherwise.static booleanOrderedBytes.isNumericNaN(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses Numeric encoding and isNaN, false otherwise.static booleanOrderedBytes.isNumericZero(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses Numeric encoding and is0, false otherwise.static booleanOrderedBytes.isText(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrcuses Text encoding, false otherwise.static intOrderedBytes.length(org.apache.hadoop.hbase.util.PositionedByteRange buff) Return the number of encoded entries remaining inbuff.static intOrderedBytes.skip(org.apache.hadoop.hbase.util.PositionedByteRange src) Skipbuff's position forward over one encoded value.