Class BaseHBaseClientNodeFactory.HBaseWrappedNodeFactory<EK extends io.datarouter.model.key.entity.EntityKey<EK>,​E extends io.datarouter.model.entity.Entity<EK>,​PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,​PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>

java.lang.Object
io.datarouter.storage.client.imp.BaseWrappedNodeFactory<EK,​PK,​D,​F,​N>
io.datarouter.storage.client.imp.WrappedNodeFactory<EK,​E,​PK,​D,​F,​io.datarouter.storage.node.op.combo.SortedMapStorage.PhysicalSortedMapStorageNode<PK,​D,​F>>
io.datarouter.client.hbase.BaseHBaseClientNodeFactory.HBaseWrappedNodeFactory<EK,​E,​PK,​D,​F>
Enclosing class:
BaseHBaseClientNodeFactory

public class BaseHBaseClientNodeFactory.HBaseWrappedNodeFactory<EK extends io.datarouter.model.key.entity.EntityKey<EK>,​E extends io.datarouter.model.entity.Entity<EK>,​PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,​PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>
extends io.datarouter.storage.client.imp.WrappedNodeFactory<EK,​E,​PK,​D,​F,​io.datarouter.storage.node.op.combo.SortedMapStorage.PhysicalSortedMapStorageNode<PK,​D,​F>>
  • Constructor Summary

    Constructors 
    Constructor Description
    HBaseWrappedNodeFactory()  
  • Method Summary

    Modifier and Type Method Description
    io.datarouter.storage.node.op.combo.SortedMapStorage.PhysicalSortedMapStorageNode<PK,​D,​F> createNode​(io.datarouter.storage.node.entity.EntityNodeParams<EK,​E> entityNodeParams, io.datarouter.storage.node.NodeParams<PK,​D,​F> nodeParams)  
    java.util.List<java.util.function.UnaryOperator<io.datarouter.storage.node.op.combo.SortedMapStorage.PhysicalSortedMapStorageNode<PK,​D,​F>>> getAdapters()  

    Methods inherited from class io.datarouter.storage.client.imp.WrappedNodeFactory

    createWrappedNode

    Methods inherited from class io.datarouter.storage.client.imp.BaseWrappedNodeFactory

    adapt

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createNode

      public io.datarouter.storage.node.op.combo.SortedMapStorage.PhysicalSortedMapStorageNode<PK,​D,​F> createNode​(io.datarouter.storage.node.entity.EntityNodeParams<EK,​E> entityNodeParams, io.datarouter.storage.node.NodeParams<PK,​D,​F> nodeParams)
      Specified by:
      createNode in class io.datarouter.storage.client.imp.WrappedNodeFactory<EK extends io.datarouter.model.key.entity.EntityKey<EK>,​E extends io.datarouter.model.entity.Entity<EK>,​PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,​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.combo.SortedMapStorage.PhysicalSortedMapStorageNode<PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,​PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>>
    • getAdapters

      public java.util.List<java.util.function.UnaryOperator<io.datarouter.storage.node.op.combo.SortedMapStorage.PhysicalSortedMapStorageNode<PK,​D,​F>>> getAdapters()
      Specified by:
      getAdapters in class io.datarouter.storage.client.imp.BaseWrappedNodeFactory<EK extends io.datarouter.model.key.entity.EntityKey<EK>,​PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,​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.combo.SortedMapStorage.PhysicalSortedMapStorageNode<PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,​PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>>