Package com.mapr.audit
Class ExpandAuditLogCluster
- java.lang.Object
-
- com.mapr.audit.ExpandAuditLogCluster
-
public class ExpandAuditLogCluster extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExpandAuditLogCluster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(java.lang.String outputDir, java.lang.String inputDir, int volId, java.lang.String volName, boolean vollistCheck, java.lang.String cluster, int threadCount, boolean deleted, boolean verbose, boolean expandToolLogs, boolean diagnostics)voidPhase1Expand()voidPhase2Expand()
-
-
-
Method Detail
-
initialize
public void initialize(java.lang.String outputDir, java.lang.String inputDir, int volId, java.lang.String volName, boolean vollistCheck, java.lang.String cluster, int threadCount, boolean deleted, boolean verbose, boolean expandToolLogs, boolean diagnostics) throws java.lang.Exception- Throws:
java.lang.Exception
-
Phase1Expand
public void Phase1Expand() throws java.lang.Exception- Throws:
java.lang.Exception
-
Phase2Expand
public void Phase2Expand() throws java.lang.Exception- Throws:
java.lang.Exception
-
-