Class MemoryConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.MemoryConfigurationBuilder
- All Implemented Interfaces:
Builder<MemoryConfiguration>,ConfigurationChildBuilder
Controls the data container for the cache.
- Author:
- William Burns
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()create()Create the configuration beanencoding()protected ConfigurationBuilderindexing()locking()longmaxCount()maxCount(long count) maxSize()maxSize(long l) memory()query()read(MemoryConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.security()booleansimpleCache(boolean simpleCache) sites()storage()The underlying storage type for this configurationstorage(StorageType storageType) Set theStorageTypeto determine how the data is stored in the data container.template(boolean template) toString()tracing()unsafe()voidvalidate()Validate the data in this builder before building the configuration beanwhenFull()whenFull(EvictionStrategy strategy) Sets the eviction strategy which can be: NONE - no eviction will take place MANUAL - no eviction will take place automatically, but user is assumed to manually call evict REMOVE - eviction will remove entries to make room for new entries to be inserted EXCEPTION - eviction will not take place, but instead an exception will be thrown to ensure container doesn't grow too largeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
validate
-
Field Details
-
builder
-
-
Method Details
-
attributes
- Specified by:
attributesin interfaceBuilder<MemoryConfiguration>
-
storage
Set theStorageTypeto determine how the data is stored in the data container.- Parameters:
storageType- the storage type of the underlying data- Returns:
- this configuration builder
-
maxSize
-
maxSize
-
maxSize
-
maxCount
-
maxCount
public long maxCount() -
storage
The underlying storage type for this configuration- Returns:
- the configured storage type
-
whenFull
Sets the eviction strategy which can be:- NONE - no eviction will take place
- MANUAL - no eviction will take place automatically, but user is assumed to manually call evict
- REMOVE - eviction will remove entries to make room for new entries to be inserted
- EXCEPTION - eviction will not take place, but instead an exception will be thrown to ensure container doesn't grow too large
The eviction strategy NONE and MANUAL are essentially the same except that MANUAL does not warn the user when passivation is enabled.
- Parameters:
strategy- the strategy to set- Returns:
- this
-
whenFull
-
validate
public void validate()Description copied from interface:BuilderValidate the data in this builder before building the configuration bean- Specified by:
validatein interfaceBuilder<MemoryConfiguration>
-
create
Description copied from interface:BuilderCreate the configuration bean- Specified by:
createin interfaceBuilder<MemoryConfiguration>- Returns:
-
read
Description copied from interface:BuilderReads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
readin interfaceBuilder<MemoryConfiguration>- Parameters:
template- the configuration from which to "clone" this config if needed.combine- the way attributes and children of this instance and the template should be combined.
-
toString
-
aliases
- Specified by:
aliasesin interfaceConfigurationChildBuilder
-
template
- Specified by:
templatein interfaceConfigurationChildBuilder
-
simpleCache
- Specified by:
simpleCachein interfaceConfigurationChildBuilder
-
simpleCache
public boolean simpleCache()- Specified by:
simpleCachein interfaceConfigurationChildBuilder
-
clustering
- Specified by:
clusteringin interfaceConfigurationChildBuilder
-
encoding
- Specified by:
encodingin interfaceConfigurationChildBuilder
-
expiration
- Specified by:
expirationin interfaceConfigurationChildBuilder
-
query
- Specified by:
queryin interfaceConfigurationChildBuilder
-
indexing
- Specified by:
indexingin interfaceConfigurationChildBuilder
-
tracing
- Specified by:
tracingin interfaceConfigurationChildBuilder
-
invocationBatching
- Specified by:
invocationBatchingin interfaceConfigurationChildBuilder
-
statistics
- Specified by:
statisticsin interfaceConfigurationChildBuilder
-
persistence
- Specified by:
persistencein interfaceConfigurationChildBuilder
-
locking
- Specified by:
lockingin interfaceConfigurationChildBuilder
-
security
- Specified by:
securityin interfaceConfigurationChildBuilder
-
transaction
- Specified by:
transactionin interfaceConfigurationChildBuilder
-
unsafe
- Specified by:
unsafein interfaceConfigurationChildBuilder
-
sites
- Specified by:
sitesin interfaceConfigurationChildBuilder
-
memory
- Specified by:
memoryin interfaceConfigurationChildBuilder
-
getBuilder
-
build
- Specified by:
buildin interfaceConfigurationChildBuilder
-