protected class HBaseInterClusterReplicationEndpoint.Replicator extends Object implements Callable<Integer>
Modifier and Type | Field and Description |
---|---|
private List<WAL.Entry> |
entries |
private int |
ordinal |
Constructor and Description |
---|
Replicator(List<WAL.Entry> entries,
int ordinal) |
Modifier and Type | Method and Description |
---|---|
Integer |
call() |
protected void |
replicateEntries(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface rrs,
List<WAL.Entry> batch,
String replicationClusterId,
org.apache.hadoop.fs.Path baseNamespaceDir,
org.apache.hadoop.fs.Path hfileArchiveDir) |
public Replicator(List<WAL.Entry> entries, int ordinal)
protected void replicateEntries(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface rrs, List<WAL.Entry> batch, String replicationClusterId, org.apache.hadoop.fs.Path baseNamespaceDir, org.apache.hadoop.fs.Path hfileArchiveDir) throws IOException
IOException
public Integer call() throws IOException
call
in interface Callable<Integer>
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.