Class 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>,​N extends PhysicalNode<PK,​D,​F>>

java.lang.Object
io.datarouter.storage.client.imp.BaseWrappedNodeFactory<EK,​PK,​D,​F,​N>
Direct Known Subclasses:
WrappedNodeFactory, WrappedSubEntityNodeFactory

public abstract class 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>,​N extends PhysicalNode<PK,​D,​F>>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseWrappedNodeFactory()  
  • Method Summary

    Modifier and Type Method Description
    protected N adapt​(N node)  
    protected abstract java.util.List<java.util.function.UnaryOperator<N>> getAdapters()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • adapt

      protected final N adapt​(N node)
    • getAdapters

      protected abstract java.util.List<java.util.function.UnaryOperator<N>> getAdapters()