org.apache.accumulo.server.master.recovery
Class MapRLogCloser

java.lang.Object
  extended by org.apache.accumulo.server.master.recovery.MapRLogCloser
All Implemented Interfaces:
LogCloser

public class MapRLogCloser
extends Object
implements LogCloser


Constructor Summary
MapRLogCloser()
           
 
Method Summary
 long close(Master m, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapRLogCloser

public MapRLogCloser()
Method Detail

close

public long close(Master m,
                  org.apache.hadoop.fs.FileSystem fs,
                  org.apache.hadoop.fs.Path path)
           throws IOException
Specified by:
close in interface LogCloser
Throws:
IOException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.