Uses of Interface
org.apache.hadoop.hbase.replication.WALEntryFilter
Packages that use WALEntryFilter
Package
Description
Multi Cluster Replication
-
Uses of WALEntryFilter in org.apache.hadoop.hbase.replication
Classes in org.apache.hadoop.hbase.replication that implement WALEntryFilterModifier and TypeClassDescriptionclassAChainWALEntryFilterfor providing more flexible optionsclassAWALEntryFilterwhich contains multiple filters and applies them in chain orderclassFilters out entries with our peerClusterId (i.e.classFilter a WAL Entry by the peer config according to the table and family which it belongs to.classKeeps KVs that are scoped other than localclassSkips WAL edits for all System tables including hbase:meta except hbase:acl.classBase class forWALEntryFilter, store the necessary common properties likeWALEntryFilterBase.serial.Fields in org.apache.hadoop.hbase.replication declared as WALEntryFilterMethods in org.apache.hadoop.hbase.replication that return WALEntryFilterModifier and TypeMethodDescriptionprotected WALEntryFilterBaseReplicationEndpoint.getNamespaceTableCfWALEntryFilter()Returns a WALEntryFilter for checking replication per table and CF.protected WALEntryFilterBaseReplicationEndpoint.getScopeWALEntryFilter()Returns a WALEntryFilter for checking the scope.BaseReplicationEndpoint.getWALEntryfilter()Returns a default set of filtersReplicationEndpoint.getWALEntryfilter()Returns a WALEntryFilter to use for filtering out WALEntries from the log.VerifyWALEntriesReplicationEndpoint.getWALEntryfilter()Constructors in org.apache.hadoop.hbase.replication with parameters of type WALEntryFilterModifierConstructorDescriptionChainWALEmptyEntryFilter(WALEntryFilter... filters) ChainWALEntryFilter(WALEntryFilter... filters) Constructor parameters in org.apache.hadoop.hbase.replication with type arguments of type WALEntryFilterModifierConstructorDescriptionChainWALEmptyEntryFilter(List<WALEntryFilter> filters) ChainWALEntryFilter(List<WALEntryFilter> filters) -
Uses of WALEntryFilter in org.apache.hadoop.hbase.replication.regionserver
Fields in org.apache.hadoop.hbase.replication.regionserver declared as WALEntryFilterModifier and TypeFieldDescriptionprivate final WALEntryFilterReplicationSourceWALReader.filterprotected WALEntryFilterReplicationSource.walEntryFilterA filter (or a chain of filters) for WAL entries; filters out edits.Fields in org.apache.hadoop.hbase.replication.regionserver with type parameters of type WALEntryFilterModifier and TypeFieldDescriptionprivate final List<WALEntryFilter>ReplicationSource.baseFilterOutWALEntriesBase WALEntry filters for this class.Methods in org.apache.hadoop.hbase.replication.regionserver that return WALEntryFilterModifier and TypeMethodDescription(package private) WALEntryFilterReplicationSource.getWalEntryFilter()Call afterReplicationSource.initializeWALEntryFilter(UUID)else it will be null.Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type WALEntryFilterModifierConstructorDescriptionReplicationSourceWALReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, ReplicationSourceLogQueue logQueue, long startPosition, WALEntryFilter filter, ReplicationSource source, String walGroupId) Creates a reader worker for a given WAL queue.SerialReplicationSourceWALReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, ReplicationSourceLogQueue logQueue, long startPosition, WALEntryFilter filter, ReplicationSource source, String walGroupId) Constructor parameters in org.apache.hadoop.hbase.replication.regionserver with type arguments of type WALEntryFilterModifierConstructorDescription(package private)ReplicationSource(Predicate<org.apache.hadoop.fs.Path> replicateWAL, List<WALEntryFilter> baseFilterOutWALEntries) -
Uses of WALEntryFilter in org.apache.hadoop.hbase.security.visibility
Methods in org.apache.hadoop.hbase.security.visibility that return WALEntryFilter