Package io.datarouter.aws.sqs.op
Class SqsOp<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>,V>
java.lang.Object
io.datarouter.aws.sqs.op.SqsOp<PK,D,F,V>
- All Implemented Interfaces:
java.util.concurrent.Callable<V>
- Direct Known Subclasses:
BaseSqsPeekMultiOp,SqsAckMultiOp,SqsAckOp,SqsGroupPutMultiOp,SqsPutMultiOp,SqsPutOp
public abstract class SqsOp<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>,V>
extends java.lang.Object
implements java.util.concurrent.Callable<V>
-
Field Summary
Fields Modifier and Type Field Description protected io.datarouter.model.serialize.StringDatabeanCodeccodecprotected io.datarouter.storage.config.Configconfigprotected java.util.function.Supplier<D>databeanSupplierprotected Ffielderprotected io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F>fieldInfoprotected java.lang.StringqueueUrl -
Constructor Summary
Constructors Constructor Description SqsOp(io.datarouter.storage.config.Config config, BaseSqsNode<PK,D,F> sqsNode) -
Method Summary