Uses of Class
io.nosqlbench.adapter.s4j.S4JSpace
Packages that use S4JSpace
Package
Description
-
Uses of S4JSpace in io.nosqlbench.adapter.s4j
Subclasses with type arguments of type S4JSpace in io.nosqlbench.adapter.s4jClasses in io.nosqlbench.adapter.s4j that implement interfaces with type arguments of type S4JSpaceMethods in io.nosqlbench.adapter.s4j that return types with arguments of type S4JSpaceModifier and TypeMethodDescriptionS4JDriverAdapter.getOpMapper()S4JDriverAdapter.getSpaceInitializer(NBConfiguration cfg) Method parameters in io.nosqlbench.adapter.s4j with type arguments of type S4JSpaceModifier and TypeMethodDescriptionS4JOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<S4JSpace> spaceF) -
Uses of S4JSpace in io.nosqlbench.adapter.s4j.dispensers
Subclasses with type arguments of type S4JSpace in io.nosqlbench.adapter.s4j.dispensersFields in io.nosqlbench.adapter.s4j.dispensers with type parameters of type S4JSpaceModifier and TypeFieldDescriptionprotected final LongFunction<S4JSpace> S4JBaseOpDispenser.s4jSpaceF -
Uses of S4JSpace in io.nosqlbench.adapter.s4j.ops
Fields in io.nosqlbench.adapter.s4j.ops declared as S4JSpaceConstructors in io.nosqlbench.adapter.s4j.ops with parameters of type S4JSpaceModifierConstructorDescriptionMessageConsumerOp(S4JAdapterMetrics s4jAdapterMetrics, S4JSpace s4jSpace, javax.jms.JMSContext jmsContext, javax.jms.Destination destination, boolean asyncApi, boolean commitTransact, javax.jms.JMSConsumer jmsConsumer, boolean blockingMsgRecv, float msgAckRatio, long readTimeout, boolean recvNoWait, int slowInSec) MessageProducerOp(S4JAdapterMetrics s4jAdapterMetrics, S4JSpace s4jSpace, javax.jms.JMSContext jmsContext, javax.jms.Destination destination, boolean asyncApi, boolean commitTransact, javax.jms.JMSProducer jmsProducer, javax.jms.Message message) S4JOp(S4JAdapterMetrics s4jAdapterMetrics, S4JSpace s4jSpace, javax.jms.JMSContext jmsContext, javax.jms.Destination destination, boolean asyncApi, boolean commitTransact) -
Uses of S4JSpace in io.nosqlbench.adapter.s4j.util
Constructors in io.nosqlbench.adapter.s4j.util with parameters of type S4JSpaceModifierConstructorDescriptionS4JCompletionListener(S4JSpace s4JSpace, S4JBaseOpDispenser s4jBaseOpDispenser) S4JMessageListener(javax.jms.JMSContext jmsContext, S4JSpace s4jSpace, S4JBaseOpDispenser s4jBaseOpDispenser, float msgAckRatio, int slowAckInSec)