Uses of Class
com.turtlequeue.HashingScheme
-
-
Uses of HashingScheme in com.turtlequeue
Methods in com.turtlequeue that return HashingScheme Modifier and Type Method Description HashingSchemeProducerParams. getHashingScheme()static HashingSchemeHashingScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static HashingScheme[]HashingScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.turtlequeue with parameters of type HashingScheme Modifier and Type Method Description ProducerBuilderProducerBuilder. hashingScheme(HashingScheme hashingScheme)Constructors in com.turtlequeue with parameters of type HashingScheme Constructor Description ProducerParams(Long producerId, Topic topic, String producerName, Boolean enableBatching, Integer batchingMaxMessages, TimeUnit batchingMaxPublishDelayUnit, Long batchingMaxPublishDelayValue, Integer maxPendingMessages, Map<String,String> properties, HashingScheme hashingScheme, TimeUnit sendTimeoutUnit, Integer sendTimeoutValue, Boolean blockIfQueueFull)
-