Uses of Interface
io.datarouter.storage.node.op.raw.index.IndexListener
-
Uses of IndexListener in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory that return IndexListener Modifier and Type Method Description static <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.multi.MultiIndexEntry<IK, IE, PK, D>, IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK, IE>, IN extends SortedMapStorage.SortedMapStorageNode<IK, IE, IF>>
IndexListener<PK,D>IndexingNodeFactory. newMultiListener(Supplier<IE> indexEntrySupplier, IN indexNode)static <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.unique.UniqueIndexEntry<IK, IE, PK, D>, IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK, IE>, IN extends SortedMapStorage.SortedMapStorageNode<IK, IE, IF>>
IndexListener<PK,D>IndexingNodeFactory. newUniqueListener(Supplier<IE> indexEntrySupplier, IN indexNode) -
Uses of IndexListener in io.datarouter.storage.node.type.index
Classes in io.datarouter.storage.node.type.index that implement IndexListener Modifier and Type Class Description classIndexMapStorageWriterListener<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>,IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,IE>,IN extends SortedMapStorage.SortedMapStorageNode<IK,IE,IF>>This assumes that only PK fields are changed... -
Uses of IndexListener in io.datarouter.storage.node.type.indexing.base
Fields in io.datarouter.storage.node.type.indexing.base with type parameters of type IndexListener Modifier and Type Field Description protected List<IndexListener<PK,D>>BaseIndexingNode. indexListenersMethods in io.datarouter.storage.node.type.indexing.base that return types with arguments of type IndexListener Modifier and Type Method Description List<IndexListener<PK,D>>BaseIndexingNode. getIndexNodes()Methods in io.datarouter.storage.node.type.indexing.base with parameters of type IndexListener Modifier and Type Method Description voidBaseIndexingNode. registerIndexListener(IndexListener<PK,D> indexListener) -
Uses of IndexListener in io.datarouter.storage.node.type.indexing.mixin
Methods in io.datarouter.storage.node.type.indexing.mixin that return types with arguments of type IndexListener Modifier and Type Method Description List<IndexListener<PK,D>>IndexingMapStorageMixin. getIndexNodes()List<IndexListener<PK,D>>IndexingSortedStorageMixin. getIndexNodes()