A B C D E F G H I J L M N O P R S T U V W Z 
All Classes All Packages

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
 
addComment(String) - Method in class com.mapr.utils.IndentingStringBuilder
Add a c-style comment.
addComment(String) - Method in class com.mapr.utils.PlainStringBuilder
 
addComment(String) - Method in class com.mapr.utils.PrependingStringBuilder
 
addComment(String) - Method in class com.mapr.utils.PrettyStringBuilder
 
append(char) - Method in class com.mapr.utils.CommaSeparated
Append a character to the string being built up, prepending a comma and space if this is not the first item.
append(char) - Method in class com.mapr.utils.IndentingStringBuilder
Append a char.
append(char) - Method in class com.mapr.utils.PlainStringBuilder
 
append(char) - Method in class com.mapr.utils.PrependingStringBuilder
 
append(long) - Method in class com.mapr.utils.IndentingStringBuilder
Append a long value, as text.
append(long) - Method in class com.mapr.utils.PrependingStringBuilder
 
append(String) - Method in class com.mapr.utils.CommaSeparated
Append a string to the string being built up, prepending a comma and space if this is not the first item.
append(String) - Method in class com.mapr.utils.IndentingStringBuilder
Append a String.
append(String) - Method in class com.mapr.utils.PlainStringBuilder
 
append(String) - Method in class com.mapr.utils.PrependingStringBuilder
 
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.
ASCENDING - com.mapr.org.apache.hadoop.hbase.util.Order
 

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.
build() - Method in class com.mapr.utils.CommaSeparated
Build and return the final string.
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_COMPARATOR - Static variable in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Pass this to TreeMaps where byte [] are keys.
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.

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
 
close() - Method in class com.mapr.utils.ParentheticalStringBuilder
 
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.classification - package com.mapr.org.apache.hadoop.classification
 
com.mapr.org.apache.hadoop.hbase.util - package com.mapr.org.apache.hadoop.hbase.util
 
com.mapr.utils - package com.mapr.utils
 
CommaSeparated - Class in com.mapr.utils
CommaSeparated provides an easy way to build comma separated lists within a String or a StringBuilder.
CommaSeparated(StringBuilder, String, String) - Constructor for class com.mapr.utils.CommaSeparated
Constructor.
CommaSeparated(String, String) - Constructor for class com.mapr.utils.CommaSeparated
Constructor.
compare(byte[], byte[]) - 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.ByteArrayComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
 
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.
compareTo(ByteRange) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
Bitwise comparison of each byte in the array.
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.
copyOfRange(int, int) - Method in class com.mapr.utils.ByteArrayReader
 
copyOfRange(int, int) - Method in class com.mapr.utils.ByteBufferReader
 
copyOfRange(int, int) - Method in class com.mapr.utils.ByteReader
Doesn't affect the cursor value of the object
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.
DESCENDING - com.mapr.org.apache.hadoop.hbase.util.Order
 

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, 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, 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, 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(Object) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
equals(List<byte[]>, List<byte[]>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
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
 
from(T[]) - Static method in class com.mapr.utils.ImmutableArray
Factory alternative to the constructor.
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() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
get() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next byte from this range.
get() - Method in class com.mapr.utils.MutableReference
 
get(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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 class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
get(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the byte at index.
get(int) - Method in class com.mapr.utils.ImmutableArray
Get the specified element.
get(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
get(int, byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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[]) - 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[]) - 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.AbstractByteRange
 
get(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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(int, byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
get(int, byte[], int, int) - 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.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() - Method in class com.mapr.utils.Pair
 
getFirst(Collection<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
first/last
getInt() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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.org.apache.hadoop.hbase.util.AbstractByteRange
 
getInt(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the int value at index
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() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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.org.apache.hadoop.hbase.util.AbstractByteRange
 
getLong(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the long value at index
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.
getSecond() - Method in class com.mapr.utils.Pair
 
getShort() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
getShort() - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Retrieve the next short value from this range.
getShort(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
getShort(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the short value at index
getURLs(ClassLoader) - Static method in class com.mapr.utils.Classpath
 
getVLong() - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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
getVLong(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
getVLong(int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Retrieve the long value at index which is stored as VLong
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

ImmutableArray<T> - Class in com.mapr.utils
 
IndentingStringBuilder - Class in com.mapr.utils
Abstract class for building wrappers around StringBuilder that can be used to pre-format pretty-printed output for debugging purposes.
IndentingStringBuilder(StringBuilder) - Constructor for class com.mapr.utils.IndentingStringBuilder
Constructor.
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.
InterfaceAudience - Class in com.mapr.org.apache.hadoop.classification
Annotation to inform users of a package, class or method's intended audience.
InterfaceAudience.LimitedPrivate - Annotation Type in com.mapr.org.apache.hadoop.classification
Intended only for the project(s) specified in the annotation.
InterfaceAudience.Private - Annotation Type in com.mapr.org.apache.hadoop.classification
Intended for use only within Hadoop itself.
InterfaceAudience.Public - Annotation Type in com.mapr.org.apache.hadoop.classification
Intended for use by any project or application.
InterfaceStability - Class in com.mapr.org.apache.hadoop.classification
Annotation to inform users of how much to rely on a particular package, class or method not changing over time.
InterfaceStability() - Constructor for class com.mapr.org.apache.hadoop.classification.InterfaceStability
 
InterfaceStability.Evolving - Annotation Type in com.mapr.org.apache.hadoop.classification
Evolving, but can break compatibility at minor release (i.e.
InterfaceStability.Stable - Annotation Type in com.mapr.org.apache.hadoop.classification
Can evolve while retaining compatibility for minor release boundaries.; can break compatibility only at major release (ie.
InterfaceStability.Unstable - Annotation Type in com.mapr.org.apache.hadoop.classification
No guarantee is provided as to reliability or stability across any level of release granularity.
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() - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
 
isEmpty(ByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
isEmpty(Collection<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
empty
isEnabled() - Static method in class com.mapr.utils.JavaAssert
 
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

JavaAssert - Class in com.mapr.utils
Provides a means to detect whether or not Java assert is enabled via the command-line.
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() - Method in class com.mapr.utils.ByteArrayReader
 
length() - Method in class com.mapr.utils.ByteBufferReader
 
length() - Method in class com.mapr.utils.ByteReader
 
length() - Method in class com.mapr.utils.ImmutableArray
Get the number of elements in the array.
length() - Method in class com.mapr.utils.IndentingStringBuilder
Return the length of the String written so far.
length() - Method in class com.mapr.utils.PrependingStringBuilder
 
length(PositionedByteRange) - Static method in class com.mapr.org.apache.hadoop.hbase.util.OrderedBytes
Return the number of encoded entries remaining in buff.
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
MutableReference<T> - Class in com.mapr.utils
 
MutableReference() - Constructor for class com.mapr.utils.MutableReference
 
MutableReference(T) - Constructor for class com.mapr.utils.MutableReference
 

N

needSeparator() - Method in class com.mapr.utils.SeparatorWriter
Indicate that a separator will be required the next time one is requested.
nextLine() - Method in class com.mapr.utils.IndentingStringBuilder
Emit a newline, along with any necessary indentation.
nextLine() - Method in class com.mapr.utils.PlainStringBuilder
 
nextLine() - Method in class com.mapr.utils.PrependingStringBuilder
 
nextLine() - Method in class com.mapr.utils.PrettyStringBuilder
 
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(Iterable<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.IterableUtils
 
nullSafe(Collection<T>) - Static method in class com.mapr.org.apache.hadoop.hbase.util.CollectionUtils
 
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
 
Pair<K,​V> - Class in com.mapr.utils
 
Pair(K, V) - Constructor for class com.mapr.utils.Pair
 
ParentheticalStringBuilder - Class in com.mapr.utils
IndentingStringBuilder that can be used to wrap appended material with an opening and closing String, but only if any material is written.
ParentheticalStringBuilder(IndentingStringBuilder) - Constructor for class com.mapr.utils.ParentheticalStringBuilder
Constructor.
ParentheticalStringBuilder(IndentingStringBuilder, String, String) - Constructor for class com.mapr.utils.ParentheticalStringBuilder
Constructor.
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.
PlainStringBuilder - Class in com.mapr.utils
Implementation of IndentingStringBuilder that ignores formatting commands, or only emits single whitespaces as appropriate.
PlainStringBuilder(StringBuilder) - Constructor for class com.mapr.utils.PlainStringBuilder
Constructor.
popIndent() - Method in class com.mapr.utils.IndentingStringBuilder
Remove a level of indentation.
popIndent() - Method in class com.mapr.utils.PlainStringBuilder
 
popIndent() - Method in class com.mapr.utils.PrependingStringBuilder
 
popIndent() - Method in class com.mapr.utils.PrettyStringBuilder
 
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.
PrependingStringBuilder - Class in com.mapr.utils
An IndentingStringBuilder with a trigger: If any non-whitespace output is added, the trigger will go off and prepend a provided string exactly once.
PrependingStringBuilder(IndentingStringBuilder, String) - Constructor for class com.mapr.utils.PrependingStringBuilder
Constructor.
PrettyStringBuilder - Class in com.mapr.utils
Implementation of IndentingStringBuilder that honors indentation and space requests for debugging purposes.
PrettyStringBuilder(StringBuilder, int) - Constructor for class com.mapr.utils.PrettyStringBuilder
Constructor.
pushIndent() - Method in class com.mapr.utils.IndentingStringBuilder
Add a new level of indentation.
pushIndent() - Method in class com.mapr.utils.PlainStringBuilder
 
pushIndent() - Method in class com.mapr.utils.PrependingStringBuilder
 
pushIndent() - Method in class com.mapr.utils.PrettyStringBuilder
 
put(byte) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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 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.AbstractPositionedByteRange
 
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[]) - 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[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
put(byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store length bytes from val into this range.
put(byte[], int, int) - 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.SimplePositionedMutableByteRange
 
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.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.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.SimplePositionedByteRange
 
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.AbstractByteRange
 
put(int, byte[]) - 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.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.SimplePositionedByteRange
 
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.AbstractByteRange
 
put(int, byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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(int, byte[], int, int) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
 
put(int, byte[], int, int) - 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.SimplePositionedByteRange
 
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(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 class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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) - 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.AbstractByteRange
 
putInt(int, 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(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, 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.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(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(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(int, long) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store the long value at index
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(int, 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.SimplePositionedMutableByteRange
 
putLong(long) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putLong(long) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store long val at the next position in this range.
putLong(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
 
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(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(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(int, short) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store the short value at index
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(int, 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.SimplePositionedMutableByteRange
 
putShort(short) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
putShort(short) - Method in interface com.mapr.org.apache.hadoop.hbase.util.PositionedByteRange
Store short val at the next position in this range.
putShort(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
 
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(int, long) - Method in interface com.mapr.org.apache.hadoop.hbase.util.ByteRange
Store the long value at index as a VLong
putVLong(int, long) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
putVLong(int, 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.SimplePositionedMutableByteRange
 
putVLong(long) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
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(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
 

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[]) - Static method in class com.mapr.utils.Classpath
 

S

sb - Variable in class com.mapr.utils.IndentingStringBuilder
 
SeparatorWriter - Class in com.mapr.utils
Assistance for writing separators in strings.
SeparatorWriter(StringBuilder, String) - Constructor for class com.mapr.utils.SeparatorWriter
Constructor.
set(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractByteRange
 
set(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
set(byte[]) - 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.PositionedByteRange
 
set(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
set(byte[]) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedByteRange
 
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.AbstractByteRange
 
set(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.AbstractPositionedByteRange
 
set(byte[], int, int) - 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.PositionedByteRange
 
set(byte[], int, int) - 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.SimplePositionedByteRange
 
set(byte[], int, int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
set(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(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(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(int) - Method in class com.mapr.org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
 
set(T) - Method in class com.mapr.utils.MutableReference
 
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(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.
SimpleByteRange(int) - Constructor for class com.mapr.org.apache.hadoop.hbase.util.SimpleByteRange
 
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(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.
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.
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(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.
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.
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(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
 
toByteBuffer(String) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a string to a UTF-8 ByteBuffer.
toBytes(boolean) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Convert a boolean to a byte array.
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(float) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
toBytes(int) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Convert an int value 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(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(String) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts a string to a UTF-8 byte array.
toBytes(BigDecimal) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Convert a BigDecimal value to a byte array
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.
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(Object) - Static method in class com.mapr.utils.JsonUtils
 
toJsonValue(String) - Static method in class com.mapr.utils.JsonUtils
 
toJsonValue(ByteBuffer) - 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() - Method in class com.mapr.utils.CommaSeparated
 
toString() - Method in class com.mapr.utils.IndentingStringBuilder
 
toString() - Method in class com.mapr.utils.PrependingStringBuilder
 
toString() - Method in class com.mapr.utils.StackTrace
 
toString(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
 
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(byte[], String, byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Joins two byte arrays together using a separator.
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
 
toStringBinary(byte[]) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Write a printable representation of a byte array.
toStringBinary(byte[], int, int) - 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.
toStringBinary2(ByteBuffer) - Static method in class com.mapr.org.apache.hadoop.hbase.util.Bytes
Converts the given byte buffer to a printable representation, from the position (inclusive) to the limit (exclusive).
triggered() - Method in class com.mapr.utils.PrependingStringBuilder
Determine whether or not the prepender has fired.

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

value() - Method in annotation type com.mapr.org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate
 
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(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.ByteBufferReader
 
wrap(ByteBuffer) - Static method in class com.mapr.utils.ByteReader
 
writeSeparator() - Method in class com.mapr.utils.SeparatorWriter
Request to write a separator if one is necessary.
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 
All Classes All Packages