Class SegmentedFileStoreReader
java.lang.Object
org.infinispan.tools.store.migrator.SegmentedFileStoreReader
- All Implemented Interfaces:
AutoCloseable,Iterable<org.infinispan.persistence.spi.MarshallableEntry>,StoreIterator
-
Constructor Summary
ConstructorsConstructorDescriptionSegmentedFileStoreReader(StoreProperties properties, Function<StoreProperties, StoreIterator> storeFactory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SegmentedFileStoreReader
public SegmentedFileStoreReader(StoreProperties properties, Function<StoreProperties, StoreIterator> storeFactory)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
iterator
-