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 TypeClassDescriptionclass
org.apache.hadoop.hbase.replication.ChainWALEmptyEntryFilter
AChainWALEntryFilter
for providing more flexible optionsclass
org.apache.hadoop.hbase.replication.ChainWALEntryFilter
AWALEntryFilter
which contains multiple filters and applies them in chain orderclass
org.apache.hadoop.hbase.replication.ClusterMarkingEntryFilter
Filters out entries with our peerClusterId (i.e.class
org.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilter
Filter a WAL Entry by the peer config according to the table and family which it belongs to.class
org.apache.hadoop.hbase.replication.ScopeWALEntryFilter
Keeps KVs that are scoped other than localclass
org.apache.hadoop.hbase.replication.SystemTableWALEntryFilter
Skips WAL edits for all System tables including hbase:meta except hbase:acl.Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.replication.WALEntryFilter in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.replication.WALEntryFilter
BaseReplicationEndpoint.getNamespaceTableCfWALEntryFilter()
Returns a WALEntryFilter for checking replication per table and CF.protected org.apache.hadoop.hbase.replication.WALEntryFilter
BaseReplicationEndpoint.getScopeWALEntryFilter()
Returns a WALEntryFilter for checking the scope.org.apache.hadoop.hbase.replication.WALEntryFilter
BaseReplicationEndpoint.getWALEntryfilter()
Returns a default set of filtersorg.apache.hadoop.hbase.replication.WALEntryFilter
ReplicationEndpoint.getWALEntryfilter()
Returns a WALEntryFilter to use for filtering out WALEntries from the log.org.apache.hadoop.hbase.replication.WALEntryFilter
VerifyWALEntriesReplicationEndpoint.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