Uses of Class
org.apache.hadoop.hbase.filter.Filter
Packages that use org.apache.hadoop.hbase.filter.Filter
Package
Description
Provides HBase Client
Table of Contents
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next().Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
HBase REST
-
Uses of org.apache.hadoop.hbase.filter.Filter in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionstatic voidMetaTableAccessor.scanMeta(org.apache.hadoop.hbase.client.Connection connection, byte[] startRow, byte[] stopRow, org.apache.hadoop.hbase.ClientMetaTableAccessor.QueryType type, org.apache.hadoop.hbase.filter.Filter filter, int maxRows, org.apache.hadoop.hbase.ClientMetaTableAccessor.Visitor visitor) Performs a scan of META table. -
Uses of org.apache.hadoop.hbase.filter.Filter in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as org.apache.hadoop.hbase.filter.Filter in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.filter.FilterQuery.filterMethods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.filter.FilterCheckAndMutate.getFilter()Returns the filter to checkorg.apache.hadoop.hbase.filter.FilterImmutableScan.getFilter()org.apache.hadoop.hbase.filter.FilterQuery.getFilter()org.apache.hadoop.hbase.filter.FilterScan.getFilter()Returns RowFilterMethods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateWithFilterBuilderAsyncTable.checkAndMutate(byte[] row, org.apache.hadoop.hbase.filter.Filter filter) Deprecated.Since 3.0.0, will be removed in 4.0.0.default org.apache.hadoop.hbase.client.Table.CheckAndMutateWithFilterBuilderTable.checkAndMutate(byte[] row, org.apache.hadoop.hbase.filter.Filter filter) Deprecated.Since 3.0.0, will be removed in 4.0.0.CheckAndMutate.Builder.ifMatches(org.apache.hadoop.hbase.filter.Filter filter) Check for matchorg.apache.hadoop.hbase.client.GetGet.setFilter(org.apache.hadoop.hbase.filter.Filter filter) org.apache.hadoop.hbase.client.ScanImmutableScan.setFilter(org.apache.hadoop.hbase.filter.Filter filter) org.apache.hadoop.hbase.client.QueryQuery.setFilter(org.apache.hadoop.hbase.filter.Filter filter) Apply the specified server-side filter when performing the Query.org.apache.hadoop.hbase.client.ScanScan.setFilter(org.apache.hadoop.hbase.filter.Filter filter) -
Uses of org.apache.hadoop.hbase.filter.Filter in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptiondefault booleanRegionObserver.postCheckAndDelete(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, byte[] row, org.apache.hadoop.hbase.filter.Filter filter, 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, org.apache.hadoop.hbase.filter.Filter filter, 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, org.apache.hadoop.hbase.filter.Filter filter, 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, org.apache.hadoop.hbase.filter.Filter filter, 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, org.apache.hadoop.hbase.filter.Filter filter, 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, org.apache.hadoop.hbase.filter.Filter filter, 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.Filter in org.apache.hadoop.hbase.filter
Subclasses of org.apache.hadoop.hbase.filter.Filter in in org.apache.hadoop.hbase.filterModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.filter.ColumnCountGetFilterSimple filter that returns first N columns on row only.classorg.apache.hadoop.hbase.filter.ColumnPaginationFilterA filter, based on the ColumnCountGetFilter, takes two arguments: limit and offset.classorg.apache.hadoop.hbase.filter.ColumnPrefixFilterThis filter is used for selecting only those keys with columns that matches a particular prefix.classorg.apache.hadoop.hbase.filter.ColumnRangeFilterThis filter is used for selecting only those keys with columns that are between minColumn to maxColumn.classorg.apache.hadoop.hbase.filter.ColumnValueFilterDifferent fromSingleColumnValueFilterwhich returns an entire row when specified condition is matched,ColumnValueFilterreturn the matched cell only.classorg.apache.hadoop.hbase.filter.CompareFilterThis is a generic filter to be used to filter by comparison.classorg.apache.hadoop.hbase.filter.DependentColumnFilterA filter for adding inter-column timestamp matching Only cells with a correspondingly timestamped entry in the target column will be retained Not compatible with Scan.setBatch as operations need full rows for correct filteringclassorg.apache.hadoop.hbase.filter.FamilyFilterThis filter is used to filter based on the column family.classorg.apache.hadoop.hbase.filter.FilterAllFilterclassorg.apache.hadoop.hbase.filter.FilterBaseAbstract base class to help you implement new Filters.final classorg.apache.hadoop.hbase.filter.FilterListImplementation ofFilterthat represents an ordered List of Filters which will be evaluated with a specified boolean operatorFilterList.Operator.MUST_PASS_ALL(AND) orFilterList.Operator.MUST_PASS_ONE(OR).classorg.apache.hadoop.hbase.filter.FilterListBaseBase class for FilterList.classorg.apache.hadoop.hbase.filter.FilterListWithANDFilterListWithAND represents an ordered list of filters which will be evaluated with an AND operator.classorg.apache.hadoop.hbase.filter.FilterListWithORFilterListWithOR represents an ordered list of filters which will be evaluated with an OR operator.final classorg.apache.hadoop.hbase.filter.FilterWrapperThis is a Filter wrapper class which is used in the server side.classorg.apache.hadoop.hbase.filter.FirstKeyOnlyFilterA filter that will only return the first KV from each row.classorg.apache.hadoop.hbase.filter.FuzzyRowFilterThis is optimized version of a standard FuzzyRowFilter Filters data based on fuzzy row key.classorg.apache.hadoop.hbase.filter.InclusiveStopFilterA Filter that stops after the given row.classorg.apache.hadoop.hbase.filter.KeyOnlyFilterA filter that will only return the key component of each KV (the value will be rewritten as empty).classorg.apache.hadoop.hbase.filter.MultipleColumnPrefixFilterThis filter is used for selecting only those keys with columns that matches a particular prefix.classorg.apache.hadoop.hbase.filter.MultiRowRangeFilterFilter to support scan multiple row key ranges.classorg.apache.hadoop.hbase.filter.PageFilterImplementation of Filter interface that limits results to a specific page size.classorg.apache.hadoop.hbase.filter.PrefixFilterPass results that have same row prefix.classorg.apache.hadoop.hbase.filter.QualifierFilterThis filter is used to filter based on the column qualifier.classorg.apache.hadoop.hbase.filter.RandomRowFilterA filter that includes rows based on a chance.classorg.apache.hadoop.hbase.filter.RowFilterThis filter is used to filter based on the key.classorg.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilterAFilterthat checks a single column value, but does not emit the tested column.classorg.apache.hadoop.hbase.filter.SingleColumnValueFilterThis filter is used to filter cells based on value.classorg.apache.hadoop.hbase.filter.SkipFilterA wrapper filter that filters an entire row if any of the Cell checks do not pass.classorg.apache.hadoop.hbase.filter.TimestampsFilterFilter that returns only cells whose timestamp (version) is in the specified list of timestamps (versions).classorg.apache.hadoop.hbase.filter.ValueFilterThis filter is used to filter based on column value.classorg.apache.hadoop.hbase.filter.WhileMatchFilterA wrapper filter that returns true fromWhileMatchFilter.filterAllRemaining()as soon as the wrapped filtersfilterRowKey(Cell),filterCell(org.apache.hadoop.hbase.Cell),filterRow()orfilterAllRemaining()methods returns true.Fields in org.apache.hadoop.hbase.filter with type parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeFieldDescriptionprotected final ArrayList<org.apache.hadoop.hbase.filter.Filter>FilterListBase.filtersMethods in org.apache.hadoop.hbase.filter that return org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.filter.FilterColumnCountGetFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterColumnPaginationFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterColumnPrefixFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterColumnRangeFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterColumnValueFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) Creating this filter by reflection, it is used byParseFilter,static org.apache.hadoop.hbase.filter.FilterDependentColumnFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterFamilyFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterFilterBase.createFilterFromArguments(ArrayList<byte[]> filterArguments) Given the filter's arguments it constructs the filterstatic org.apache.hadoop.hbase.filter.FilterFirstKeyOnlyFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterInclusiveStopFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterKeyOnlyFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterMultipleColumnPrefixFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterPageFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterPrefixFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterQualifierFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterRowFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterSingleColumnValueExcludeFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterSingleColumnValueFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterTimestampsFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) static org.apache.hadoop.hbase.filter.FilterValueFilter.createFilterFromArguments(ArrayList<byte[]> filterArguments) org.apache.hadoop.hbase.filter.FilterSkipFilter.getFilter()org.apache.hadoop.hbase.filter.FilterWhileMatchFilter.getFilter()org.apache.hadoop.hbase.filter.FilterParseFilter.parseFilterString(byte[] filterStringAsByteArray) Parses the filterString and constructs a filter using itorg.apache.hadoop.hbase.filter.FilterParseFilter.parseFilterString(String filterString) Parses the filterString and constructs a filter using itstatic org.apache.hadoop.hbase.filter.FilterFilter.parseFrom(byte[] pbBytes) Concrete implementers can signal a failure condition in their code by throwing anIOException.org.apache.hadoop.hbase.filter.FilterParseFilter.parseSimpleFilterExpression(byte[] filterStringAsByteArray) Constructs a filter object given a simple filter expressionstatic org.apache.hadoop.hbase.filter.FilterParseFilter.popArguments(Stack<ByteBuffer> operatorStack, Stack<org.apache.hadoop.hbase.filter.Filter> filterStack) Pops an argument from the operator stack and the number of arguments required by the operator from the filterStack and evaluates themMethods in org.apache.hadoop.hbase.filter that return types with arguments of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionList<org.apache.hadoop.hbase.filter.Filter>FilterList.getFilters()Get the filters.ArrayList<org.apache.hadoop.hbase.filter.Filter>FilterListBase.getFilters()Methods in org.apache.hadoop.hbase.filter with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionvoidFilterList.addFilter(org.apache.hadoop.hbase.filter.Filter filter) Add a filter.Method parameters in org.apache.hadoop.hbase.filter with type arguments of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionvoidFilterList.addFilter(List<org.apache.hadoop.hbase.filter.Filter> filters) abstract voidFilterListBase.addFilterLists(List<org.apache.hadoop.hbase.filter.Filter> filters) voidFilterListWithAND.addFilterLists(List<org.apache.hadoop.hbase.filter.Filter> filters) voidFilterListWithOR.addFilterLists(List<org.apache.hadoop.hbase.filter.Filter> filters) protected static booleanFilterListBase.checkAndGetReversed(List<org.apache.hadoop.hbase.filter.Filter> rowFilters, boolean defaultValue) protected abstract StringFilterListBase.formatLogFilters(List<org.apache.hadoop.hbase.filter.Filter> logFilters) protected StringFilterListWithAND.formatLogFilters(List<org.apache.hadoop.hbase.filter.Filter> logFilters) protected StringFilterListWithOR.formatLogFilters(List<org.apache.hadoop.hbase.filter.Filter> logFilters) Constructors in org.apache.hadoop.hbase.filter with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifierConstructorDescriptionFilterList(org.apache.hadoop.hbase.filter.Filter... filters) Constructor that takes a var arg number ofFilters.FilterList(org.apache.hadoop.hbase.filter.FilterList.Operator operator, org.apache.hadoop.hbase.filter.Filter... filters) Constructor that takes a var arg number ofFilters and an operator.FilterWrapper(org.apache.hadoop.hbase.filter.Filter filter) Constructor.SkipFilter(org.apache.hadoop.hbase.filter.Filter filter) WhileMatchFilter(org.apache.hadoop.hbase.filter.Filter filter) Constructor parameters in org.apache.hadoop.hbase.filter with type arguments of type org.apache.hadoop.hbase.filter.Filter in inModifierConstructorDescriptionFilterList(List<org.apache.hadoop.hbase.filter.Filter> filters) Constructor that takes a set ofFilters.FilterList(org.apache.hadoop.hbase.filter.FilterList.Operator operator, List<org.apache.hadoop.hbase.filter.Filter> filters) Constructor that takes a set ofFilters and an operator.FilterListBase(List<org.apache.hadoop.hbase.filter.Filter> filters) FilterListWithAND(List<org.apache.hadoop.hbase.filter.Filter> filters) FilterListWithOR(List<org.apache.hadoop.hbase.filter.Filter> filters) -
Uses of org.apache.hadoop.hbase.filter.Filter in org.apache.hadoop.hbase.mapred
Methods in org.apache.hadoop.hbase.mapred with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionprotected voidTableInputFormatBase.setRowFilter(org.apache.hadoop.hbase.filter.Filter rowFilter) Allows subclasses to set theFilterto be used.voidTableRecordReader.setRowFilter(org.apache.hadoop.hbase.filter.Filter rowFilter) voidTableRecordReaderImpl.setRowFilter(org.apache.hadoop.hbase.filter.Filter rowFilter) -
Uses of org.apache.hadoop.hbase.filter.Filter in org.apache.hadoop.hbase.mapreduce
Methods in org.apache.hadoop.hbase.mapreduce that return org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.filter.FilterImport.instantiateFilter(org.apache.hadoop.conf.Configuration conf) Create aFilterto apply to all incoming keys (KeyValues) to optionally not include in the job outputMethods in org.apache.hadoop.hbase.mapreduce with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ExtendedCellImport.filterKv(org.apache.hadoop.hbase.filter.Filter filter, org.apache.hadoop.hbase.ExtendedCell c) Attempt to filter out the keyvalueMethod parameters in org.apache.hadoop.hbase.mapreduce with type arguments of type org.apache.hadoop.hbase.filter.Filter in in -
Uses of org.apache.hadoop.hbase.filter.Filter in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.filter.FilterQuotaTableUtil.makeFilter(org.apache.hadoop.hbase.quotas.QuotaFilter filter) converts quotafilter to serializeable filterlists. -
Uses of org.apache.hadoop.hbase.filter.Filter in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionbooleanHRegion.checkAndMutate(byte[] row, org.apache.hadoop.hbase.filter.Filter filter, org.apache.hadoop.hbase.io.TimeRange timeRange, org.apache.hadoop.hbase.client.Mutation mutation) Deprecated.default booleanRegion.checkAndMutate(byte[] row, org.apache.hadoop.hbase.filter.Filter filter, org.apache.hadoop.hbase.client.Mutation mutation) Deprecated.since 3.0.0 and will be removed in 4.0.0.booleanRegion.checkAndMutate(byte[] row, org.apache.hadoop.hbase.filter.Filter filter, 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, org.apache.hadoop.hbase.filter.Filter filter, org.apache.hadoop.hbase.io.TimeRange timeRange, org.apache.hadoop.hbase.client.RowMutations rm) Deprecated.default booleanRegion.checkAndRowMutate(byte[] row, org.apache.hadoop.hbase.filter.Filter filter, org.apache.hadoop.hbase.client.RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.booleanRegion.checkAndRowMutate(byte[] row, org.apache.hadoop.hbase.filter.Filter filter, 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.Filter in org.apache.hadoop.hbase.regionserver.querymatcher
Fields in org.apache.hadoop.hbase.regionserver.querymatcher declared as org.apache.hadoop.hbase.filter.Filter in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.filter.FilterUserScanQueryMatcher.filterMethods in org.apache.hadoop.hbase.regionserver.querymatcher that return org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.filter.FilterCompactionScanQueryMatcher.getFilter()abstract org.apache.hadoop.hbase.filter.FilterScanQueryMatcher.getFilter()Returns the Filterorg.apache.hadoop.hbase.filter.FilterUserScanQueryMatcher.getFilter() -
Uses of org.apache.hadoop.hbase.filter.Filter in org.apache.hadoop.hbase.rest
Methods in org.apache.hadoop.hbase.rest that return org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.filter.FilterResultGenerator.buildFilter(String filter) static org.apache.hadoop.hbase.filter.FilterScannerResultGenerator.buildFilterFromModel(org.apache.hadoop.hbase.rest.model.ScannerModel model) Methods in org.apache.hadoop.hbase.rest with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.rest.ResultGeneratorResultGenerator.fromRowSpec(String table, org.apache.hadoop.hbase.rest.RowSpec rowspec, org.apache.hadoop.hbase.filter.Filter filter, boolean cacheBlocks) Constructors in org.apache.hadoop.hbase.rest with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifierConstructorDescriptionMultiRowResultReader(String tableName, Collection<org.apache.hadoop.hbase.rest.RowSpec> rowspecs, org.apache.hadoop.hbase.filter.Filter filter, boolean cacheBlocks) RowResultGenerator(String tableName, org.apache.hadoop.hbase.rest.RowSpec rowspec, org.apache.hadoop.hbase.filter.Filter filter, boolean cacheBlocks) ScannerResultGenerator(String tableName, org.apache.hadoop.hbase.rest.RowSpec rowspec, org.apache.hadoop.hbase.filter.Filter filter, boolean cacheBlocks) ScannerResultGenerator(String tableName, org.apache.hadoop.hbase.rest.RowSpec rowspec, org.apache.hadoop.hbase.filter.Filter filter, int caching, boolean cacheBlocks) ScannerResultGenerator(String tableName, org.apache.hadoop.hbase.rest.RowSpec rowspec, org.apache.hadoop.hbase.filter.Filter filter, int caching, boolean cacheBlocks, int limit, boolean includeStartRow, boolean includeStopRow) -
Uses of org.apache.hadoop.hbase.filter.Filter in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.filter.FilterProtobufUtil.toFilter(org.apache.hadoop.hbase.shaded.protobuf.generated.FilterProtos.Filter proto) Convert a protocol buffer Filter to a client FilterMethods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.filter.Filter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequestRequestConverter.buildMultiRequest(byte[] regionName, byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, byte[] value, org.apache.hadoop.hbase.filter.Filter filter, org.apache.hadoop.hbase.io.TimeRange timeRange, org.apache.hadoop.hbase.client.RowMutations rowMutations, long nonceGroup, long nonce, boolean queryMetricsEnabled) Create a protocol buffer MultiRequest for conditioned row mutationsstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutateRequestRequestConverter.buildMutateRequest(byte[] regionName, byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, byte[] value, org.apache.hadoop.hbase.filter.Filter filter, org.apache.hadoop.hbase.io.TimeRange timeRange, org.apache.hadoop.hbase.client.Mutation mutation, long nonceGroup, long nonce, boolean queryMetricsEnabled) Create a protocol buffer MutateRequest for a conditioned put/delete/increment/appendstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ConditionProtobufUtil.toCondition(byte[] row, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.CompareOperator op, byte[] value, org.apache.hadoop.hbase.filter.Filter filter, org.apache.hadoop.hbase.io.TimeRange timeRange, boolean queryMetricsEnabled) static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ConditionProtobufUtil.toCondition(byte[] row, org.apache.hadoop.hbase.filter.Filter filter, org.apache.hadoop.hbase.io.TimeRange timeRange) static org.apache.hadoop.hbase.shaded.protobuf.generated.FilterProtos.FilterProtobufUtil.toFilter(org.apache.hadoop.hbase.filter.Filter filter) Convert a client Filter to a protocol buffer Filter