public static class BinaryBlockSerialization.MatrixBlockDeserializer extends Object implements org.apache.hadoop.io.serializer.Deserializer<MatrixBlock>
Constructor and Description |
---|
MatrixBlockDeserializer() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
MatrixBlock |
deserialize(MatrixBlock mb) |
void |
open(InputStream arg0) |
public void open(InputStream arg0) throws IOException
open
in interface org.apache.hadoop.io.serializer.Deserializer<MatrixBlock>
IOException
public MatrixBlock deserialize(MatrixBlock mb) throws IOException
deserialize
in interface org.apache.hadoop.io.serializer.Deserializer<MatrixBlock>
IOException
public void close() throws IOException
close
in interface org.apache.hadoop.io.serializer.Deserializer<MatrixBlock>
IOException
Copyright © 2020 The Apache Software Foundation. All rights reserved.