public class EasyWriter extends AbstractWriter
child
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
EasyWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
EasyFormatPlugin<?> formatPlugin) |
EasyWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
StoragePluginRegistry engineRegistry) |
Modifier and Type | Method and Description |
---|---|
FormatPluginConfig |
getFormatConfig() |
EasyFormatPlugin<?> |
getFormatPlugin() |
String |
getLocation() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
String |
getOperatorType() |
StoragePluginConfig |
getStorageConfig() |
String |
toString() |
accept, getStorageStrategy, setStorageStrategy
getChild, getNewWithChildren, iterator
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
accept
forEach, iterator, spliterator
public EasyWriter(PhysicalOperator child, String location, List<String> partitionColumns, StorageStrategy storageStrategy, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, StoragePluginRegistry engineRegistry)
public EasyWriter(PhysicalOperator child, String location, List<String> partitionColumns, EasyFormatPlugin<?> formatPlugin)
public String getLocation()
public StoragePluginConfig getStorageConfig()
public FormatPluginConfig getFormatConfig()
public EasyFormatPlugin<?> getFormatPlugin()
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild
in class AbstractSingle
public String getOperatorType()
Copyright © 1970 The Apache Software Foundation. All rights reserved.