Home
last modified time | relevance | path

Searched refs:failIfWALExists (Results 1 – 2 of 2) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/wal/
H A DIOTestProvider.java159 final boolean failIfWALExists, final String prefix, final String suffix) in IOTestWAL() argument
161 super(fs, rootDir, logDir, archiveDir, conf, listeners, failIfWALExists, prefix, suffix); in IOTestWAL()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/
H A DFSHLog.java437 final boolean failIfWALExists, final String prefix, final String suffix) in FSHLog() argument
489 if (failIfWALExists) { in FSHLog()