Uses of Interface
io.datarouter.storage.node.op.combo.IndexedMapStorage.IndexedMapStorageNode
Packages that use IndexedMapStorage.IndexedMapStorageNode
Package
Description
-
Uses of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.adapter.availability
Classes in io.datarouter.storage.node.adapter.availability that implement IndexedMapStorage.IndexedMapStorageNodeModifier and TypeClassDescriptionclassPhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> -
Uses of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.adapter.callsite
Classes in io.datarouter.storage.node.adapter.callsite that implement IndexedMapStorage.IndexedMapStorageNodeModifier and TypeClassDescriptionclassIndexedSortedMapStorageCallsiteAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> -
Uses of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.adapter.callsite.physical
Classes in io.datarouter.storage.node.adapter.callsite.physical that implement IndexedMapStorage.IndexedMapStorageNodeModifier and TypeClassDescriptionclassPhysicalIndexedSortedMapStorageCallsiteAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> -
Uses of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.adapter.counter
Classes in io.datarouter.storage.node.adapter.counter that implement IndexedMapStorage.IndexedMapStorageNodeModifier and TypeClassDescriptionclassIndexedSortedMapStorageCounterAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK, D, F>> -
Uses of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.adapter.counter.physical
Classes in io.datarouter.storage.node.adapter.counter.physical that implement IndexedMapStorage.IndexedMapStorageNodeModifier and TypeClassDescriptionclassPhysicalIndexedSortedMapStorageCounterAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> -
Uses of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.adapter.sanitization.physical
Classes in io.datarouter.storage.node.adapter.sanitization.physical that implement IndexedMapStorage.IndexedMapStorageNodeModifier and TypeClassDescriptionclassPhysicalIndexedSortedMapStorageSanitizationAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> -
Uses of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.adapter.trace.physical
Classes in io.datarouter.storage.node.adapter.trace.physical that implement IndexedMapStorage.IndexedMapStorageNodeModifier and TypeClassDescriptionclassPhysicalIndexedSortedMapStorageTraceAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> -
Uses of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory with parameters of type IndexedMapStorage.IndexedMapStorageNodeModifier and TypeMethodDescription<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, IK extends io.datarouter.model.key.FieldlessIndexEntryPrimaryKey<IK, PK, D>>
ManagedNodeBuilder<PK,D, IK, io.datarouter.model.databean.FieldlessIndexEntry<IK, PK, D>, io.datarouter.model.field.FieldlessIndexEntryFielder<IK, PK, D>> IndexingNodeFactory.createKeyOnlyManagedIndex(Supplier<IK> indexEntryKeySupplier, IndexedMapStorage.IndexedMapStorageNode<PK, D, F> backingNode) -
Uses of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.op.combo
Subinterfaces of IndexedMapStorage.IndexedMapStorageNode in io.datarouter.storage.node.op.comboModifier and TypeInterfaceDescriptionstatic interfaceIndexedMapStorage.PhysicalIndexedMapStorageNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> static interfaceIndexedSortedMapStorage.IndexedSortedMapStorageNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> static interfaceIndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>>