public class XapManagerConfig extends Object implements ManagerInstanceInfo, SmartExternalizable
Constructor and Description |
---|
XapManagerConfig() |
XapManagerConfig(String host) |
XapManagerConfig(String host,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
String |
getAdminRest() |
String |
getAdminRestUrl() |
String |
getAdminRestUrl(String port) |
String |
getHost()
Returns the manager's host.
|
String |
getLookupService() |
Properties |
getProperties() |
String |
getProperty(String key) |
String |
getZookeeper() |
static XapManagerConfig |
parse(String s) |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public XapManagerConfig()
public XapManagerConfig(String host)
public XapManagerConfig(String host, Properties properties)
public static XapManagerConfig parse(String s)
public String getHost()
ManagerInstanceInfo
getHost
in interface ManagerInstanceInfo
public Properties getProperties()
public String getZookeeper()
public String getLookupService()
public String getAdminRest()
public String getAdminRestUrl()
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.