Package io.datarouter.aws.sqs.single.op
Class SqsPutMultiOp<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>>
java.lang.Object
io.datarouter.aws.sqs.op.SqsOp<PK,D,F,java.lang.Void>
io.datarouter.aws.sqs.single.op.SqsPutMultiOp<PK,D,F>
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>
public class SqsPutMultiOp<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>> extends SqsOp<PK,D,F,java.lang.Void>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SqsPutMultiOp(java.util.Collection<D> databeans, io.datarouter.storage.config.Config config, BaseSqsNode<PK,D,F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) -
Method Summary
Modifier and Type Method Description protected java.lang.Voidrun()
-
Constructor Details
-
SqsPutMultiOp
public SqsPutMultiOp(java.util.Collection<D> databeans, io.datarouter.storage.config.Config config, BaseSqsNode<PK,D,F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId)
-
-
Method Details