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 Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • iterator

      public Iterator<org.infinispan.persistence.spi.MarshallableEntry> iterator()
      Specified by:
      iterator in interface Iterable<org.infinispan.persistence.spi.MarshallableEntry>