Uses of Class
io.datarouter.storage.node.factory.QueueNodeFactory
Packages that use QueueNodeFactory
-
Uses of QueueNodeFactory in io.datarouter.storage.node.builder
Fields in io.datarouter.storage.node.builder declared as QueueNodeFactoryModifier and TypeFieldDescriptionprotected final QueueNodeFactoryBlobQueueNodeBuilder.queueNodeFactoryprotected final QueueNodeFactoryQueueNodeBuilder.queueNodeFactoryConstructors in io.datarouter.storage.node.builder with parameters of type QueueNodeFactoryModifierConstructorDescriptionBlobQueueNodeBuilder(Datarouter datarouter, QueueNodeFactory queueNodeFactory, ClientId clientId, String queueName, io.datarouter.bytes.Codec<T, byte[]> codec) GroupQueueNodeBuilder(Datarouter datarouter, QueueNodeFactory queueNodeFactory, ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier) QueueNodeBuilder(Datarouter datarouter, QueueNodeFactory queueNodeFactory, ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier) SingleQueueNodeBuilder(Datarouter datarouter, QueueNodeFactory queueNodeFactory, ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier)