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 ElementDefinition
ELEMENT_DEFINITION
static AttributeDefinition<java.lang.Boolean>
LAZY_RETRIEVAL
static AttributeDefinition<java.lang.Boolean>
TOPOLOGY_AWAIT_INITIAL_TRANSFER
static AttributeDefinition<java.lang.Long>
TOPOLOGY_LOCK_TIMEOUT
static AttributeDefinition<java.lang.Long>
TOPOLOGY_REPL_TIMEOUT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
AttributeSet
attributes()
boolean
awaitInitialTransfer()
ElementDefinition
getElementDefinition()
boolean
lazyRetrieval()
long
lockTimeout()
long
replicationTimeout()
java.lang.String
toString()
-
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:
attributes
in interfaceBaseConfigurationInfo
- Returns:
- the
AttributeSet
declared by the configuration.
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinition
in interfaceBaseConfigurationInfo
- Returns:
- the
ElementDefinition
of 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:
toString
in classjava.lang.Object
-
-