org.apache.hadoop.hbase.regionserver
Interface ReplicationSourceService

All Superinterfaces:
ReplicationService
All Known Implementing Classes:
Replication

public interface ReplicationSourceService
extends ReplicationService

A source for a replication stream has to expose this service. This service allows an application to hook into the regionserver and watch for new transactions.


Method Summary
 WALActionsListener getWALActionsListener()
          Returns a WALObserver for the service.
 
Methods inherited from interface org.apache.hadoop.hbase.regionserver.ReplicationService
initialize, startReplicationService, stopReplicationService
 

Method Detail

getWALActionsListener

WALActionsListener getWALActionsListener()
Returns a WALObserver for the service. This is needed to observe log rolls and log archival events.



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.