Uses of Interface
org.apache.hadoop.hbase.replication.WALEntryFilter
Packages that use org.apache.hadoop.hbase.replication.WALEntryFilter
-
Uses of org.apache.hadoop.hbase.replication.WALEntryFilter in org.apache.hadoop.hbase.replication
Classes in org.apache.hadoop.hbase.replication that implement org.apache.hadoop.hbase.replication.WALEntryFilter in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.replication.ChainWALEmptyEntryFilterAChainWALEntryFilterfor providing more flexible optionsclassorg.apache.hadoop.hbase.replication.ChainWALEntryFilterAWALEntryFilterwhich contains multiple filters and applies them in chain orderclassorg.apache.hadoop.hbase.replication.ClusterMarkingEntryFilterFilters out entries with our peerClusterId (i.e.classorg.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilterFilter a WAL Entry by the peer config according to the table and family which it belongs to.classorg.apache.hadoop.hbase.replication.ScopeWALEntryFilterKeeps KVs that are scoped other than localclassorg.apache.hadoop.hbase.replication.SystemTableWALEntryFilterSkips WAL edits for all System tables including hbase:meta except hbase:acl.classorg.apache.hadoop.hbase.replication.WALEntryFilterBaseBase class forWALEntryFilter, store the necessary common properties likeWALEntryFilterBase.serial.Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.replication.WALEntryFilter in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.replication.WALEntryFilterBaseReplicationEndpoint.getNamespaceTableCfWALEntryFilter()Returns a WALEntryFilter for checking replication per table and CF.protected org.apache.hadoop.hbase.replication.WALEntryFilterBaseReplicationEndpoint.getScopeWALEntryFilter()Returns a WALEntryFilter for checking the scope.org.apache.hadoop.hbase.replication.WALEntryFilterBaseReplicationEndpoint.getWALEntryfilter()Returns a default set of filtersorg.apache.hadoop.hbase.replication.WALEntryFilterReplicationEndpoint.getWALEntryfilter()Returns a WALEntryFilter to use for filtering out WALEntries from the log.org.apache.hadoop.hbase.replication.WALEntryFilterVerifyWALEntriesReplicationEndpoint.getWALEntryfilter()Constructors in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.WALEntryFilter in inModifierConstructorDescriptionChainWALEmptyEntryFilter(org.apache.hadoop.hbase.replication.WALEntryFilter... filters) ChainWALEntryFilter(org.apache.hadoop.hbase.replication.WALEntryFilter... filters) Constructor parameters in org.apache.hadoop.hbase.replication with type arguments of type org.apache.hadoop.hbase.replication.WALEntryFilter in in