DynamicPartitionWriter(PartitionWriter.Context<T> context,
PartitionTempFileManager manager,
PartitionComputer<T> computer) |
DynamicPartitionWriter(PartitionWriter.Context<T> context,
PartitionTempFileManager manager,
PartitionComputer<T> computer,
PartitionWriter.PartitionWriterListener writerListener) |
GroupedPartitionWriter(PartitionWriter.Context<T> context,
PartitionTempFileManager manager,
PartitionComputer<T> computer) |
GroupedPartitionWriter(PartitionWriter.Context<T> context,
PartitionTempFileManager manager,
PartitionComputer<T> computer,
PartitionWriter.PartitionWriterListener writerListener) |
SingleDirectoryWriter(PartitionWriter.Context<T> context,
PartitionTempFileManager manager,
PartitionComputer<T> computer,
LinkedHashMap<String,String> staticPartitions) |
SingleDirectoryWriter(PartitionWriter.Context<T> context,
PartitionTempFileManager manager,
PartitionComputer<T> computer,
LinkedHashMap<String,String> staticPartitions,
PartitionWriter.PartitionWriterListener writerListener) |