Uses of Enum Class
io.datarouter.storage.tag.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in io.datarouter.storage.node
Methods in io.datarouter.storage.node that return TagMethods in io.datarouter.storage.node with parameters of type Tag -
Uses of Tag in io.datarouter.storage.node.builder
Fields in io.datarouter.storage.node.builder declared as TagModifier and TypeFieldDescriptionprotected TagBlobQueueNodeBuilder.tagprotected TagQueueNodeBuilder.tagMethods in io.datarouter.storage.node.builder with parameters of type Tag -
Uses of Tag in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory with parameters of type TagModifier and TypeMethodDescriptionQueueNodeFactory.createBlobQueueNode(ClientId clientId, String queueName, io.datarouter.bytes.Codec<T, byte[]> codec, String namespace, String queueUrl, Tag tag, boolean enableAgeMonitoring) <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>>
NQueueNodeFactory.createGroupQueueNode(ClientId clientId, Supplier<D> databeanSupplier, String queueName, Supplier<F> fielderSupplier, String namespace, String queueUrl, Tag tag, boolean enableAgeMonitoring) <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>>
NQueueNodeFactory.createSingleQueueNode(ClientId clientId, Supplier<D> databeanSupplier, String queueName, Supplier<F> fielderSupplier, String namespace, String queueUrl, Tag tag, boolean enableAgeMonitoring) TallyNodeFactory.createTallyNode(ClientId clientId, Supplier<Tally> databeanSupplier, Supplier<Tally.TallyFielder> fielderSupplier, String version, String tableName, Tag tag) -
Uses of Tag in io.datarouter.storage.serialize.fieldcache
Methods in io.datarouter.storage.serialize.fieldcache that return Tag -
Uses of Tag in io.datarouter.storage.tag
Methods in io.datarouter.storage.tag that return Tag