Class SFSToSIFSStore<K,V>

java.lang.Object
org.infinispan.persistence.support.DelegatingNonBlockingStore<K,V>
org.infinispan.configuration.parsing.SFSToSIFSStore<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
NonBlockingStore<K,V>

public class SFSToSIFSStore<K,V> extends DelegatingNonBlockingStore<K,V>
Store that is used to migrate data from ISPN 12.0 SingleFileStore to an ISPN 13.0 SoftIndexFileStore. This store works identically to a SoftIndexFileStore except that it will first attempt to copy all the entries from a SingleFileStore with the same location as the configured SoftIndexFileStoreConfiguration.dataLocation(). Note that both a segmented and non segmented SingleFileStore is attempted since it could have been either and SoftIndexFileStore only supports segmentation now.
  • Constructor Details

    • SFSToSIFSStore

      public SFSToSIFSStore()
  • Method Details