Uses of Enum Class
org.apache.hadoop.hbase.CompareOperator
Packages that use CompareOperator
Package
Description
Provides HBase Client
Table of Contents
Provides row-level filters applied to HRegion scan results during calls to
 
ResultScanner.next().Provides an HBase Thrift
service.
- 
Uses of CompareOperator in org.apache.hadoop.hbaseMethods in org.apache.hadoop.hbase that return CompareOperatorModifier and TypeMethodDescriptionstatic CompareOperatorReturns the enum constant of this class with the specified name.static CompareOperator[]CompareOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of CompareOperator in org.apache.hadoop.hbase.clientFields in org.apache.hadoop.hbase.client declared as CompareOperatorModifier and TypeFieldDescriptionprivate CompareOperatorCheckAndMutate.Builder.opprivate final CompareOperatorCheckAndMutate.opprivate CompareOperatorRawAsyncTableImpl.CheckAndMutateBuilderImpl.opMethods in org.apache.hadoop.hbase.client that return CompareOperatorMethods in org.apache.hadoop.hbase.client with parameters of type CompareOperatorModifier and TypeMethodDescriptionAsyncTable.CheckAndMutateBuilder.ifMatches(CompareOperator compareOp, byte[] value) Deprecated.Compare a valueCheckAndMutate.Builder.ifMatches(byte[] family, byte[] qualifier, CompareOperator compareOp, byte[] value) Check for matchRawAsyncTableImpl.CheckAndMutateBuilderImpl.ifMatches(CompareOperator compareOp, byte[] value) Table.CheckAndMutateBuilder.ifMatches(CompareOperator compareOp, byte[] value) Deprecated.Check for match.Constructors in org.apache.hadoop.hbase.client with parameters of type CompareOperatorModifierConstructorDescriptionprivateCheckAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, TimeRange timeRange, Row action, boolean queryMetricsEnabled) 
- 
Uses of CompareOperator in org.apache.hadoop.hbase.coprocessorMethods in org.apache.hadoop.hbase.coprocessor with parameters of type CompareOperatorModifier and TypeMethodDescriptionprivate booleanMultiRowMutationEndpoint.matches(CompareOperator op, int compareResult) default booleanRegionObserver.postCheckAndDelete(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Delete delete, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.postCheckAndPut(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Put put, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.preCheckAndDelete(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Delete delete, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.preCheckAndDeleteAfterRowLock(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Delete delete, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.preCheckAndPut(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Put put, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default booleanRegionObserver.preCheckAndPutAfterRowLock(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Put put, boolean result) Deprecated.since 3.0.0 and will be removed in 4.0.0.
- 
Uses of CompareOperator in org.apache.hadoop.hbase.filterFields in org.apache.hadoop.hbase.filter declared as CompareOperatorModifier and TypeFieldDescriptionprivate final CompareOperatorColumnValueFilter.opprotected CompareOperatorCompareFilter.opprotected CompareOperatorSingleColumnValueFilter.opMethods in org.apache.hadoop.hbase.filter that return CompareOperatorModifier and TypeMethodDescriptionstatic CompareOperatorParseFilter.createCompareOperator(byte[] compareOpAsByteArray) Takes a compareOperator symbol as a byte array and returns the corresponding CompareOperatorColumnValueFilter.getCompareOperator()Returns operatorCompareFilter.getCompareOperator()SingleColumnValueFilter.getCompareOperator()Methods in org.apache.hadoop.hbase.filter with parameters of type CompareOperatorModifier and TypeMethodDescription(package private) static booleanCompareFilter.compare(CompareOperator op, int compareResult) protected booleanCompareFilter.compareFamily(CompareOperator op, ByteArrayComparable comparator, Cell cell) protected booleanCompareFilter.compareQualifier(CompareOperator op, ByteArrayComparable comparator, Cell cell) protected booleanCompareFilter.compareRow(CompareOperator op, ByteArrayComparable comparator, Cell cell) private booleanColumnValueFilter.compareValue(CompareOperator op, ByteArrayComparable comparator, Cell cell) This method is used to determine a cell should be included or filtered out.protected booleanCompareFilter.compareValue(CompareOperator op, ByteArrayComparable comparator, Cell cell) Constructors in org.apache.hadoop.hbase.filter with parameters of type CompareOperatorModifierConstructorDescriptionColumnValueFilter(byte[] family, byte[] qualifier, CompareOperator op, byte[] value) ColumnValueFilter(byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator) CompareFilter(CompareOperator op, ByteArrayComparable comparator) Constructor.DependentColumnFilter(byte[] family, byte[] qualifier, boolean dropDependentColumn, CompareOperator op, 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(CompareOperator op, ByteArrayComparable familyComparator) Constructor.QualifierFilter(CompareOperator op, ByteArrayComparable qualifierComparator) Constructor.RowFilter(CompareOperator op, ByteArrayComparable rowComparator) Constructor.SingleColumnValueExcludeFilter(byte[] family, byte[] qualifier, CompareOperator op, byte[] value) Constructor for binary compare of the value of a single column.SingleColumnValueExcludeFilter(byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator) Constructor for binary compare of the value of a single column.protectedSingleColumnValueExcludeFilter(byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, boolean filterIfMissing, boolean latestVersionOnly) Constructor for protobuf deserialization only.SingleColumnValueFilter(byte[] family, byte[] qualifier, CompareOperator op, byte[] value) Constructor for binary compare of the value of a single column.SingleColumnValueFilter(byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator) Constructor for binary compare of the value of a single column.protectedSingleColumnValueFilter(byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, boolean filterIfMissing, boolean latestVersionOnly) Constructor for protobuf deserialization only.ValueFilter(CompareOperator valueCompareOp, ByteArrayComparable valueComparator) Constructor.
- 
Uses of CompareOperator in org.apache.hadoop.hbase.regionserverMethods in org.apache.hadoop.hbase.regionserver with parameters of type CompareOperatorModifier and TypeMethodDescriptionbooleanHRegion.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, Mutation mutation) Deprecated.default booleanRegion.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Mutation mutation) Deprecated.since 3.0.0 and will be removed in 4.0.0.booleanRegion.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, Mutation mutation) Deprecated.since 3.0.0 and will be removed in 4.0.0.booleanHRegion.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, RowMutations rm) Deprecated.default booleanRegion.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.booleanRegion.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.private booleanHRegion.matches(CompareOperator op, int compareResult) 
- 
Uses of CompareOperator in org.apache.hadoop.hbase.security.accessMethods in org.apache.hadoop.hbase.security.access with parameters of type CompareOperatorModifier and TypeMethodDescriptionbooleanAccessController.preCheckAndDelete(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Delete delete, boolean result) booleanAccessController.preCheckAndDeleteAfterRowLock(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Delete delete, boolean result) booleanAccessController.preCheckAndPut(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, Put put, boolean result) booleanAccessController.preCheckAndPutAfterRowLock(ObserverContext<? extends RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareOperator opp, ByteArrayComparable comparator, Put put, boolean result) 
- 
Uses of CompareOperator in org.apache.hadoop.hbase.thrift2Methods in org.apache.hadoop.hbase.thrift2 that return CompareOperatorModifier and TypeMethodDescriptionstatic CompareOperatorThriftUtilities.compareOpFromThrift(org.apache.hadoop.hbase.thrift2.generated.TCompareOperator tCompareOp) Methods in org.apache.hadoop.hbase.thrift2 with parameters of type CompareOperatorModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TCompareOperatorThriftUtilities.compareOpFromHBase(CompareOperator compareOp) 
- 
Uses of CompareOperator in org.apache.hadoop.hbase.thrift2.clientFields in org.apache.hadoop.hbase.thrift2.client declared as CompareOperatorModifier and TypeFieldDescriptionprivate CompareOperatorThriftTable.CheckAndMutateBuilderImpl.opMethods in org.apache.hadoop.hbase.thrift2.client with parameters of type CompareOperatorModifier and TypeMethodDescriptionprivate booleanThriftTable.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, RowMutations mutation) ThriftTable.CheckAndMutateBuilderImpl.ifMatches(CompareOperator compareOp, byte[] value)