Package com.gigaspaces.start.manager
Class XapManagerConfig
java.lang.Object
com.gigaspaces.start.manager.XapManagerConfig
- All Implemented Interfaces:
ManagerInstanceInfo,SmartExternalizable,Externalizable,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXapManagerConfig(String host) XapManagerConfig(String host, Properties properties) -
Method Summary
Modifier and TypeMethodDescriptiongetAdminRestUrl(String port) getHost()Returns the manager's host.getProperty(String key) static XapManagerConfigvoidtoString()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
XapManagerConfig
public XapManagerConfig() -
XapManagerConfig
-
XapManagerConfig
-
-
Method Details
-
parse
-
getHost
Description copied from interface:ManagerInstanceInfoReturns the manager's host.- Specified by:
getHostin interfaceManagerInstanceInfo
-
getProperties
-
getZookeeper
-
getLookupService
-
getAdminRest
-
getAdminRestUrl
-
getAdminRestUrl
-
getProperty
-
toString
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-