Generated by
JDiff

Class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder

Added Methods
SingleFileStoreConfigurationBuilder fragmentationFactor(float) 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.
 

Changed Methods
Builder<?> read(SingleFileStoreConfiguration) Change in return type from <any> to Builder<?>.