public class ReplicationEndpointDetails extends Object implements SmartExternalizable, Textualizable
Constructor and Description |
---|
ReplicationEndpointDetails() |
Modifier and Type | Method and Description |
---|---|
ReplicationEndpointDetails |
cloneWithCurrentVersion() |
static ReplicationEndpointDetails |
createBackwardEndpointDetails(String lookupName,
Object uniqueId)
Deprecated.
Should only be used for backward conversion details prior of 9.0.1
|
static ReplicationEndpointDetails |
createMyEndpointDetails(String lookupName,
Object uniqueId) |
boolean |
equals(Object obj) |
ConnectionEndpointDetails |
getConnectionDetails() |
String |
getHostname() |
String |
getLookupName() |
long |
getPid() |
PlatformLogicalVersion |
getPlatformLogicalVersion()
This can return null if the endpoint which generated this is older than 9.0.1 because this
code is from 9.0.1 any older version will convert to a semi complete
ReplicationEndpointDetails
|
Object |
getUniqueId() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
toText(Textualizer textualizer) |
void |
writeExternal(ObjectOutput out) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public static ReplicationEndpointDetails createMyEndpointDetails(String lookupName, Object uniqueId)
public ReplicationEndpointDetails cloneWithCurrentVersion()
@Deprecated public static ReplicationEndpointDetails createBackwardEndpointDetails(String lookupName, Object uniqueId)
public Object getUniqueId()
public String getLookupName()
public ConnectionEndpointDetails getConnectionDetails()
public String getHostname()
public long getPid()
public PlatformLogicalVersion getPlatformLogicalVersion()
public void toText(Textualizer textualizer)
toText
in interface Textualizable
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.