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 Object
implements IndexReader<PK,​D,​IK,​IE>