Uses of Class
org.apache.hadoop.hbase.filter.ByteArrayComparable
Packages that use org.apache.hadoop.hbase.filter.ByteArrayComparable
Package
Description
Table of Contents
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next().-
Uses of org.apache.hadoop.hbase.filter.ByteArrayComparable in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.filter.ByteArrayComparable in inModifier and TypeMethodDescriptionstatic intPrivateCellUtil.compareFamily(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator) Compare cell's column family against given comparatorstatic intPrivateCellUtil.compareQualifier(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator) Compare cell's qualifier against given comparatorstatic intPrivateCellUtil.compareRow(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator) Compare cell's row against given comparatorstatic intPrivateCellUtil.compareValue(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator) Compare cell's value against given comparator -
Uses of org.apache.hadoop.hbase.filter.ByteArrayComparable in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.filter.ByteArrayComparable in inModifier and TypeMethodDescriptiondefault booleanRegionObserver.postCheckAndDelete(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.client.Delete delete, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.postCheckAndPut(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.client.Put put, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.preCheckAndDelete(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.client.Delete delete, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.preCheckAndDeleteAfterRowLock(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.client.Delete delete, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.preCheckAndPut(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.client.Put put, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.preCheckAndPutAfterRowLock(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.client.Put put, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0. -
Uses of org.apache.hadoop.hbase.filter.ByteArrayComparable in org.apache.hadoop.hbase.filter
Subclasses of org.apache.hadoop.hbase.filter.ByteArrayComparable in in org.apache.hadoop.hbase.filterModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.filter.BigDecimalComparatorA BigDecimal comparator which numerical compares against the specified byte arrayclassorg.apache.hadoop.hbase.filter.BinaryComparatorA binary comparator which lexicographically compares against the specified byte array usingBytes.compareTo(byte[], byte[]).classorg.apache.hadoop.hbase.filter.BinaryComponentComparatorA comparator which compares against a specified byte array, but only compares specific portion of the byte array.classorg.apache.hadoop.hbase.filter.BinaryPrefixComparatorA comparator which compares against a specified byte array, but only compares up to the length of this byte array.classorg.apache.hadoop.hbase.filter.BitComparatorA bit comparator which performs the specified bitwise operation on each of the bytes with the specified byte array.classorg.apache.hadoop.hbase.filter.LongComparatorA long comparator which numerical compares against the specified byte arrayclassorg.apache.hadoop.hbase.filter.NullComparatorA binary comparator which lexicographically compares against the specified byte array usingBytes.compareTo(byte[], byte[]).classorg.apache.hadoop.hbase.filter.RegexStringComparatorThis comparator is for use withCompareFilterimplementations, such asRowFilter,QualifierFilter, andValueFilter, for filtering based on the value of a given column.classorg.apache.hadoop.hbase.filter.SubstringComparatorThis comparator is for use with SingleColumnValueFilter, for filtering based on the value of a given column.Fields in org.apache.hadoop.hbase.filter declared as org.apache.hadoop.hbase.filter.ByteArrayComparable in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.filter.ByteArrayComparableCompareFilter.comparatorprotected org.apache.hadoop.hbase.filter.ByteArrayComparableSingleColumnValueFilter.comparatorMethods in org.apache.hadoop.hbase.filter that return org.apache.hadoop.hbase.filter.ByteArrayComparable in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.filter.ByteArrayComparableParseFilter.createComparator(byte[] comparator) Parses a comparator of the form comparatorType:comparatorValue form and returns a comparatororg.apache.hadoop.hbase.filter.ByteArrayComparableColumnValueFilter.getComparator()Returns the comparatororg.apache.hadoop.hbase.filter.ByteArrayComparableCompareFilter.getComparator()Returns the comparatororg.apache.hadoop.hbase.filter.ByteArrayComparableSingleColumnValueFilter.getComparator()Returns the comparatorstatic org.apache.hadoop.hbase.filter.ByteArrayComparableByteArrayComparable.parseFrom(byte[] pbBytes) Parse a serialized representation ofByteArrayComparableMethods in org.apache.hadoop.hbase.filter with parameters of type org.apache.hadoop.hbase.filter.ByteArrayComparable in inModifier and TypeMethodDescriptionprotected booleanCompareFilter.compareFamily(org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.Cell cell) protected booleanCompareFilter.compareQualifier(org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.Cell cell) protected booleanCompareFilter.compareRow(org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.Cell cell) protected booleanCompareFilter.compareValue(org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.Cell cell) Constructors in org.apache.hadoop.hbase.filter with parameters of type org.apache.hadoop.hbase.filter.ByteArrayComparable in inModifierConstructorDescriptionColumnValueFilter(byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator) CompareFilter(org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator) Constructor.DependentColumnFilter(byte[] family, byte[] qualifier, boolean dropDependentColumn, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable valueComparator) Build a dependent column filter with value checking dependent column varies will be compared using the supplied compareOp and comparator, for usage of which refer toCompareFilterFamilyFilter(org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable familyComparator) Constructor.QualifierFilter(org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable qualifierComparator) Constructor.RowFilter(org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable rowComparator) Constructor.SingleColumnValueExcludeFilter(byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator) Constructor for binary compare of the value of a single column.protectedSingleColumnValueExcludeFilter(byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, boolean filterIfMissing, boolean latestVersionOnly) Constructor for protobuf deserialization only.SingleColumnValueFilter(byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator) Constructor for binary compare of the value of a single column.protectedSingleColumnValueFilter(byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, boolean filterIfMissing, boolean latestVersionOnly) Constructor for protobuf deserialization only.ValueFilter(org.apache.hadoop.hbase.CompareOperator valueCompareOp, org.apache.hadoop.hbase.filter.ByteArrayComparable valueComparator) Constructor. -
Uses of org.apache.hadoop.hbase.filter.ByteArrayComparable in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.filter.ByteArrayComparable in inModifier and TypeMethodDescriptionbooleanHRegion.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.io.TimeRange timeRange, org.apache.hadoop.hbase.client.Mutation mutation) Deprecated.default booleanRegion.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.client.Mutation mutation) Deprecated.since 3.0.0 and will be removed in 4.0.0.booleanRegion.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.io.TimeRange timeRange, org.apache.hadoop.hbase.client.Mutation mutation) Deprecated.since 3.0.0 and will be removed in 4.0.0.booleanHRegion.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.io.TimeRange timeRange, org.apache.hadoop.hbase.client.RowMutations rm) Deprecated.default booleanRegion.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.client.RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.booleanRegion.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, org.apache.hadoop.hbase.filter.ByteArrayComparable comparator, org.apache.hadoop.hbase.io.TimeRange timeRange, org.apache.hadoop.hbase.client.RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0. -
Uses of org.apache.hadoop.hbase.filter.ByteArrayComparable in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.filter.ByteArrayComparable in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.filter.ByteArrayComparableProtobufUtil.toComparator(org.apache.hadoop.hbase.shaded.protobuf.generated.ComparatorProtos.Comparator proto) Convert a protocol buffer Comparator to a ByteArrayComparableMethods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.filter.ByteArrayComparable in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ComparatorProtos.ComparatorProtobufUtil.toComparator(org.apache.hadoop.hbase.filter.ByteArrayComparable comparator) Convert a ByteArrayComparable to a protocol buffer Comparator