org.apache.hadoop.hbase.mapreduce
Class KeyValueSerialization.KeyValueDeserializer
java.lang.Object
org.apache.hadoop.hbase.mapreduce.KeyValueSerialization.KeyValueDeserializer
- All Implemented Interfaces:
- org.apache.hadoop.io.serializer.Deserializer<KeyValue>
- Enclosing class:
- KeyValueSerialization
public static class KeyValueSerialization.KeyValueDeserializer
- extends Object
- implements org.apache.hadoop.io.serializer.Deserializer<KeyValue>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValueSerialization.KeyValueDeserializer
public KeyValueSerialization.KeyValueDeserializer()
close
public void close()
throws IOException
- Specified by:
close
in interface org.apache.hadoop.io.serializer.Deserializer<KeyValue>
- Throws:
IOException
deserialize
public KeyValue deserialize(KeyValue ignore)
throws IOException
- Specified by:
deserialize
in interface org.apache.hadoop.io.serializer.Deserializer<KeyValue>
- Throws:
IOException
open
public void open(InputStream is)
throws IOException
- Specified by:
open
in interface org.apache.hadoop.io.serializer.Deserializer<KeyValue>
- Throws:
IOException
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.