Class MemcachedClientNodeFactory

java.lang.Object
io.datarouter.storage.client.imp.BaseClientNodeFactory
io.datarouter.client.memcached.client.nodefactory.BaseMemcachedClientNodeFactory
io.datarouter.client.memcached.client.nodefactory.MemcachedClientNodeFactory
All Implemented Interfaces:
io.datarouter.storage.client.ClientNodeFactory, io.datarouter.storage.client.imp.BlobClientNodeFactory, io.datarouter.storage.client.imp.TallyClientNodeFactory

@Singleton
public class MemcachedClientNodeFactory
extends BaseMemcachedClientNodeFactory
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.datarouter.client.memcached.client.nodefactory.BaseMemcachedClientNodeFactory

    BaseMemcachedClientNodeFactory.MemcachedWrappedNodeFactory<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>>
  • Constructor Summary

    Constructors 
    Constructor Description
    MemcachedClientNodeFactory​(io.datarouter.storage.node.adapter.availability.PhysicalMapStorageAvailabilityAdapterFactory physicalMapStorageAvailabilityAdapterFactory, MemcachedClientType memcachedClientType, MemcachedClientManager memcachedClientManager, MemcachedNodeFactory memcachedNodeFactory)  
  • Method Summary

    Modifier and Type Method Description
    <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.type.physical.PhysicalNode<PK,​D,​F>
    createBlobNode​(io.datarouter.storage.node.NodeParams<PK,​D,​F> nodeParams)  
    <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.type.physical.PhysicalNode<PK,​D,​F>
    createTallyNode​(io.datarouter.storage.node.NodeParams<PK,​D,​F> nodeParams)  

    Methods inherited from class io.datarouter.client.memcached.client.nodefactory.BaseMemcachedClientNodeFactory

    makeWrappedNodeFactory

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

    createEntityNode, createWrappedNode, createWrappedSubEntityNode, makeWrappedSubEntityNodeFactory

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.datarouter.storage.client.ClientNodeFactory

    createEntityNode, createWrappedNode, createWrappedSubEntityNode
  • Constructor Details

  • Method Details

    • createBlobNode

      public <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.type.physical.PhysicalNode<PK,​D,​F> createBlobNode​(io.datarouter.storage.node.NodeParams<PK,​D,​F> nodeParams)
    • createTallyNode

      public <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.type.physical.PhysicalNode<PK,​D,​F> createTallyNode​(io.datarouter.storage.node.NodeParams<PK,​D,​F> nodeParams)