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>>

java.lang.Object
io.datarouter.storage.node.adapter.BaseAdapter<PK,​D,​F,​N>
io.datarouter.opencensus.adapter.BaseOpencensusAdapter<PK,​D,​F,​N>
io.datarouter.opencensus.adapter.physical.PhysicalMapStorageReaderOpencensusAdapter<PK,​D,​F,​N>
All Implemented Interfaces:
MapStorageReaderOpencensusAdapterMixin<PK,​D,​F,​N>, OpencensusAdapter, io.datarouter.storage.node.adapter.PhysicalAdapterMixin<PK,​D,​F,​N>, io.datarouter.storage.node.Node<PK,​D,​F>, io.datarouter.storage.node.op.NodeOps<PK,​D>, io.datarouter.storage.node.op.raw.read.MapStorageReader<PK,​D>, io.datarouter.storage.node.op.raw.read.MapStorageReader.MapStorageReaderNode<PK,​D,​F>, io.datarouter.storage.node.op.raw.read.MapStorageReader.PhysicalMapStorageReaderNode<PK,​D,​F>, io.datarouter.storage.node.type.physical.PhysicalNode<PK,​D,​F>, Comparable<io.datarouter.storage.node.Node<PK,​D,​F>>

public 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>>
extends BaseOpencensusAdapter<PK,​D,​F,​N>
implements io.datarouter.storage.node.op.raw.read.MapStorageReader.PhysicalMapStorageReaderNode<PK,​D,​F>, MapStorageReaderOpencensusAdapterMixin<PK,​D,​F,​N>, io.datarouter.storage.node.adapter.PhysicalAdapterMixin<PK,​D,​F,​N>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.datarouter.storage.node.op.raw.read.MapStorageReader

    io.datarouter.storage.node.op.raw.read.MapStorageReader.MapStorageReaderNode<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>>, io.datarouter.storage.node.op.raw.read.MapStorageReader.PhysicalMapStorageReaderNode<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>>
  • Field Summary

    Fields inherited from class io.datarouter.storage.node.adapter.BaseAdapter

    backingNode

    Fields inherited from interface io.datarouter.storage.node.op.raw.read.MapStorageReader

    OP_exists, OP_get, OP_getKeys, OP_getMulti
  • Constructor Summary

    Constructors 
    Constructor Description
    PhysicalMapStorageReaderOpencensusAdapter​(N backingNode)  
  • Method Summary

    Modifier and Type Method Description
    io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> getFieldInfo()  

    Methods inherited from class io.datarouter.opencensus.adapter.BaseOpencensusAdapter

    getToStringPrefix, startSpan

    Methods inherited from class io.datarouter.storage.node.adapter.BaseAdapter

    compareTo, getBackingNode, getChildNodes, getClientIds, getName, getPhysicalNodes, getPhysicalNodesForClient, getUnderlyingNode, toString, usesClient

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface io.datarouter.storage.node.op.raw.read.MapStorageReader

    exists, find, find, get, getKeys, getMulti, scanMulti, scanMulti, scanMultiKeys, scanMultiKeys

    Methods inherited from interface io.datarouter.opencensus.adapter.mixin.MapStorageReaderOpencensusAdapterMixin

    exists, get, getBackingNode, getKeys, getMulti

    Methods inherited from interface io.datarouter.storage.node.Node

    getChildNodes, getClientIds, getName, getPhysicalNodes, getPhysicalNodesForClient, usesClient

    Methods inherited from interface io.datarouter.opencensus.adapter.OpencensusAdapter

    startSpan

    Methods inherited from interface io.datarouter.storage.node.adapter.PhysicalAdapterMixin

    getBackingNode, getClientId, getClientType
  • Constructor Details

  • Method Details

    • getFieldInfo

      public io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> getFieldInfo()
      Specified by:
      getFieldInfo in interface io.datarouter.storage.node.Node<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>>
      Specified by:
      getFieldInfo in interface io.datarouter.storage.node.adapter.PhysicalAdapterMixin<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>>
      Specified by:
      getFieldInfo in interface io.datarouter.storage.node.type.physical.PhysicalNode<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>>
      Overrides:
      getFieldInfo in class io.datarouter.storage.node.adapter.BaseAdapter<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>>