Class MutationSerialization.MutationDeserializer
java.lang.Object
org.apache.hadoop.hbase.mapreduce.MutationSerialization.MutationDeserializer
- All Implemented Interfaces:
org.apache.hadoop.io.serializer.Deserializer<Mutation>
- Enclosing class:
- MutationSerialization
private static class MutationSerialization.MutationDeserializer
extends Object
implements org.apache.hadoop.io.serializer.Deserializer<Mutation>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()deserialize(Mutation mutation) voidopen(InputStream in)
-
Field Details
-
in
-
-
Constructor Details
-
MutationDeserializer
private MutationDeserializer()
-
-
Method Details
-
close
- Specified by:
closein interfaceorg.apache.hadoop.io.serializer.Deserializer<Mutation>- Throws:
IOException
-
deserialize
- Specified by:
deserializein interfaceorg.apache.hadoop.io.serializer.Deserializer<Mutation>- Throws:
IOException
-
open
- Specified by:
openin interfaceorg.apache.hadoop.io.serializer.Deserializer<Mutation>- Throws:
IOException
-