Methods in org.apache.flume.sink.hdfs with parameters of type FlumeFormatter |
void |
HDFSWriter.append(Event e,
FlumeFormatter fmt)
|
void |
HDFSSequenceFile.append(Event e,
FlumeFormatter formatter)
|
void |
HDFSDataStream.append(Event e,
FlumeFormatter fmt)
|
void |
HDFSCompressedDataStream.append(Event e,
FlumeFormatter fmt)
|
void |
HDFSWriter.open(String filePath,
org.apache.hadoop.io.compress.CompressionCodec codec,
org.apache.hadoop.io.SequenceFile.CompressionType cType,
FlumeFormatter fmt)
|
void |
HDFSSequenceFile.open(String filePath,
org.apache.hadoop.io.compress.CompressionCodec codeC,
org.apache.hadoop.io.SequenceFile.CompressionType compType,
FlumeFormatter fmt)
|
void |
HDFSDataStream.open(String filePath,
org.apache.hadoop.io.compress.CompressionCodec codec,
org.apache.hadoop.io.SequenceFile.CompressionType cType,
FlumeFormatter fmt)
|
void |
HDFSCompressedDataStream.open(String filePath,
org.apache.hadoop.io.compress.CompressionCodec codec,
org.apache.hadoop.io.SequenceFile.CompressionType cType,
FlumeFormatter fmt)
|
void |
HDFSWriter.open(String filePath,
FlumeFormatter fmt)
|
void |
HDFSSequenceFile.open(String filePath,
FlumeFormatter fmt)
|
void |
HDFSDataStream.open(String filePath,
FlumeFormatter fmt)
|
void |
HDFSCompressedDataStream.open(String filePath,
FlumeFormatter fmt)
|