public class DumpDBParams extends MessageParams
Constructor and Description |
---|
DumpDBParams(FileNameIdentifier fileName,
DumpFileOption dumpFileOption) |
Modifier and Type | Method and Description |
---|---|
DumpFileOption |
getDumpFileOption()
Gets The dump option to be used in the dump
|
FileNameIdentifier |
getFileName()
Gets The name of the file to be dumped
|
public DumpDBParams(FileNameIdentifier fileName, DumpFileOption dumpFileOption)
fileName
- The name of the file to be dumpeddumpFileOption
- The dump option to be used in the dumppublic final DumpFileOption getDumpFileOption()
public final FileNameIdentifier getFileName()