Class JdbcStoreReader
- java.lang.Object
-
- org.infinispan.tools.store.migrator.jdbc.JdbcStoreReader
-
- All Implemented Interfaces:
AutoCloseable,Iterable<org.infinispan.persistence.spi.MarshallableEntry>,StoreIterator
public class JdbcStoreReader extends Object implements StoreIterator
- Since:
- 9.0
- Author:
- Ryan Emerson
-
-
Constructor Summary
Constructors Constructor Description JdbcStoreReader(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
-
JdbcStoreReader
public JdbcStoreReader(StoreProperties props)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-