Class DataConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<DataConfiguration>
org.infinispan.persistence.sifs.configuration.DataConfiguration
- All Implemented Interfaces:
Matchable<DataConfiguration>, Updatable<DataConfiguration>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDefinition<String> static final AttributeDefinition<Integer> static final AttributeDefinition<Boolean> Fields inherited from class ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSetintvoidsetDataLocation(String newLocation) booleanMethods inherited from class ConfigurationElement
attributes, child, children, children, elementName, equals, extractAttributes, findAttribute, hashCode, isModified, list, matches, matches, matches, toString, update, update, update, validateUpdate, validateUpdate, validateUpdate, write
-
Field Details
-
DATA_LOCATION
-
MAX_FILE_SIZE
-
SYNC_WRITES
-
-
Method Details
-
attributeDefinitionSet
-
maxFileSize
public int maxFileSize() -
syncWrites
public boolean syncWrites() -
dataLocation
-
setDataLocation
-