public class DumpByFile extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
DumpByFile.ICallBack |
| 构造器和说明 |
|---|
DumpByFile(String dirPath,
String dbPattern,
String tbPattern,
Checksum checksum,
ISender sender,
String... binlogFiles) |
DumpByFile(String dirPath,
String prefix,
String dbPattern,
String tbPattern,
Checksum checksum,
ISender sender) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBeginGtid() |
Properties |
getCols() |
String |
getEndGtid() |
int |
getMax() |
int |
getMin() |
void |
readFile() |
void |
readFile(long beginPos) |
void |
readFile(long beginPos,
long endPos) |
void |
setBeginGtid(String beginGtid) |
void |
setCallBack(DumpByFile.ICallBack callBack) |
void |
setEndGtid(String endGtid) |
void |
setMax(int max) |
void |
setMin(int min) |
public DumpByFile(String dirPath, String prefix, String dbPattern, String tbPattern, Checksum checksum, ISender sender)
public void setCallBack(DumpByFile.ICallBack callBack)
public void readFile(long beginPos)
throws IOException
IOExceptionpublic void readFile()
throws IOException
IOExceptionpublic void readFile(long beginPos,
long endPos)
throws IOException
IOExceptionpublic int getMin()
public void setMin(int min)
public int getMax()
public void setMax(int max)
public Properties getCols()
public String getBeginGtid()
public void setBeginGtid(String beginGtid)
public String getEndGtid()
public void setEndGtid(String endGtid)
Copyright © 2017. All rights reserved.