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.
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 © 2013 The Apache Software Foundation. All Rights Reserved.