Uses of Class
io.datarouter.opencensus.adapter.BaseOpencensusAdapter

  • Uses of BaseOpencensusAdapter in io.datarouter.opencensus.adapter

    Subclasses of BaseOpencensusAdapter in io.datarouter.opencensus.adapter
    Modifier and Type Class Description
    class  IndexedSortedMapStorageOpencensusAdapter<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>>  
    class  MapStorageOpencensusAdapter<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>>  
    class  SortedMapStorageOpencensusAdapter<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 BaseOpencensusAdapter in io.datarouter.opencensus.adapter.physical

    Subclasses of BaseOpencensusAdapter in io.datarouter.opencensus.adapter.physical
    Modifier and Type Class Description
    class  PhysicalIndexedSortedMapStorageOpencensusAdapter<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>>  
    class  PhysicalMapStorageOpencensusAdapter<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>>  
    class  PhysicalMapStorageReaderOpencensusAdapter<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>>