Class NoOpIndexReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,​IE extends io.datarouter.model.index.IndexEntry<IK,​IE,​PK,​D>>

java.lang.Object
io.datarouter.storage.client.imp.noop.NoOpIndexReader<PK,​D,​IK,​IE>
All Implemented Interfaces:
IndexReader<PK,​D,​IK,​IE>, NodeOps<IK,​IE>, SortedStorageReader<IK,​IE>

public class NoOpIndexReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,​IE extends io.datarouter.model.index.IndexEntry<IK,​IE,​PK,​D>>
extends java.lang.Object
implements IndexReader<PK,​D,​IK,​IE>
  • Constructor Details

  • Method Details

    • scanRanges

      public io.datarouter.scanner.Scanner<IE> scanRanges​(java.util.Collection<io.datarouter.util.tuple.Range<IK>> ranges, Config config)
      Specified by:
      scanRanges in interface SortedStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>
    • scanRangesKeys

      public io.datarouter.scanner.Scanner<IK> scanRangesKeys​(java.util.Collection<io.datarouter.util.tuple.Range<IK>> ranges, Config config)
      Specified by:
      scanRangesKeys in interface SortedStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>
    • scanDatabeansMulti

      public io.datarouter.scanner.Scanner<D> scanDatabeansMulti​(java.util.Collection<io.datarouter.util.tuple.Range<IK>> ranges, Config config)
      Specified by:
      scanDatabeansMulti in interface IndexReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,​IE extends io.datarouter.model.index.IndexEntry<IK,​IE,​PK,​D>>