public class ReplicationServicerHandler extends Object implements ReplicationServicer.Iface
| Constructor and Description |
|---|
ReplicationServicerHandler(TabletServer tabletServer) |
| Modifier and Type | Method and Description |
|---|---|
long |
replicateKeyValues(String tableId,
KeyValues data,
TCredentials creds) |
long |
replicateLog(String tableId,
WalEdits data,
TCredentials tcreds) |
public ReplicationServicerHandler(TabletServer tabletServer)
public long replicateLog(String tableId, WalEdits data, TCredentials tcreds) throws RemoteReplicationException, org.apache.thrift.TException
replicateLog in interface ReplicationServicer.IfaceRemoteReplicationExceptionorg.apache.thrift.TExceptionpublic long replicateKeyValues(String tableId, KeyValues data, TCredentials creds) throws RemoteReplicationException, org.apache.thrift.TException
replicateKeyValues in interface ReplicationServicer.IfaceRemoteReplicationExceptionorg.apache.thrift.TExceptionCopyright © 2011–2017 The Apache Software Foundation. All rights reserved.