@Internal public interface PartitionWriterFactory<T> extends Serializable
PartitionWriter to avoid virtual function calls.| 限定符和类型 | 方法和说明 |
|---|---|
PartitionWriter<T> |
create(PartitionWriter.Context<T> context,
PartitionTempFileManager manager,
PartitionComputer<T> computer) |
static <T> PartitionWriterFactory<T> |
get(boolean dynamicPartition,
boolean grouped,
LinkedHashMap<String,String> staticPartitions)
Util for get a
PartitionWriterFactory. |
PartitionWriter<T> create(PartitionWriter.Context<T> context, PartitionTempFileManager manager, PartitionComputer<T> computer) throws Exception
Exceptionstatic <T> PartitionWriterFactory<T> get(boolean dynamicPartition, boolean grouped, LinkedHashMap<String,String> staticPartitions)
PartitionWriterFactory.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.