public interface AvailabilityService
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
AvailabilityService.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoManageHaStore()
Deprecated.
|
String |
getAvailabilityEnabled()
Gets the value of the availabilityEnabled property.
|
<T extends AvailabilityServiceExtension> |
getExtensionByType(Class<T> type) |
List<AvailabilityServiceExtension> |
getExtensions() |
String |
getHaAgentHosts()
Deprecated.
|
String |
getHaAgentPassword()
Deprecated.
|
@Max(value=65535L) @Min(value=1L) String |
getHaAgentPort()
Deprecated.
|
String |
getHaStoreHealthcheckEnabled()
Deprecated.
|
@Min(value=1L) String |
getHaStoreHealthcheckIntervalInSeconds()
Deprecated.
|
String |
getHaStoreName()
Deprecated.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
String |
getStorePoolName()
Deprecated.
|
void |
setAutoManageHaStore(String value)
Sets the value of the autoManageHaStore property.
|
void |
setAvailabilityEnabled(String value)
Sets the value of the availabilityEnabled property.
|
void |
setHaAgentHosts(String value)
Sets the value of the haAgentHosts property.
|
void |
setHaAgentPassword(String value)
Sets the value of the haAgentPassword property.
|
void |
setHaAgentPort(String value)
Sets the value of the haAgentPort property.
|
void |
setHaStoreHealthcheckEnabled(String value)
Sets the value of the haStoreHealthcheckEnabled property.
|
void |
setHaStoreHealthcheckIntervalInSeconds(String value)
Sets the value of the haStoreHealthcheckIntervalInSeconds property.
|
void |
setHaStoreName(String value)
Sets the value of the haStoreName property.
|
void |
setStorePoolName(String value)
Sets the value of the storePoolName property.
|
String getAvailabilityEnabled()
Stringvoid setAvailabilityEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getHaAgentHosts()
Stringvoid setHaAgentHosts(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Max(value=65535L) @Min(value=1L) @Deprecated @Max(value=65535L) @Min(value=1L) String getHaAgentPort()
Stringvoid setHaAgentPort(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getHaAgentPassword()
Stringvoid setHaAgentPassword(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getHaStoreName()
Stringvoid setHaStoreName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getAutoManageHaStore()
Stringvoid setAutoManageHaStore(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getStorePoolName()
Stringvoid setStorePoolName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getHaStoreHealthcheckEnabled()
Stringvoid setHaStoreHealthcheckEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=1L) @Deprecated @Min(value=1L) String getHaStoreHealthcheckIntervalInSeconds()
Stringvoid setHaStoreHealthcheckIntervalInSeconds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionList<AvailabilityServiceExtension> getExtensions()
@DuckTyped <T extends AvailabilityServiceExtension> T getExtensionByType(Class<T> type)
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017–2020 Eclipse Foundation. All rights reserved.