Uses of Class
org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
Packages that use SingleFileStoreConfigurationBuilder Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of SingleFileStoreConfigurationBuilder in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return SingleFileStoreConfigurationBuilder Modifier and Type Method Description SingleFileStoreConfigurationBuilderPersistenceConfigurationBuilder. addSingleFileStore()Deprecated.since 13.0.SingleFileStoreConfigurationBuilderSingleFileStoreConfigurationBuilder. fragmentationFactor(float fragmentationFactor)The store tries to fit in a new entry into an existing entry from a free entry pool (if one is available) However, this existing free entry may be quite bigger than what is required to contain the new entry It may then make sense to split the free entry into two parts: 1.SingleFileStoreConfigurationBuilderSingleFileStoreConfigurationBuilder. location(String location)Sets a location on disk where the store can write.SingleFileStoreConfigurationBuilderSingleFileStoreConfigurationBuilder. maxEntries(int maxEntries)Deprecated.Since 13.0, will be removed in 16.0SingleFileStoreConfigurationBuilderSingleFileStoreConfigurationBuilder. self()
-