Uses of Class
io.quarkus.redis.datasource.bitmap.BitFieldArgs
Packages that use BitFieldArgs
-
Uses of BitFieldArgs in io.quarkus.redis.datasource.bitmap
Methods in io.quarkus.redis.datasource.bitmap that return BitFieldArgsModifier and TypeMethodDescriptionBitFieldArgs.get()Adds a newGETsubcommand using offset0and the field type of the previous command.BitFieldArgs.get(int offset) Adds a newGETsubcommand using the field type of the previous command.BitFieldArgs.get(BitFieldArgs.BitFieldType bitFieldType) Adds a newGETsubcommand using offset0.BitFieldArgs.get(BitFieldArgs.BitFieldType bft, int offset) Adds a newGETsubcommand.BitFieldArgs.get(BitFieldArgs.BitFieldType bft, BitFieldArgs.Offset offset) Adds a newGETsubcommand.BitFieldArgs.incrBy(int offset, long value) Adds a newINCRBYsubcommand using the field type of the previous command.BitFieldArgs.incrBy(long value) Adds a newINCRBYsubcommand using offset0and the field type of the previous command.BitFieldArgs.incrBy(BitFieldArgs.BitFieldType bitFieldType, int offset, long value) Adds a newINCRBYsubcommand.BitFieldArgs.incrBy(BitFieldArgs.BitFieldType bitFieldType, long value) Adds a newINCRBYsubcommand using offset0.BitFieldArgs.incrBy(BitFieldArgs.BitFieldType bft, BitFieldArgs.Offset offset, long value) Adds a newINCRBYsubcommand.BitFieldArgs.overflow(BitFieldArgs.OverflowType overflowType) Adds a newOVERFLOWsubcommand.BitFieldArgs.set(int offset, long value) Adds a newSETsubcommand using the field type of the previous command.BitFieldArgs.set(long value) Adds a newSETsubcommand using offset0and the field type of the previous command.BitFieldArgs.set(BitFieldArgs.BitFieldType bft, int offset, long value) Adds a newSETsubcommand.BitFieldArgs.set(BitFieldArgs.BitFieldType bitFieldType, long value) Adds a newSETsubcommand using offset0.BitFieldArgs.set(BitFieldArgs.BitFieldType bft, BitFieldArgs.Offset offset, long value) Adds a newSETsubcommand.Methods in io.quarkus.redis.datasource.bitmap with parameters of type BitFieldArgsModifier and TypeMethodDescriptionBitMapCommands.bitfield(K key, BitFieldArgs bitFieldArgs) Execute the command BITFIELD.ReactiveBitMapCommands.bitfield(K key, BitFieldArgs bitFieldArgs) Execute the command BITFIELD.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalBitMapCommands.bitfield(K key, BitFieldArgs bitFieldArgs) Execute the command BITFIELD.voidTransactionalBitMapCommands.bitfield(K key, BitFieldArgs bitFieldArgs) Execute the command BITFIELD. -
Uses of BitFieldArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type BitFieldArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractBitMapCommands._bitfield(K key, BitFieldArgs bitFieldArgs) BlockingBitmapCommandsImpl.bitfield(K key, BitFieldArgs bitFieldArgs) voidBlockingTransactionalBitMapCommandsImpl.bitfield(K key, BitFieldArgs bitFieldArgs) ReactiveBitMapCommandsImpl.bitfield(K key, BitFieldArgs bitFieldArgs) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalBitMapCommandsImpl.bitfield(K key, BitFieldArgs bitFieldArgs)