public class KuduWriter extends AbstractWriter
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
childINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
KuduWriter(PhysicalOperator child,
String name,
StoragePluginConfig storageConfig,
StoragePluginRegistry engineRegistry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
String |
getOperatorType() |
KuduStoragePlugin |
getPlugin() |
StoragePluginConfig |
getStorage() |
String |
toString() |
accept, getStorageStrategy, setStorageStrategygetChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdacceptforEach, iterator, spliteratorpublic static final String OPERATOR_TYPE
public KuduWriter(PhysicalOperator child, String name, StoragePluginConfig storageConfig, StoragePluginRegistry engineRegistry) throws IOException, ExecutionSetupException
IOExceptionExecutionSetupExceptionpublic String getOperatorType()
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild in class AbstractSinglepublic String getName()
public StoragePluginConfig getStorage()
public KuduStoragePlugin getPlugin()
Copyright © 2021 The Apache Software Foundation. All rights reserved.