Class RemoteServerConfiguration
- java.lang.Object
-
- org.infinispan.persistence.rest.configuration.RemoteServerConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo,ConfigurationInfo
public class RemoteServerConfiguration extends java.lang.Object implements ConfigurationInfo
- Since:
- 10.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSetattributeDefinitionSet()AttributeSetattributes()booleanequals(java.lang.Object o)ElementDefinitiongetElementDefinition()inthashCode()java.lang.Stringhost()intport()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
attributes
public AttributeSet attributes()
- Specified by:
attributesin interfaceBaseConfigurationInfo- Returns:
- the
AttributeSetdeclared by the configuration.
-
host
public java.lang.String host()
-
port
public int port()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-