org.apache.hadoop.hdfs.server.datanode
Class ShortCircuitRegistry.NewShmInfo

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry.NewShmInfo
All Implemented Interfaces:
Closeable
Enclosing class:
ShortCircuitRegistry

public static class ShortCircuitRegistry.NewShmInfo
extends Object
implements Closeable


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

Field Detail

shmId

public final ShortCircuitShm.ShmId shmId

stream

public final FileInputStream stream
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.