public class ReplicationPartner extends Object implements Serializable
| Constructor and Description |
|---|
ReplicationPartner() |
ReplicationPartner(com.google.common.net.HostAndPort host,
long replicationOffset)
Constructs a replication partner.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.net.HostAndPort |
getHost() |
long |
getReplicationOffset() |
void |
setHost(com.google.common.net.HostAndPort host) |
void |
setReplicationOffset(long replicationOffset) |
String |
toString() |
public ReplicationPartner()
public ReplicationPartner(com.google.common.net.HostAndPort host,
long replicationOffset)
host - host information, must not be nullreplicationOffset - the replication offsetpublic com.google.common.net.HostAndPort getHost()
public long getReplicationOffset()
public void setHost(com.google.common.net.HostAndPort host)
public void setReplicationOffset(long replicationOffset)
Copyright © 2016. All rights reserved.