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.BlobQueueClientNodeFactory,io.datarouter.storage.client.imp.QueueClientNodeFactory
@Singleton
public class SqsClientNodeFactory
extends Object
implements io.datarouter.storage.client.imp.QueueClientNodeFactory, io.datarouter.storage.client.imp.BlobQueueClientNodeFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> io.datarouter.storage.node.op.raw.BlobQueueStorage.PhysicalBlobQueueStorageNode<T> createBlobQueueNode(io.datarouter.storage.node.NodeParams<io.datarouter.model.key.EmptyDatabeanKey, io.datarouter.model.databean.EmptyDatabean, io.datarouter.model.databean.EmptyDatabean.EmptyDatabeanFielder> nodeParams, io.datarouter.bytes.Codec<T, byte[]> codec) <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, io.datarouter.storage.node.type.physical.PhysicalNode<PK,D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> D, createSingleQueueNodeF> (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, io.datarouter.storage.node.type.physical.PhysicalNode<PK,D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> D, createGroupQueueNodeF> (io.datarouter.storage.node.NodeParams<PK, D, F> nodeParams) - Specified by:
createGroupQueueNodein interfaceio.datarouter.storage.client.imp.QueueClientNodeFactory
-
createBlobQueueNode
public <T> io.datarouter.storage.node.op.raw.BlobQueueStorage.PhysicalBlobQueueStorageNode<T> createBlobQueueNode(io.datarouter.storage.node.NodeParams<io.datarouter.model.key.EmptyDatabeanKey, io.datarouter.model.databean.EmptyDatabean, io.datarouter.model.databean.EmptyDatabean.EmptyDatabeanFielder> nodeParams, io.datarouter.bytes.Codec<T, byte[]> codec) - Specified by:
createBlobQueueNodein interfaceio.datarouter.storage.client.imp.BlobQueueClientNodeFactory
-