Class AbstractCuckooCommands<K,V>

java.lang.Object
io.quarkus.redis.runtime.datasource.AbstractRedisCommands
io.quarkus.redis.runtime.datasource.AbstractCuckooCommands<K,V>
Direct Known Subclasses:
ReactiveCuckooCommandsImpl

public class AbstractCuckooCommands<K,V> extends AbstractRedisCommands
  • Field Summary

    Fields inherited from class io.quarkus.redis.runtime.datasource.AbstractRedisCommands

    marshaller, redis
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfadd(K key, V value)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfaddnx(K key, V value)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfcount(K key, V value)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfdel(K key, V value)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfexists(K key, V value)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfinsert(K key, CfInsertArgs args, V... values)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfinsert(K key, V... values)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfinsertnx(K key, CfInsertArgs args, V... values)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfinsertnx(K key, V... values)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfmexists(K key, V... values)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfreserve(K key, long capacity)
     
    (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
    _cfreserve(K key, long capacity, CfReserveArgs args)
     

    Methods inherited from class io.quarkus.redis.runtime.datasource.AbstractRedisCommands

    execute, isMap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • _cfadd

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfadd(K key, V value)
    • _cfaddnx

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfaddnx(K key, V value)
    • _cfcount

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfcount(K key, V value)
    • _cfdel

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfdel(K key, V value)
    • _cfexists

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfexists(K key, V value)
    • _cfinsert

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsert(K key, V... values)
    • _cfinsert

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsert(K key, CfInsertArgs args, V... values)
    • _cfinsertnx

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsertnx(K key, V... values)
    • _cfinsertnx

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsertnx(K key, CfInsertArgs args, V... values)
    • _cfmexists

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfmexists(K key, V... values)
    • _cfreserve

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfreserve(K key, long capacity)
    • _cfreserve

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfreserve(K key, long capacity, CfReserveArgs args)