Uses of Interface
org.apache.hadoop.hbase.util.ByteRange
Packages that use ByteRange
Package
Description
-
Uses of ByteRange in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return ByteRangeModifier and TypeMethodDescriptionstatic ByteRangePrivateCellUtil.fillFamilyRange(Cell cell, ByteRange range) static ByteRangePrivateCellUtil.fillQualifierRange(Cell cell, ByteRange range) static ByteRangePrivateCellUtil.fillRowRange(Cell cell, ByteRange range) ByteRangestatic ByteRangePrivateCellUtil.fillTagRange(ExtendedCell cell, ByteRange range) static ByteRangePrivateCellUtil.fillValueRange(Cell cell, ByteRange range) Methods in org.apache.hadoop.hbase with parameters of type ByteRangeModifier and TypeMethodDescriptionstatic ByteRangePrivateCellUtil.fillFamilyRange(Cell cell, ByteRange range) static ByteRangePrivateCellUtil.fillQualifierRange(Cell cell, ByteRange range) static ByteRangePrivateCellUtil.fillRowRange(Cell cell, ByteRange range) ByteRangestatic ByteRangePrivateCellUtil.fillTagRange(ExtendedCell cell, ByteRange range) static ByteRangePrivateCellUtil.fillValueRange(Cell cell, ByteRange range) -
Uses of ByteRange in org.apache.hadoop.hbase.security.access
Fields in org.apache.hadoop.hbase.security.access declared as ByteRangeModifier and TypeFieldDescriptionprivate ByteRangeAccessControlFilter.prevFamprivate ByteRangeAccessControlFilter.prevQualFields in org.apache.hadoop.hbase.security.access with type parameters of type ByteRangeConstructor parameters in org.apache.hadoop.hbase.security.access with type arguments of type ByteRangeModifierConstructorDescription(package private)AccessControlFilter(AuthManager mgr, User ugi, TableName tableName, AccessControlFilter.Strategy strategy, Map<ByteRange, Integer> cfVsMaxVersions) -
Uses of ByteRange in org.apache.hadoop.hbase.security.visibility
Fields in org.apache.hadoop.hbase.security.visibility declared as ByteRangeModifier and TypeFieldDescriptionprivate final ByteRangeVisibilityLabelFilter.curFamilyprivate final ByteRangeVisibilityLabelFilter.curQualifierFields in org.apache.hadoop.hbase.security.visibility with type parameters of type ByteRangeConstructor parameters in org.apache.hadoop.hbase.security.visibility with type arguments of type ByteRangeModifierConstructorDescriptionVisibilityLabelFilter(VisibilityExpEvaluator expEvaluator, Map<ByteRange, Integer> cfVsMaxVersions) -
Uses of ByteRange in org.apache.hadoop.hbase.util
Subinterfaces of ByteRange in org.apache.hadoop.hbase.utilModifier and TypeInterfaceDescriptioninterfaceExtendsByteRangewith additional methods to support tracking a consumers position within the viewport.Classes in org.apache.hadoop.hbase.util that implement ByteRangeModifier and TypeClassDescriptionclassAn abstract implementation of the ByteRange APIclassExtends the basicSimpleByteRangeimplementation with position support.classA read only version of theByteRange.classA basic mutableByteRangeimplementation.classExtends the basicSimpleMutableByteRangeimplementation with position support and it is a readonly version.classExtends the basicAbstractPositionedByteRangeimplementation with position support and it is a mutable version.Methods in org.apache.hadoop.hbase.util that return ByteRangeModifier and TypeMethodDescriptionByteRange.deepCopy()Create a newByteRangewith new backing byte[] containing a copy of the content fromthisrange's window.SimpleByteRange.deepCopy()SimpleMutableByteRange.deepCopy()AbstractByteRange.get(int index, byte[] dst) AbstractByteRange.get(int index, byte[] dst, int offset, int length) ByteRange.get(int index, byte[] dst) Filldstwith bytes from the range, starting fromindex.ByteRange.get(int index, byte[] dst, int offset, int length) Filldstwith bytes from the range, starting fromindex.ByteRange.put(int index, byte val) Storevalatindex.ByteRange.put(int index, byte[] val) Storevalatindex.ByteRange.put(int index, byte[] val, int offset, int length) Storelengthbytes fromvalinto this range, starting atindex.SimpleByteRange.put(int index, byte val) SimpleByteRange.put(int index, byte[] val) SimpleByteRange.put(int index, byte[] val, int offset, int length) SimpleMutableByteRange.put(int index, byte val) SimpleMutableByteRange.put(int index, byte[] val) SimpleMutableByteRange.put(int index, byte[] val, int offset, int length) ByteRange.putInt(int index, int val) Store the int value atindexSimpleByteRange.putInt(int index, int val) SimpleMutableByteRange.putInt(int index, int val) ByteRange.putLong(int index, long val) Store the long value atindexSimpleByteRange.putLong(int index, long val) SimpleMutableByteRange.putLong(int index, long val) ByteRange.putShort(int index, short val) Store the short value atindexSimpleByteRange.putShort(int index, short val) SimpleMutableByteRange.putShort(int index, short val) AbstractByteRange.set(byte[] bytes) AbstractByteRange.set(byte[] bytes, int offset, int length) AbstractByteRange.set(int capacity) ByteRange.set(byte[] bytes) Reuse thisByteRangeover a new byte[].ByteRange.set(byte[] bytes, int offset, int length) Reuse thisByteRangeover a new byte[].ByteRange.set(int capacity) Reuse thisByteRangeover a new byte[].SimpleByteRange.set(byte[] bytes) SimpleByteRange.set(byte[] bytes, int offset, int length) SimpleByteRange.set(int capacity) AbstractByteRange.setLength(int length) ByteRange.setLength(int length) Update the length of this range.AbstractByteRange.setOffset(int offset) ByteRange.setOffset(int offset) Update the beginning of this range.ByteRange.shallowCopy()Create a newByteRangethat points at this range's byte[].SimpleByteRange.shallowCopy()SimpleMutableByteRange.shallowCopy()ByteRange.shallowCopySubRange(int innerOffset, int copyLength) Create a newByteRangethat points at this range's byte[].SimpleByteRange.shallowCopySubRange(int innerOffset, int copyLength) SimpleMutableByteRange.shallowCopySubRange(int innerOffset, int copyLength) ByteRange.unset()Nullifies this ByteRange.SimpleByteRange.unset()SimpleMutableByteRange.unset()Methods in org.apache.hadoop.hbase.util that return types with arguments of type ByteRangeMethods in org.apache.hadoop.hbase.util with parameters of type ByteRangeModifier and TypeMethodDescriptionintBitwise comparison of each byte in the array.static booleanReturns true whenrangeis of zero length, false otherwise.static intByteRangeUtils.numEqualPrefixBytes(ByteRange left, ByteRange right, int rightInnerOffset) static voidByteRangeUtils.write(OutputStream os, ByteRange byteRange) static voidByteRangeUtils.write(OutputStream os, ByteRange byteRange, int byteRangeInnerOffset) Method parameters in org.apache.hadoop.hbase.util with type arguments of type ByteRangeModifier and TypeMethodDescriptionstatic ArrayList<byte[]>ByteRangeUtils.copyToNewArrays(Collection<ByteRange> ranges)