Class SettleLog
- java.lang.Object
-
- org.apache.iotdb.db.engine.settle.SettleLog
-
public class SettleLog extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSettleLog.SettleCheckStatus
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMA_SEPERATOR
-
Constructor Summary
Constructors Constructor Description SettleLog()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcloseLogWriter()static booleancreateSettleLog()static java.lang.StringgetSettleLogPath()static voidsetSettleLogPath(java.io.File settleLogPath)static booleanwriteSettleLog(java.lang.String content)
-
-
-
Field Detail
-
COMMA_SEPERATOR
public static final java.lang.String COMMA_SEPERATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
createSettleLog
public static boolean createSettleLog()
-
writeSettleLog
public static boolean writeSettleLog(java.lang.String content)
-
closeLogWriter
public static void closeLogWriter()
-
getSettleLogPath
public static java.lang.String getSettleLogPath()
-
setSettleLogPath
public static void setSettleLogPath(java.io.File settleLogPath)
-
-