Class SingleFileStoreReader
- java.lang.Object
-
- org.infinispan.tools.store.migrator.file.SingleFileStoreReader
-
- All Implemented Interfaces:
AutoCloseable,Iterable<org.infinispan.persistence.spi.MarshallableEntry>,StoreIterator
public class SingleFileStoreReader extends Object implements StoreIterator
-
-
Constructor Summary
Constructors Constructor Description SingleFileStoreReader(StoreProperties props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Iterator<org.infinispan.persistence.spi.MarshallableEntry>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
SingleFileStoreReader
public SingleFileStoreReader(StoreProperties props)
-
-
Method Detail
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-