Uses of Class
io.nosqlbench.adapter.s4j.util.S4JJMSContextWrapper
Packages that use S4JJMSContextWrapper
-
Uses of S4JJMSContextWrapper in io.nosqlbench.adapter.s4j
Methods in io.nosqlbench.adapter.s4j that return S4JJMSContextWrapperModifier and TypeMethodDescriptionS4JSpace.getS4JJMSContextWrapper(S4JSpace.JMSGenObjCacheKey key, Supplier<S4JJMSContextWrapper> s4JJMSContextWrapperSupplier) Method parameters in io.nosqlbench.adapter.s4j with type arguments of type S4JJMSContextWrapperModifier and TypeMethodDescriptionS4JSpace.getS4JJMSContextWrapper(S4JSpace.JMSGenObjCacheKey key, Supplier<S4JJMSContextWrapper> s4JJMSContextWrapperSupplier) -
Uses of S4JJMSContextWrapper in io.nosqlbench.adapter.s4j.dispensers
Methods in io.nosqlbench.adapter.s4j.dispensers that return S4JJMSContextWrapperModifier and TypeMethodDescriptionS4JBaseOpDispenser.getS4jJmsContextWrapper(long curCycle) S4JBaseOpDispenser.getS4jJmsContextWrapper(long curCycle, Map<String, Object> overrideS4jConfMap) Methods in io.nosqlbench.adapter.s4j.dispensers with parameters of type S4JJMSContextWrapperModifier and TypeMethodDescriptionjavax.jms.JMSConsumerS4JBaseOpDispenser.getJmsConsumer(long curCycle, S4JJMSContextWrapper s4JJMSContextWrapper, javax.jms.Destination destination, String destType, String subName, String msgSelector, float msgAckRatio, boolean nonLocal, boolean durable, boolean shared, boolean asyncApi, int slowAckInSec) If the JMS consumer that corresponds to a destination(, subscription, message selector) exists, reuse it; Otherwise, create itjavax.jms.DestinationS4JBaseOpDispenser.getJmsDestination(long curCycle, S4JJMSContextWrapper s4JJMSContextWrapper, boolean tempDest, String destType, String destName) If the JMS destination that corresponds to a topic exists, reuse it; Otherwise, create itjavax.jms.JMSProducerS4JBaseOpDispenser.getJmsProducer(long curCycle, S4JJMSContextWrapper s4JJMSContextWrapper, boolean asyncApi) If the JMS producer that corresponds to a destination exists, reuse it; Otherwise, create it