public static class TezBytesWritableSerialization.TezBytesWritableSerializer
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.io.serializer.Serializer<org.apache.hadoop.io.Writable>
Constructor and Description |
---|
TezBytesWritableSerialization.TezBytesWritableSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
open(OutputStream out) |
void |
serialize(org.apache.hadoop.io.Writable w) |
public TezBytesWritableSerialization.TezBytesWritableSerializer()
public void open(OutputStream out)
open
in interface org.apache.hadoop.io.serializer.Serializer<org.apache.hadoop.io.Writable>
public void serialize(org.apache.hadoop.io.Writable w) throws IOException
serialize
in interface org.apache.hadoop.io.serializer.Serializer<org.apache.hadoop.io.Writable>
IOException
public void close() throws IOException
close
in interface org.apache.hadoop.io.serializer.Serializer<org.apache.hadoop.io.Writable>
IOException
Copyright © 2016 Apache Software Foundation. All rights reserved.