Uses of Interface
io.datarouter.opencensus.adapter.OpencensusAdapter
Packages that use OpencensusAdapter
Package
Description
-
Uses of OpencensusAdapter in io.datarouter.opencensus.adapter
Classes in io.datarouter.opencensus.adapter that implement OpencensusAdapterModifier and TypeClassDescriptionclassBaseOpencensusAdapter<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 io.datarouter.storage.node.Node<PK, D, F>> classIndexedSortedMapStorageOpencensusAdapter<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 io.datarouter.storage.node.op.combo.IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> classMapStorageOpencensusAdapter<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 io.datarouter.storage.node.op.raw.MapStorage.MapStorageNode<PK, D, F>> classSortedMapStorageOpencensusAdapter<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 io.datarouter.storage.node.op.combo.SortedMapStorage.SortedMapStorageNode<PK, D, F>> -
Uses of OpencensusAdapter in io.datarouter.opencensus.adapter.mixin
Subinterfaces of OpencensusAdapter in io.datarouter.opencensus.adapter.mixinModifier and TypeInterfaceDescriptioninterfaceIndexedStorageOpencensusAdapterMixin<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 io.datarouter.storage.node.op.raw.IndexedStorage.IndexedStorageNode<PK, D, F>> interfaceMapStorageReaderOpencensusAdapterMixin<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 io.datarouter.storage.node.op.raw.read.MapStorageReader.MapStorageReaderNode<PK, D, F>> interfaceMapStorageWriterOpencensusAdapterMixin<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 io.datarouter.storage.node.op.raw.MapStorage.MapStorageNode<PK, D, F>> interfaceSortedStorageReaderOpencensusAdapterMixin<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 io.datarouter.storage.node.op.raw.read.SortedStorageReader.SortedStorageReaderNode<PK, D, F>> -
Uses of OpencensusAdapter in io.datarouter.opencensus.adapter.physical
Classes in io.datarouter.opencensus.adapter.physical that implement OpencensusAdapterModifier and TypeClassDescriptionclassPhysicalIndexedSortedMapStorageOpencensusAdapter<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 io.datarouter.storage.node.op.combo.IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> classPhysicalMapStorageOpencensusAdapter<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 io.datarouter.storage.node.op.raw.MapStorage.PhysicalMapStorageNode<PK, D, F>> classPhysicalMapStorageReaderOpencensusAdapter<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 io.datarouter.storage.node.op.raw.read.MapStorageReader.PhysicalMapStorageReaderNode<PK, D, F>>