Class SqsClientNodeFactory

java.lang.Object
io.datarouter.aws.sqs.SqsClientNodeFactory
All Implemented Interfaces:
io.datarouter.storage.client.ClientNodeFactory, io.datarouter.storage.client.imp.QueueClientNodeFactory

@Singleton
public class SqsClientNodeFactory
extends Object
implements io.datarouter.storage.client.imp.QueueClientNodeFactory
  • Constructor Summary

    Constructors
    Constructor Description
    SqsClientNodeFactory()  
  • 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>
    createGroupQueueNode​(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>
    createSingleQueueNode​(io.datarouter.storage.node.NodeParams<PK,​D,​F> nodeParams)  

    Methods inherited from class java.lang.Object

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

    • SqsClientNodeFactory

      public SqsClientNodeFactory()
  • Method Details

    • createSingleQueueNode

      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> createSingleQueueNode​(io.datarouter.storage.node.NodeParams<PK,​D,​F> nodeParams)
      Specified by:
      createSingleQueueNode in interface io.datarouter.storage.client.imp.QueueClientNodeFactory
    • createGroupQueueNode

      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> createGroupQueueNode​(io.datarouter.storage.node.NodeParams<PK,​D,​F> nodeParams)
      Specified by:
      createGroupQueueNode in interface io.datarouter.storage.client.imp.QueueClientNodeFactory