Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Z 

A

AbstractByteRange - Class in com.mapr.org.apache.hadoop.hbase.util
An abstract implementation of the ByteRange API
AbstractByteRange() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
AbstractPositionedByteRange - Class in com.mapr.org.apache.hadoop.hbase.util
Extends the basic SimpleByteRange implementation with position support.
AbstractPositionedByteRange() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
add(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
add(byte[], byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
appendZeroByte(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Treat the byte[] as an unsigned series of bytes, most significant bits first.
apply(byte) - Method in enum com.mapr.org.apache.hadoop.hbase.util.Order
Apply order to the byte val.
apply(byte[]) - Method in enum com.mapr.org.apache.hadoop.hbase.util.Order
Apply order to the byte array val.
apply(byte[], int, int) - Method in enum com.mapr.org.apache.hadoop.hbase.util.Order
Apply order to a range within the byte array val.

B

blobVarEncodedLength(int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Calculate the expected BlobVar encoded length based on unencoded length.
ByteArrayComparator() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
Constructor
ByteArrayReader - Class in com.mapr.utils
 
ByteBufferReader - Class in com.mapr.utils
 
ByteRange - Interface in com.mapr.org.apache.hadoop.hbase.util
Lightweight, reusable class for specifying ranges of byte[]'s.
ByteReader - Class in com.mapr.utils
 
ByteReader() - Constructor for class com.mapr.utils.ByteReader
 
bytes - Variable in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
The array containing the bytes in this range.
Bytes - Class in com.mapr.org.apache.hadoop.hbase.util
Utility class that handles byte arrays, conversions to/from other types, comparisons, hash code generation, manufacturing keys for HashMaps or HashSets, etc.
Bytes() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
Bytes.ByteArrayComparator - Class in com.mapr.org.apache.hadoop.hbase.util
Byte array comparator class.
Bytes.RowEndKeyComparator - Class in com.mapr.org.apache.hadoop.hbase.util
A Bytes.ByteArrayComparator that treats the empty array as the largest value.
BYTES_COMPARATOR - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Pass this to TreeMaps where byte [] are keys.

C

Classpath - Class in com.mapr.utils
 
Classpath() - Constructor for class com.mapr.utils.Classpath
 
clearHashCache() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
cmp(int) - Method in enum com.mapr.org.apache.hadoop.hbase.util.Order
Returns the adjusted trichotomous value according to the ordering imposed by this Order.
Collections - Class in com.mapr.utils
 
Collections() - Constructor for class com.mapr.utils.Collections
 
CollectionUtils - Class in com.mapr.org.apache.hadoop.hbase.util
Utility methods for dealing with Collections, including treating null collections as empty.
CollectionUtils() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
 
com.mapr.apis - package com.mapr.apis
 
com.mapr.org.apache.hadoop.hbase.util - package com.mapr.org.apache.hadoop.hbase.util
 
com.mapr.utils - package com.mapr.utils
 
compare(byte[], byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
 
compare(byte[], byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
compareTo(ByteRange) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
Bitwise comparison of each byte in the array.
compareTo(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
compareTo(byte[], int, int, byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Lexicographically compare two arrays.
computeXor(byte[]) - Static method in class com.mapr.utils.Crypto
 
computeXor(ByteReader) - Static method in class com.mapr.utils.Crypto
 
computeXorCrc32Unalign(ByteReader) - Static method in class com.mapr.utils.Crypto
 
concatenate(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
contains(byte[], byte) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
contains(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
copy(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Copy the byte array given in parameter and return an instance of a new byte array with the same length and the same content.
copy(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Copy the byte array given in parameter and return an instance of a new byte array with the same length and the same content.
copyToByteBuffer(ByteBuffer) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Copies a direct bytebuffer to a non-direct byte buffer.
copyToDirectByteBuffer(ByteBuffer) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Copies a non-direct bytebuffer to a direct byte buffer.
createMaxByteArray(int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Create a max byte array with the specified max byte count
createStopKeyForPrefix(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Returns the Stop Key for the given physical row key prefix
Crypto - Class in com.mapr.utils
 
Crypto() - Constructor for class com.mapr.utils.Crypto
 

D

decodeBlobCopy(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode a Blob value, byte-for-byte copy.
decodeBlobVar(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode a blob value that was encoded using BlobVar encoding.
decodeFloat32(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode a 32-bit floating point value using the fixed-length encoding.
decodeFloat64(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode a 64-bit floating point value using the fixed-length encoding.
decodeInt16(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode an int16 value.
decodeInt32(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode an int32 value.
decodeInt64(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode an int64 value.
decodeInt8(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode an int8 value.
decodeNumericAsBigDecimal(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode a BigDecimal value from the variable-length encoding.
decodeNumericAsDouble(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode a primitive double value from the Numeric encoding.
decodeNumericAsLong(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode a primitive long value from the Numeric encoding.
decodeString(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Decode a String value.
deepCopy() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
deepCopy() - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Create a new ByteRange with new backing byte[] containing a copy of the content from this range's window.
deepCopy() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
deepCopy() - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
deepCopy() - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
deepCopy() - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
deepCopySubRangeTo(int, int, byte[], int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
deepCopySubRangeTo(int, int, byte[], int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Wrapper for System.arraycopy.
deepCopyTo(byte[], int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
deepCopyTo(byte[], int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Wrapper for System.arraycopy.
deepCopyToNewArray() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
deepCopyToNewArray() - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Instantiate a new byte[] with exact length, which is at least 24 bytes + length.
DEFAULT_MATH_CONTEXT - Static variable in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
The context used to normalize BigDecimal values.

E

EMPTY_BYTE_ARRAY - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
encodeBlobCopy(PositionedByteRange, byte[], int, int, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a Blob value as a byte-for-byte copy.
encodeBlobCopy(PositionedByteRange, byte[], Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a Blob value as a byte-for-byte copy.
encodeBlobVar(PositionedByteRange, byte[], int, int, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a Blob value using a modified varint encoding scheme.
encodeBlobVar(PositionedByteRange, byte[], Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a blob value using a modified varint encoding scheme.
encodeFloat32(PositionedByteRange, float, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a 32-bit floating point value using the fixed-length encoding.
encodeFloat64(PositionedByteRange, double, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a 64-bit floating point value using the fixed-length encoding.
encodeInt16(PositionedByteRange, short, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode an int16 value using the fixed-length encoding.
encodeInt32(PositionedByteRange, int, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode an int32 value using the fixed-length encoding.
encodeInt64(PositionedByteRange, long, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode an int64 value using the fixed-length encoding.
encodeInt8(PositionedByteRange, byte, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode an int8 value using the fixed-length encoding.
encodeNull(PositionedByteRange, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a null value.
encodeNumeric(PositionedByteRange, long, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a numerical value using the variable-length encoding.
encodeNumeric(PositionedByteRange, double, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a numerical value using the variable-length encoding.
encodeNumeric(PositionedByteRange, BigDecimal, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a numerical value using the variable-length encoding.
encodeString(PositionedByteRange, String, Order) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Encode a String value.
equals(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
equals(byte[], int, int, byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
equals(byte[], ByteBuffer) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
equals(List<byte[]>, List<byte[]>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
equals(Object) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
ESTIMATED_HEAP_TAX - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Estimate of size cost to pay beyond payload in jvm for instance of byte [].

F

fnvHash32(int) - Static method in class com.mapr.utils.Crypto
 
fnvHash64(long) - Static method in class com.mapr.utils.Crypto
 
fromHex(String) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Create a byte array from a string of hash digits.

G

get(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
get(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
get(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
get() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the byte at index.
get(int, byte[]) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Fill dst with bytes from the range, starting from index.
get(int, byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Fill dst with bytes from the range, starting from index.
get() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next byte from this range.
get(byte[]) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Fill dst with bytes from the range, starting from position.
get(byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Fill dst with bytes from the range, starting from the current position.
get(int, byte[]) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
get(int, byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
get(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
get(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
get(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
get(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
getArchName() - Static method in class com.mapr.utils.OSInfo
 
getByte(int) - Method in class com.mapr.utils.ByteArrayReader
 
getByte(int) - Method in class com.mapr.utils.ByteBufferReader
 
getByte(int) - Method in class com.mapr.utils.ByteReader
 
getBytes() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
getBytes() - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
The underlying byte[].
getBytes(ByteBuffer) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Returns a new byte array, copied from the given buf, from the position (inclusive) to the limit (exclusive).
getFirst(Collection<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
first/last
getInt(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
getInt() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getInt(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the int value at index
getInt() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next int value from this range.
getInt(int) - Method in class com.mapr.utils.ByteReader
 
getIntB(int) - Method in class com.mapr.utils.ByteReader
 
getIntL(int) - Method in class com.mapr.utils.ByteReader
 
getLast(List<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
 
getLastIndex(List<?>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
 
getLength() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
getLength() - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
The length of the range.
getLimit() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getLimit() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Return the current limit
getLogger() - Method in interface com.mapr.apis.SlfLogger
 
getLong(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
getLong() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getLong(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the long value at index
getLong() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next long value from this range.
getLong(int) - Method in class com.mapr.utils.ByteReader
 
getLongB(int) - Method in class com.mapr.utils.ByteReader
 
getLongL(int) - Method in class com.mapr.utils.ByteReader
 
getNativeLibFolderPathForCurrentOS() - Static method in class com.mapr.utils.OSInfo
 
getOffset() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
getOffset() - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
The offset, the index into the underlying byte[] at which this range begins.
getOrder() - Method in class com.mapr.utils.ByteReader
 
getOSName() - Static method in class com.mapr.utils.OSInfo
 
getPosition() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getPosition() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
The current position marker.
getRegexPrefix(String) - Static method in class com.mapr.utils.Regexes
Traverse the supplied regular expression pattern and return its literal prefix, or empty string if a valid prefix could not be found
getRemaining() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getRemaining() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
The number of bytes remaining between position and the end of the range.
getShort(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
getShort() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getShort(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the short value at index
getShort() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next short value from this range.
getVLong(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
getVLong() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getVLong(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the long value at index which is stored as VLong
getVLong() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next long value, which is stored as VLong, from this range
getVLongSize(long) - Static method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 

H

hash - Variable in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
Variable for lazy-caching the hashCode of this range.
hashCode() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
hashCode(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
hashCode(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
head(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 

I

indexOf(byte[], byte) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Returns the index of the first appearance of the value target in array.
indexOf(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Returns the start position of the first occurrence of the specified target within array, or -1 if there is no such occurrence.
isBlobCopy(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses BlobCopy encoding, false otherwise.
isBlobVar(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses BlobVar encoding, false otherwise.
isEmpty() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
isEmpty(ByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
isEmpty() - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
 
isEmpty(Collection<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
empty
isEncodedValue(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Returns true when src appears to be positioned an encoded value, false otherwise.
isFixedFloat32(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Float32 encoding, false otherwise.
isFixedFloat64(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Float64 encoding, false otherwise.
isFixedInt32(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int32 encoding, false otherwise.
isFixedInt64(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses fixed-width Int64 encoding, false otherwise.
isHashCached() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
isLastIndex(List<?>, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
 
isNull(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src is null, false otherwise.
isNumeric(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding, false otherwise.
isNumericInfinite(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding and is Infinite, false otherwise.
isNumericNaN(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding and is NaN, false otherwise.
isNumericZero(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Numeric encoding and is 0, false otherwise.
isText(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return true when the next encoded value in src uses Text encoding, false otherwise.
IterableUtils - Class in com.mapr.org.apache.hadoop.hbase.util
Utility methods for Iterable including null-safe handlers.
IterableUtils() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.IterableUtils
 

J

JsonUtils - Class in com.mapr.utils
 
JsonUtils() - Constructor for class com.mapr.utils.JsonUtils
 

L

len(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Returns length of the byte array, returning 0 if the array is null.
length - Variable in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
The number of bytes in the range.
length(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return the number of encoded entries remaining in buff.
length() - Method in class com.mapr.utils.ByteArrayReader
 
length() - Method in class com.mapr.utils.ByteBufferReader
 
length() - Method in class com.mapr.utils.ByteReader
 
limit - Variable in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 

M

main(String[]) - Static method in class com.mapr.utils.Classpath
 
main(String[]) - Static method in class com.mapr.utils.OSInfo
 
makeInt(byte, byte, byte, byte) - Method in class com.mapr.utils.ByteReader
 
makeLong(byte, byte, byte, byte, byte, byte, byte, byte) - Method in class com.mapr.utils.ByteReader
 
mark() - Method in class com.mapr.utils.ByteArrayReader
 
mark() - Method in class com.mapr.utils.ByteBufferReader
 
mark() - Method in class com.mapr.utils.ByteReader
 
MAX_PRECISION - Static variable in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Max precision guaranteed to fit into a long.
maxOfStartRows(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
maxOfStopRows(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
minOfStartRows(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
minOfStopRows(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
multiple(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Create a byte array which is multiple given bytes

N

nextUnsafe() - Method in class com.mapr.utils.ByteArrayReader
 
nextUnsafe() - Method in class com.mapr.utils.ByteBufferReader
 
nextUnsafe() - Method in class com.mapr.utils.ByteReader
 
notEmpty(Collection<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
 
nullSafe(Collection<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
 
nullSafe(Iterable<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.IterableUtils
 
nullSafeSameSize(Collection<A>, Collection<B>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
 
nullSafeSize(Collection<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
size

O

offset - Variable in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
The index of the first byte in this range.
Order - Enum in com.mapr.org.apache.hadoop.hbase.util
Used to describe or modify the lexicographical sort order of a byte[].
OrderedBytes - Class in com.mapr.org.apache.hadoop.hbase.util
Utility class that handles ordered byte arrays.
OrderedBytes() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
 
OSInfo - Class in com.mapr.utils
 
OSInfo() - Constructor for class com.mapr.utils.OSInfo
 

P

padHead(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
padTail(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
peek() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
peek() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next byte from this range without incrementing position.
position - Variable in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
The current index into the range.
PositionedByteRange - Interface in com.mapr.org.apache.hadoop.hbase.util
Extends ByteRange with additional methods to support tracking a consumers position within the viewport.
put(int, byte) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
put(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
put(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
put(byte) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(int, byte) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store val at index.
put(int, byte[]) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store val at index.
put(int, byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store length bytes from val into this range, starting at index.
put(byte) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store val at the next position in this range.
put(byte[]) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store the content of val in this range, starting at the next position.
put(byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store length bytes from val into this range.
put(int, byte) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte[]) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
put(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
put(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
put(byte) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(int, byte) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
put(byte) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(int, byte) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
put(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putAsShort(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Put an int value as short out to the specified byte array position.
putBigDecimal(byte[], int, BigDecimal) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Put a BigDecimal value out to the specified byte array position.
putByte(byte[], int, byte) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Write a single byte out to the specified byte array position.
putByteBuffer(byte[], int, ByteBuffer) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Add the whole content of the ByteBuffer to the bytes arrays.
putBytes(byte[], int, byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Put bytes at the specified byte array position.
putDouble(byte[], int, double) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
putFloat(byte[], int, float) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
putInt(int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
putInt(int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putInt(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putInt(int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store the int value at index
putInt(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Put an int value out to the specified byte array position.
putInt(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store int val at the next position in this range.
putInt(int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
putInt(int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
putInt(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putInt(int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putInt(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putInt(int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putIntUnsafe(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Put an int value out to the specified byte array position (Unsafe).
putLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
putLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putLong(long) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putLong(int, long) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store the long value at index
putLong(byte[], int, long) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Put a long value out to the specified byte array position.
putLong(long) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store long val at the next position in this range.
putLong(int, long) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
putLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
putLong(long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putLong(long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putLongUnsafe(byte[], int, long) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Put a long value out to the specified byte array position (Unsafe).
putShort(int, short) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
putShort(int, short) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putShort(short) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putShort(int, short) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store the short value at index
putShort(byte[], int, short) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Put a short value out to the specified byte array position.
putShort(short) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store short val at the next position in this range.
putShort(int, short) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
putShort(int, short) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
putShort(short) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putShort(int, short) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putShort(short) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putShort(int, short) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putShortUnsafe(byte[], int, short) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Put a short value out to the specified byte array position (Unsafe).
putVLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
putVLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putVLong(long) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putVLong(int, long) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store the long value at index as a VLong
putVLong(long) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store the long val at the next position as a VLong
putVLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
putVLong(long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putVLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
putVLong(long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
putVLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 

R

random(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Fill given array with random bytes.
random(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Fill given array with random bytes at the specified position.
readAsInt(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
ReadOnlyByteRangeException - Exception in com.mapr.org.apache.hadoop.hbase.util
Exception thrown when a read only byte range is modified
ReadOnlyByteRangeException() - Constructor for exception com.mapr.org.apache.hadoop.hbase.util.ReadOnlyByteRangeException
 
Regexes - Class in com.mapr.utils
 
Regexes() - Constructor for class com.mapr.utils.Regexes
 
reset() - Method in class com.mapr.utils.ByteArrayReader
 
reset() - Method in class com.mapr.utils.ByteBufferReader
 
reset() - Method in class com.mapr.utils.ByteReader
 
RowEndKeyComparator() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
run(String[]) - Method in class com.mapr.utils.Classpath
 

S

set(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
set(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
set(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
set(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
set(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
set(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
set(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Reuse this ByteRange over a new byte[].
set(byte[]) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Reuse this ByteRange over a new byte[].
set(byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Reuse this ByteRange over a new byte[].
set(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
set(byte[]) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
set(byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
set(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
set(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
set(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
set(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
set(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
set(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
set(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
set(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
set(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
setLength(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
setLength(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
Update the length of this range.
setLength(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Update the length of this range.
setLength(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
setLength(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Update the length of this range.
setLimit(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
setLimit(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Limits the byte range upto a specified value.
setLimit(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
setOffset(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
setOffset(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
Update the beginning of this range.
setOffset(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Update the beginning of this range.
setOffset(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
setOffset(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Update the beginning of this range.
setOrder(ByteOrder) - Method in class com.mapr.utils.ByteReader
 
setPosition(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
setPosition(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Update the position index.
shallowCopy() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
shallowCopy() - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Create a new ByteRange that points at this range's byte[].
shallowCopy() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
shallowCopy() - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
shallowCopy() - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
shallowCopy() - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
shallowCopySubRange(int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
shallowCopySubRange(int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Create a new ByteRange that points at this range's byte[].
shallowCopySubRange(int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
shallowCopySubRange(int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
shallowCopySubRange(int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
shallowCopySubRange(int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
SimpleByteRange - Class in com.mapr.org.apache.hadoop.hbase.util
A read only version of the ByteRange.
SimpleByteRange() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
SimpleByteRange(int) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
SimpleByteRange(byte[]) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
Create a new ByteRange over the provided bytes.
SimpleByteRange(byte[], int, int) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
Create a new ByteRange over the provided bytes.
SimplePositionedByteRange - Class in com.mapr.org.apache.hadoop.hbase.util
Extends the basic SimpleMutableByteRange implementation with position support and it is a readonly version.
SimplePositionedByteRange() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
Create a new PositionedByteRange lacking a backing array and with an undefined viewport.
SimplePositionedByteRange(int) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
Create a new PositionedByteRange over a new backing array of size capacity.
SimplePositionedByteRange(byte[]) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
Create a new PositionedByteRange over the provided bytes.
SimplePositionedByteRange(byte[], int, int) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
Create a new PositionedByteRange over the provided bytes.
SimplePositionedMutableByteRange - Class in com.mapr.org.apache.hadoop.hbase.util
Extends the basic AbstractPositionedByteRange implementation with position support and it is a mutable version.
SimplePositionedMutableByteRange() - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Create a new PositionedByteRange lacking a backing array and with an undefined viewport.
SimplePositionedMutableByteRange(int) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Create a new PositionedByteRange over a new backing array of size capacity.
SimplePositionedMutableByteRange(byte[]) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Create a new PositionedByteRange over the provided bytes.
SimplePositionedMutableByteRange(byte[], int, int) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
Create a new PositionedByteRange over the provided bytes.
SIZEOF_BOOLEAN - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Size of boolean in bytes
SIZEOF_BYTE - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Size of byte in bytes
SIZEOF_CHAR - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Size of char in bytes
SIZEOF_DOUBLE - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Size of double in bytes
SIZEOF_FLOAT - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Size of float in bytes
SIZEOF_INT - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Size of int in bytes
SIZEOF_LONG - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Size of long in bytes
SIZEOF_SHORT - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Size of short in bytes
skip(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Skip buff's position forward over one encoded value.
SlfLogger - Interface in com.mapr.apis
 
StackTrace - Class in com.mapr.utils
Convenient way of obtaining and manipulating stack traces for debugging.
StackTrace() - Constructor for class com.mapr.utils.StackTrace
Constructor.
startsWith(byte[], byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Return true if the byte array on the right is a prefix of the byte array on the left.

T

tail(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toBase64(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Encodes the specified byte array to a base-64 String.
toBigDecimal(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a BigDecimal
toBigDecimal(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a BigDecimal value
toBinaryFromHex(byte) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Takes a ASCII digit in the range A-F0-9 and returns the corresponding integer/ordinal value.
toBoolean(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
toByteArrays(String[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toByteArrays(String) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toByteArrays(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toByteBuffer(String) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a string to a UTF-8 ByteBuffer.
toBytes(ByteBuffer) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Returns a new byte array, copied from the given buf, from the index 0 (inclusive) to the limit (exclusive), regardless of the current position.
toBytes(String) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a string to a UTF-8 byte array.
toBytes(boolean) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Convert a boolean to a byte array.
toBytes(long) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Convert a long value to a byte array using big-endian.
toBytes(float) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toBytes(double) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Serialize a double as the IEEE 754 double format output.
toBytes(int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Convert an int value to a byte array.
toBytes(short) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Convert a short value to a byte array of Bytes.SIZEOF_SHORT bytes long.
toBytes(BigDecimal) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Convert a BigDecimal value to a byte array
toBytesBinary(String) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toDirectByteBuffer(String) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a string to a UTF-8 DirectByteBuffer.
toDouble(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toDouble(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toFloat(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
toFloat(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
toHex(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Convert a byte array into a hex string
toInt(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
toInt(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
toInt(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value
toIntArray(Collection<Integer>) - Static method in class com.mapr.utils.Collections
 
toIntUnsafe(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an int value (Unsafe version)
toJsonValue(String) - Static method in class com.mapr.utils.JsonUtils
 
toLong(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a long value.
toLong(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a long value.
toLong(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a long value.
toLongArray(Collection<Long>) - Static method in class com.mapr.utils.Collections
 
toLongUnsafe(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an long value (Unsafe version)
toShort(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a short value
toShort(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a short value
toShort(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to a short value
toShortUnsafe(byte[], int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a byte array to an short value (Unsafe version)
toString() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
toString(ByteBuffer) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toString(ByteBuffer, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toString(ByteBuffer, int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toString(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toString(byte[], String, byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Joins two byte arrays together using a separator.
toString(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
This method will convert utf8 encoded bytes into a string.
toString() - Method in class com.mapr.utils.StackTrace
 
toStringBinary(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Write a printable representation of a byte array.
toStringBinary(ByteBuffer) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts the given byte buffer to a printable representation, from the index 0 (inclusive) to the limit (exclusive), regardless of the current position.
toStringBinary(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Write a printable representation of a byte array.

U

unset() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
unset() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
unset() - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Nullifies this ByteRange.
unset() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
unset() - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
unset() - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
unset() - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
UNSET_HASH_VALUE - Static variable in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
unsignedBinarySearch(byte[], int, int, byte) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Search sorted array "a" for byte "key".
unsignedCopyAndIncrement(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Treat the byte[] as an unsigned series of bytes, most significant bits first.
UTF8 - Static variable in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
 

V

valueOf(String) - Static method in enum com.mapr.org.apache.hadoop.hbase.util.Order
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mapr.org.apache.hadoop.hbase.util.Order
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(ByteBuffer) - Static method in class com.mapr.utils.ByteBufferReader
 
wrap(byte[]) - Static method in class com.mapr.utils.ByteReader
 
wrap(byte[], int, int) - Static method in class com.mapr.utils.ByteReader
 
wrap(ByteBuffer) - Static method in class com.mapr.utils.ByteReader
 
writeToBuilder(StringBuilder, int) - Method in class com.mapr.utils.StackTrace
Write the stack trace to a StringBuilder.

Z

zero(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Fill given array with zeros.
zero(byte[], int, int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Fill given array with zeros at the specified position.
A B C D E F G H I J L M N O P R S T U V W Z 
Skip navigation links