Uses of Interface
org.apache.hadoop.hbase.replication.WALEntryFilter

Packages that use org.apache.hadoop.hbase.replication.WALEntryFilter
Package
Description
Multi Cluster Replication
  • 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 in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.replication.ChainWALEmptyEntryFilter
    A ChainWALEntryFilter for providing more flexible options
    class 
    org.apache.hadoop.hbase.replication.ChainWALEntryFilter
    A WALEntryFilter which contains multiple filters and applies them in chain order
    class 
    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 local
    class 
    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 in
    Modifier and Type
    Method
    Description
    protected 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 filters
    org.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 in
    Modifier
    Constructor
    Description
     
    ChainWALEmptyEntryFilter(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
    Modifier
    Constructor
    Description
     
    ChainWALEmptyEntryFilter(List<org.apache.hadoop.hbase.replication.WALEntryFilter> filters)
     
     
    ChainWALEntryFilter(List<org.apache.hadoop.hbase.replication.WALEntryFilter> filters)