public class TxnLogToolkit extends Object implements Closeable
| Constructor and Description | 
|---|
TxnLogToolkit(boolean recoveryMode,
             boolean verbose,
             String txnLogFileName,
             boolean force)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
dump(Scanner scanner)  | 
static void | 
main(String[] args)  | 
public TxnLogToolkit(boolean recoveryMode,
                     boolean verbose,
                     String txnLogFileName,
                     boolean force)
              throws FileNotFoundException,
                     org.apache.zookeeper.server.persistence.TxnLogToolkit.TxnLogToolkitException
public static void main(String[] args) throws Exception
args - Command line argumentsExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.