Class TopologyCacheConfiguration
- java.lang.Object
-
- org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo,ConfigurationInfo
public class TopologyCacheConfiguration extends java.lang.Object implements ConfigurationInfo
- Since:
- 10.0
-
-
Field Summary
Fields Modifier and Type Field Description static ElementDefinitionELEMENT_DEFINITIONstatic AttributeDefinition<java.lang.Boolean>LAZY_RETRIEVALstatic AttributeDefinition<java.lang.Boolean>TOPOLOGY_AWAIT_INITIAL_TRANSFERstatic AttributeDefinition<java.lang.Long>TOPOLOGY_LOCK_TIMEOUTstatic AttributeDefinition<java.lang.Long>TOPOLOGY_REPL_TIMEOUT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSetattributeDefinitionSet()AttributeSetattributes()booleanawaitInitialTransfer()ElementDefinitiongetElementDefinition()booleanlazyRetrieval()longlockTimeout()longreplicationTimeout()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Field Detail
-
TOPOLOGY_AWAIT_INITIAL_TRANSFER
public static final AttributeDefinition<java.lang.Boolean> TOPOLOGY_AWAIT_INITIAL_TRANSFER
-
TOPOLOGY_LOCK_TIMEOUT
public static final AttributeDefinition<java.lang.Long> TOPOLOGY_LOCK_TIMEOUT
-
TOPOLOGY_REPL_TIMEOUT
public static final AttributeDefinition<java.lang.Long> TOPOLOGY_REPL_TIMEOUT
-
LAZY_RETRIEVAL
public static final AttributeDefinition<java.lang.Boolean> LAZY_RETRIEVAL
-
ELEMENT_DEFINITION
public static ElementDefinition ELEMENT_DEFINITION
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
attributes
public AttributeSet attributes()
- Specified by:
attributesin interfaceBaseConfigurationInfo- Returns:
- the
AttributeSetdeclared by the configuration.
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
lockTimeout
public long lockTimeout()
-
replicationTimeout
public long replicationTimeout()
-
awaitInitialTransfer
public boolean awaitInitialTransfer()
-
lazyRetrieval
public boolean lazyRetrieval()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-