public static class TestReplicationEndpoint.EverythingPassesWALEntryFilter extends Object implements org.apache.hadoop.hbase.replication.WALEntryFilter
Modifier and Type | Field and Description |
---|---|
private static boolean |
passedEntry |
Constructor and Description |
---|
EverythingPassesWALEntryFilter() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.wal.WAL.Entry |
filter(org.apache.hadoop.hbase.wal.WAL.Entry entry) |
static boolean |
hasPassedAnEntry() |
private static boolean passedEntry
public EverythingPassesWALEntryFilter()
public org.apache.hadoop.hbase.wal.WAL.Entry filter(org.apache.hadoop.hbase.wal.WAL.Entry entry)
filter
in interface org.apache.hadoop.hbase.replication.WALEntryFilter
public static boolean hasPassedAnEntry()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.