public abstract class HadoopOutputFormatCommonBase<T> extends Object implements org.apache.flink.api.common.io.OutputFormat<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.security.Credentials |
credentials |
| Modifier | Constructor and Description |
|---|---|
protected |
HadoopOutputFormatCommonBase(org.apache.hadoop.security.Credentials creds) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(ObjectInputStream in) |
protected void |
write(ObjectOutputStream out) |
protected HadoopOutputFormatCommonBase(org.apache.hadoop.security.Credentials creds)
protected void write(ObjectOutputStream out) throws IOException
IOExceptionpublic void read(ObjectInputStream in) throws IOException
IOExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.