Package io.datarouter.aws.sqs
Class SqsClientNodeFactory
java.lang.Object
io.datarouter.storage.client.imp.BaseClientNodeFactory
io.datarouter.aws.sqs.SqsClientNodeFactory
- All Implemented Interfaces:
io.datarouter.storage.client.ClientNodeFactory,io.datarouter.storage.client.imp.QueueClientNodeFactory
@Singleton
public class SqsClientNodeFactory
extends io.datarouter.storage.client.imp.BaseClientNodeFactory
implements io.datarouter.storage.client.imp.QueueClientNodeFactory
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSqsClientNodeFactory.SqsWrappedNodeFactory<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 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)<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.client.imp.WrappedNodeFactory<EK,E,PK,D,F,io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK,D,F>>makeWrappedNodeFactory()Methods inherited from class io.datarouter.storage.client.imp.BaseClientNodeFactory
createWrappedNode
-
Constructor Details
-
SqsClientNodeFactory
public SqsClientNodeFactory()
-
-
Method Details
-
makeWrappedNodeFactory
public <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.client.imp.WrappedNodeFactory<EK,E,PK,D,F,io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK,D,F>> makeWrappedNodeFactory()- Specified by:
makeWrappedNodeFactoryin classio.datarouter.storage.client.imp.BaseClientNodeFactory
-
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
-