Uses of Interface
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
Modifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.util.PositionedByteRange
StructIterator.src
Modifier and TypeMethodDescriptionT
DataType.decode
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance ofT
from the buffersrc
.T
FixedLengthWrapper.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.Cell
PBCell.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
.T
TerminatedWrapper.decode
(org.apache.hadoop.hbase.util.PositionedByteRange src) A
Union2.decodeA
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance of the first type parameter from buffersrc
.B
Union2.decodeB
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance of the second type parameter from buffersrc
.byte
OrderedInt8.decodeByte
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read abyte
value from the buffersrc
.C
Union3.decodeC
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance of the third type parameter from buffersrc
.D
Union4.decodeD
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read an instance of the fourth type parameter from buffersrc
.double
OrderedFloat64.decodeDouble
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read adouble
value from the buffersrc
.double
OrderedNumeric.decodeDouble
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read adouble
value from the buffersrc
.float
OrderedFloat32.decodeFloat
(org.apache.hadoop.hbase.util.PositionedByteRange dst) Read afloat
value from the bufferdst
.int
OrderedInt32.decodeInt
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read anint
value from the buffersrc
.long
OrderedInt64.decodeLong
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read along
value from the buffersrc
.long
OrderedNumeric.decodeLong
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read along
value from the buffersrc
.short
OrderedInt16.decodeShort
(org.apache.hadoop.hbase.util.PositionedByteRange src) Read ashort
value from the buffersrc
.int
DataType.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, T val) Write instanceval
into bufferdst
.int
FixedLengthWrapper.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, T val) int
OrderedBlob.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val) int
OrderedBlob.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Write a subset ofval
todst
.int
OrderedBlobVar.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val) int
OrderedBlobVar.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Write a subset ofval
todst
.int
OrderedFloat32.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Float val) int
OrderedFloat64.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Double val) int
OrderedInt16.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Short val) int
OrderedInt32.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Integer val) int
OrderedInt64.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Long val) int
OrderedInt8.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Byte val) int
OrderedNumeric.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Number val) int
OrderedString.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, String val) int
PBCell.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, org.apache.hadoop.hbase.example.protobuf.generated.CellMessage.Cell val) int
RawByte.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Byte val) int
RawBytes.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val) int
RawBytes.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Writeval
intodst
, respectingvoff
andvlen
.int
RawBytesFixedLength.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Writeval
intobuff
, respectingoffset
andlength
.int
RawBytesTerminated.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte[] val, int voff, int vlen) Writeval
intodst
, respectingoffset
andlength
.int
RawDouble.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Double val) int
RawFloat.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Float val) int
RawInteger.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Integer val) int
RawLong.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Long val) int
RawShort.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Short val) int
RawString.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, String val) int
Struct.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, Object[] val) int
TerminatedWrapper.encode
(org.apache.hadoop.hbase.util.PositionedByteRange dst, T val) Write instanceval
into bufferdst
.int
OrderedInt8.encodeByte
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte val) Write instanceval
into bufferdst
.int
OrderedFloat64.encodeDouble
(org.apache.hadoop.hbase.util.PositionedByteRange dst, double val) Write instanceval
into bufferdst
.int
OrderedNumeric.encodeDouble
(org.apache.hadoop.hbase.util.PositionedByteRange dst, double val) Write instanceval
into bufferdst
.int
OrderedFloat32.encodeFloat
(org.apache.hadoop.hbase.util.PositionedByteRange dst, float val) Write instanceval
into bufferbuff
.int
OrderedInt32.encodeInt
(org.apache.hadoop.hbase.util.PositionedByteRange dst, int val) Write instanceval
into bufferdst
.int
OrderedInt64.encodeLong
(org.apache.hadoop.hbase.util.PositionedByteRange dst, long val) Write instanceval
into bufferdst
.int
OrderedNumeric.encodeLong
(org.apache.hadoop.hbase.util.PositionedByteRange dst, long val) Write instanceval
into bufferdst
.int
OrderedInt16.encodeShort
(org.apache.hadoop.hbase.util.PositionedByteRange dst, short val) Write instanceval
into bufferdst
.static org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream
PBType.inputStreamFromByteRange
(org.apache.hadoop.hbase.util.PositionedByteRange src) Create aCodedInputStream
from aPositionedByteRange
.org.apache.hadoop.hbase.types.StructIterator
Struct.iterator
(org.apache.hadoop.hbase.util.PositionedByteRange src) Retrieve anIterator
over the values encoded insrc
.static org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream
PBType.outputStreamFromByteRange
(org.apache.hadoop.hbase.util.PositionedByteRange dst) Create aCodedOutputStream
from aPositionedByteRange
.int
DataType.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) Skipsrc
's position forward over one encoded value.int
FixedLengthWrapper.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
OrderedBytesBase.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
PBCell.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
RawByte.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
RawBytes.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
RawDouble.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
RawFloat.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
RawInteger.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
RawLong.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
RawShort.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
RawString.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
Struct.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) int
TerminatedWrapper.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) Skipsrc
's position forward over one encoded value.protected int
TerminatedWrapper.terminatorPosition
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return the position at whichterm
begins withinsrc
, or-1
ifterm
is not found.ModifierConstructorDescriptionStructIterator
(org.apache.hadoop.hbase.util.PositionedByteRange src, org.apache.hadoop.hbase.types.DataType[] types) ConstructStructIterator
over the values encoded insrc
using the specifiedtypes
definition. -
Uses of org.apache.hadoop.hbase.util.PositionedByteRange in org.apache.hadoop.hbase.util
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.util.AbstractPositionedByteRange
Extends the basicSimpleByteRange
implementation with position support.class
org.apache.hadoop.hbase.util.SimplePositionedByteRange
Extends the basicSimpleMutableByteRange
implementation with position support and it is a readonly version.class
org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Extends the basicAbstractPositionedByteRange
implementation with position support and it is a mutable version.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.deepCopy()
org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.deepCopy()
org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.deepCopy()
org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.get
(byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.get
(byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.get
(int index, byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.get
(int index, byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.get
(byte[] dst) Filldst
with bytes from the range, starting fromposition
.org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.get
(byte[] dst, int offset, int length) Filldst
with bytes from the range, starting from the currentposition
.org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.get
(int index, byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.get
(int index, byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.get
(int index, byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.get
(int index, byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.get
(int index, byte[] dst) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.get
(int index, byte[] dst, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.put
(byte val) Storeval
at the next position in this range.org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.put
(byte[] val) Store the content ofval
in this range, starting at the next position.org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.put
(byte[] val, int offset, int length) Storelength
bytes fromval
into this range.org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.put
(int index, byte val) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.put
(int index, byte[] val) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.put
(int index, byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.put
(byte val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.put
(byte[] val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.put
(byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.put
(int index, byte val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.put
(int index, byte[] val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.put
(int index, byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.put
(byte val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.put
(byte[] val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.put
(byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.put
(int index, byte val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.put
(int index, byte[] val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.put
(int index, byte[] val, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.putInt
(int val) Store intval
at the next position in this range.org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.putInt
(int index, int val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.putInt
(int val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.putInt
(int index, int val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.putInt
(int val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.putInt
(int index, int val) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.putLong
(int index, long val) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.putLong
(long val) Store longval
at the next position in this range.org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.putLong
(int index, long val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.putLong
(long val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.putLong
(int index, long val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.putLong
(long val) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.putShort
(int index, short val) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.putShort
(short val) Store shortval
at the next position in this range.org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.putShort
(int index, short val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.putShort
(short val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.putShort
(int index, short val) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.putShort
(short val) org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.set
(byte[] bytes) org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.set
(byte[] bytes, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.set
(int capacity) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.set
(byte[] bytes) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.set
(byte[] bytes, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.set
(int capacity) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.set
(byte[] bytes) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.set
(byte[] bytes, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.set
(int capacity) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.set
(byte[] bytes) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.set
(byte[] bytes, int offset, int length) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.set
(int capacity) org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.setLength
(int length) Update the length of this range.org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.setLength
(int length) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.setLength
(int length) Update the length of this range.org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.setLimit
(int limit) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.setLimit
(int limit) Limits the byte range upto a specified value.org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.setLimit
(int limit) org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.setOffset
(int offset) Update the beginning of this range.org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.setOffset
(int offset) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.setOffset
(int offset) Update the beginning of this range.org.apache.hadoop.hbase.util.PositionedByteRange
AbstractPositionedByteRange.setPosition
(int position) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.setPosition
(int position) Update theposition
index.org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.shallowCopy()
org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.shallowCopy()
org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.shallowCopy()
org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.shallowCopySubRange
(int innerOffset, int copyLength) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.shallowCopySubRange
(int innerOffset, int copyLength) org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.shallowCopySubRange
(int innerOffset, int copyLength) org.apache.hadoop.hbase.util.PositionedByteRange
PositionedByteRange.unset()
org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedByteRange.unset()
org.apache.hadoop.hbase.util.PositionedByteRange
SimplePositionedMutableByteRange.unset()
Modifier 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 float
OrderedBytes.decodeFloat32
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a 32-bit floating point value using the fixed-length encoding.static double
OrderedBytes.decodeFloat64
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a 64-bit floating point value using the fixed-length encoding.static short
OrderedBytes.decodeInt16
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode anint16
value.static int
OrderedBytes.decodeInt32
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode anint32
value.static long
OrderedBytes.decodeInt64
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode anint64
value.static byte
OrderedBytes.decodeInt8
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode anint8
value.static BigDecimal
OrderedBytes.decodeNumericAsBigDecimal
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode aBigDecimal
value from the variable-length encoding.static double
OrderedBytes.decodeNumericAsDouble
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a primitivedouble
value from the Numeric encoding.static long
OrderedBytes.decodeNumericAsLong
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a primitivelong
value from the Numeric encoding.static String
OrderedBytes.decodeString
(org.apache.hadoop.hbase.util.PositionedByteRange src) Decode a String value.static int
OrderedBytes.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 int
OrderedBytes.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 int
OrderedBytes.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 int
OrderedBytes.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 int
OrderedBytes.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 int
OrderedBytes.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 int
OrderedBytes.encodeInt16
(org.apache.hadoop.hbase.util.PositionedByteRange dst, short val, org.apache.hadoop.hbase.util.Order ord) Encode anint16
value using the fixed-length encoding.static int
OrderedBytes.encodeInt32
(org.apache.hadoop.hbase.util.PositionedByteRange dst, int val, org.apache.hadoop.hbase.util.Order ord) Encode anint32
value using the fixed-length encoding.static int
OrderedBytes.encodeInt64
(org.apache.hadoop.hbase.util.PositionedByteRange dst, long val, org.apache.hadoop.hbase.util.Order ord) Encode anint64
value using the fixed-length encoding.static int
OrderedBytes.encodeInt8
(org.apache.hadoop.hbase.util.PositionedByteRange dst, byte val, org.apache.hadoop.hbase.util.Order ord) Encode anint8
value using the fixed-length encoding.static int
OrderedBytes.encodeNull
(org.apache.hadoop.hbase.util.PositionedByteRange dst, org.apache.hadoop.hbase.util.Order ord) Encode a null value.static int
OrderedBytes.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 int
OrderedBytes.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 int
OrderedBytes.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 int
OrderedBytes.encodeString
(org.apache.hadoop.hbase.util.PositionedByteRange dst, String val, org.apache.hadoop.hbase.util.Order ord) Encode a String value.static boolean
OrderedBytes.isBlobCopy
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses BlobCopy encoding, false otherwise.static boolean
OrderedBytes.isBlobVar
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses BlobVar encoding, false otherwise.static boolean
OrderedBytes.isEncodedValue
(org.apache.hadoop.hbase.util.PositionedByteRange src) Returns true whensrc
appears to be positioned an encoded value, false otherwise.static boolean
OrderedBytes.isFixedFloat32
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses fixed-width Float32 encoding, false otherwise.static boolean
OrderedBytes.isFixedFloat64
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses fixed-width Float64 encoding, false otherwise.static boolean
OrderedBytes.isFixedInt16
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses fixed-width Int16 encoding, false otherwise.static boolean
OrderedBytes.isFixedInt32
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses fixed-width Int32 encoding, false otherwise.static boolean
OrderedBytes.isFixedInt64
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses fixed-width Int64 encoding, false otherwise.static boolean
OrderedBytes.isFixedInt8
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses fixed-width Int8 encoding, false otherwise.static boolean
OrderedBytes.isNull
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
is null, false otherwise.static boolean
OrderedBytes.isNumeric
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses Numeric encoding, false otherwise.static boolean
OrderedBytes.isNumericInfinite
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses Numeric encoding and isInfinite
, false otherwise.static boolean
OrderedBytes.isNumericNaN
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses Numeric encoding and isNaN
, false otherwise.static boolean
OrderedBytes.isNumericZero
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses Numeric encoding and is0
, false otherwise.static boolean
OrderedBytes.isText
(org.apache.hadoop.hbase.util.PositionedByteRange src) Return true when the next encoded value insrc
uses Text encoding, false otherwise.static int
OrderedBytes.length
(org.apache.hadoop.hbase.util.PositionedByteRange buff) Return the number of encoded entries remaining inbuff
.static int
OrderedBytes.skip
(org.apache.hadoop.hbase.util.PositionedByteRange src) Skipbuff
's position forward over one encoded value.