Uses of Class
io.nosqlbench.adapter.amqp.AmqpSpace
Packages that use AmqpSpace
Package
Description
-
Uses of AmqpSpace in io.nosqlbench.adapter.amqp
Subclasses with type arguments of type AmqpSpace in io.nosqlbench.adapter.amqpClasses in io.nosqlbench.adapter.amqp that implement interfaces with type arguments of type AmqpSpaceMethods in io.nosqlbench.adapter.amqp that return types with arguments of type AmqpSpaceModifier and TypeMethodDescriptionAmqpDriverAdapter.getOpMapper()AmqpDriverAdapter.getSpaceInitializer(NBConfiguration cfg) -
Uses of AmqpSpace in io.nosqlbench.adapter.amqp.dispensers
Subclasses with type arguments of type AmqpSpace in io.nosqlbench.adapter.amqp.dispensers -
Uses of AmqpSpace in io.nosqlbench.adapter.amqp.ops
Fields in io.nosqlbench.adapter.amqp.ops declared as AmqpSpaceConstructors in io.nosqlbench.adapter.amqp.ops with parameters of type AmqpSpaceModifierConstructorDescriptionAmqpTimeTrackOp(AmqpAdapterMetrics amqpAdapterMetrics, AmqpSpace amqpSpace, com.rabbitmq.client.Channel channel, String exchangeName) OpTimeTrackAmqpMsgRecvOp(AmqpAdapterMetrics amqpAdapterMetrics, AmqpSpace amqpSpace, com.rabbitmq.client.Channel channel, String exchangeName, String queueName) OpTimeTrackAmqpMsgSendOp(AmqpAdapterMetrics amqpAdapterMetrics, AmqpSpace amqpSpace, com.rabbitmq.client.Channel channel, String exchangeName, String message, String routingKey, boolean publishConfirm, String confirmMode, int confirmBatchNum)