public class MLogReader extends Object implements AutoCloseable
| 构造器和说明 |
|---|
MLogReader(File logFile) |
MLogReader(String logFilePath) |
MLogReader(String schemaDir,
String logFileName) |
public MLogReader(String schemaDir, String logFileName) throws IOException
IOExceptionpublic MLogReader(String logFilePath) throws IOException
IOExceptionpublic MLogReader(File logFile) throws IOException
IOExceptionpublic boolean hasNext()
public PhysicalPlan next()
public void close()
close 在接口中 AutoCloseablepublic boolean isFileCorrupted()
Copyright © 2022 The Apache Software Foundation. All rights reserved.