Class QueueNodeFactory

java.lang.Object
io.datarouter.storage.node.factory.QueueNodeFactory

@Singleton
public class QueueNodeFactory
extends Object
  • Constructor Summary

    Constructors 
    Constructor Description
    QueueNodeFactory()  
  • 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>>
    QueueNodeBuilder<PK,​D,​F>
    createGroupQueue​(ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier)  
    <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>,​ N extends Node<PK,​ D,​ F>>
    N
    createGroupQueueNode​(ClientId clientId, Supplier<D> databeanSupplier, String queueName, Supplier<F> fielderSupplier, String namespace, String queueUrl, boolean isSystemTable)  
    <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>>
    QueueNodeBuilder<PK,​D,​F>
    createSingleQueue​(ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier)  
    <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>,​ N extends Node<PK,​ D,​ F>>
    N
    createSingleQueueNode​(ClientId clientId, Supplier<D> databeanSupplier, String queueName, Supplier<F> fielderSupplier, String namespace, String queueUrl, boolean isSystemTable)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createSingleQueue

      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>> QueueNodeBuilder<PK,​D,​F> createSingleQueue​(ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier)
    • createGroupQueue

      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>> QueueNodeBuilder<PK,​D,​F> createGroupQueue​(ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier)
    • 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>,​ N extends Node<PK,​ D,​ F>> N createSingleQueueNode​(ClientId clientId, Supplier<D> databeanSupplier, String queueName, Supplier<F> fielderSupplier, String namespace, String queueUrl, boolean isSystemTable)
    • 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>,​ N extends Node<PK,​ D,​ F>> N createGroupQueueNode​(ClientId clientId, Supplier<D> databeanSupplier, String queueName, Supplier<F> fielderSupplier, String namespace, String queueUrl, boolean isSystemTable)