Package io.datarouter.aws.sqs
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)
-
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:
createSingleQueueNodein interfaceio.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:
createGroupQueueNodein interfaceio.datarouter.storage.client.imp.QueueClientNodeFactory
-