public class DumpTierPartitionState extends Object
Constructor and Description |
---|
DumpTierPartitionState() |
Modifier and Type | Method and Description |
---|---|
static void |
dumpTierState(org.apache.kafka.common.TopicPartition topicPartition,
File ftpsFile,
boolean headerOnly,
boolean printChecksum)
Dumps the provided FTPS file to standard out.
|
static void |
main(String[] args) |
public static void dumpTierState(org.apache.kafka.common.TopicPartition topicPartition, File ftpsFile, boolean headerOnly, boolean printChecksum)
topicPartition
- the topic partitionftpsFile
- the ftps file to be dumpedheaderOnly
- if true, only header is printedprintChecksum
- if true, checksum information is printed