public interface FormatConfiguration
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getFormatClass() |
Collection<ParameterEnum<?>> |
getParameters() |
boolean |
isDataWritable()
If the format supports only one option, then 'setting' the data has no effect.
|
void |
setDataIsWritable(boolean isWritable) |
void |
setup(PropertyManagement runTimeProperties,
org.apache.hadoop.conf.Configuration configuration) |
void setup(PropertyManagement runTimeProperties, org.apache.hadoop.conf.Configuration configuration) throws Exception
ExceptionClass<?> getFormatClass()
boolean isDataWritable()
void setDataIsWritable(boolean isWritable)
Collection<ParameterEnum<?>> getParameters()
Copyright © 2013–2022. All rights reserved.