org.apache.hadoop.hbase.regionserver
Interface ReplicationSinkService

All Superinterfaces:
ReplicationService
All Known Implementing Classes:
Replication

public interface ReplicationSinkService
extends ReplicationService

A sink for a replication stream has to expose this service. This service allows an application to hook into the regionserver and behave as a replication sink.


Method Summary
 void replicateLogEntries(HLog.Entry[] entries)
          Carry on the list of log entries down to the sink
 
Methods inherited from interface org.apache.hadoop.hbase.regionserver.ReplicationService
initialize, startReplicationService, stopReplicationService
 

Method Detail

replicateLogEntries

void replicateLogEntries(HLog.Entry[] entries)
                         throws IOException
Carry on the list of log entries down to the sink

Parameters:
entries - list of entries to replicate
Throws:
IOException


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