org.apache.hadoop.hbase.regionserver.wal
Interface LogActionsListener

All Known Implementing Classes:
ReplicationSourceManager

public interface LogActionsListener

Interface that defines all actions that can be listened to coming from the HLog. The calls are done in sync with what happens over in the HLog so make sure your implementation is fast.


Method Summary
 void logRolled(org.apache.hadoop.fs.Path newFile)
          Notify the listener that a new file is available
 

Method Detail

logRolled

void logRolled(org.apache.hadoop.fs.Path newFile)
Notify the listener that a new file is available

Parameters:
newFile - the path to the new hlog


Copyright © 2010 Apache Software Foundation. All Rights Reserved.