org.apache.hadoop.hdfs.server.datanode
Class FSDatasetInterface.BlockInputStreams

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.datanode.FSDatasetInterface.BlockInputStreams
All Implemented Interfaces:
Closeable
Enclosing interface:
org.apache.hadoop.hdfs.server.datanode.FSDatasetInterface

public static class FSDatasetInterface.BlockInputStreams
extends Object
implements Closeable

This class contains the input streams for the data and checksum of a block


Method Summary
 void close()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()

Specified by:
close in interface Closeable


Copyright © 2013 Apache Software Foundation. All Rights Reserved.