@InterfaceAudience.Private public interface ReplicationSinkService extends ReplicationService
Modifier and Type | Method and Description |
---|---|
void |
replicateLogEntries(List<AdminProtos.WALEntry> entries,
CellScanner cells)
Carry on the list of log entries down to the sink
|
initialize, refreshAndGetReplicationLoad, startReplicationService, stopReplicationService
void replicateLogEntries(List<AdminProtos.WALEntry> entries, CellScanner cells) throws IOException
entries
- list of WALEntries to replicatecells
- Cells that the WALEntries refer to (if cells is non-null)IOException
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.