Uses of Class
io.quarkus.redis.datasource.keys.ExpireArgs
-
Packages that use ExpireArgs Package Description io.quarkus.redis.datasource.keys io.quarkus.redis.runtime.datasource -
-
Uses of ExpireArgs in io.quarkus.redis.datasource.keys
Methods in io.quarkus.redis.datasource.keys that return ExpireArgs Modifier and Type Method Description ExpireArgsExpireArgs. gt()Set the expiry only when the new expiry is greater than current oneExpireArgsExpireArgs. lt()Sets the expiry only when the new expiry is less than current oneExpireArgsExpireArgs. nx()Sets the expiry only when the key has no expiry.ExpireArgsExpireArgs. xx()Sets the expiry only when the key has an existing expiryMethods in io.quarkus.redis.datasource.keys with parameters of type ExpireArgs Modifier and Type Method Description booleanKeyCommands. expire(K key, long seconds, ExpireArgs expireArgs)Execute the command EXPIRE.booleanKeyCommands. expire(K key, Duration duration, ExpireArgs expireArgs)Execute the command EXPIRE.io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommands. expire(K key, long seconds, ExpireArgs expireArgs)Execute the command EXPIRE.io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommands. expire(K key, Duration duration, ExpireArgs expireArgs)Execute the command EXPIRE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommands. expire(K key, long seconds, ExpireArgs expireArgs)Execute the command EXPIRE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommands. expire(K key, Duration duration, ExpireArgs expireArgs)Execute the command EXPIRE.voidTransactionalKeyCommands. expire(K key, long seconds, ExpireArgs expireArgs)Execute the command EXPIRE.voidTransactionalKeyCommands. expire(K key, Duration duration, ExpireArgs expireArgs)Execute the command EXPIRE.booleanKeyCommands. expireat(K key, long timestamp, ExpireArgs expireArgs)Execute the command EXPIREAT.booleanKeyCommands. expireat(K key, Instant timestamp, ExpireArgs expireArgs)Execute the command EXPIREAT.io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommands. expireat(K key, long timestamp, ExpireArgs expireArgs)Execute the command EXPIREAT.io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommands. expireat(K key, Instant timestamp, ExpireArgs expireArgs)Execute the command EXPIREAT.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommands. expireat(K key, long timestamp, ExpireArgs expireArgs)Execute the command EXPIREAT.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommands. expireat(K key, Instant timestamp, ExpireArgs expireArgs)Execute the command EXPIREAT.voidTransactionalKeyCommands. expireat(K key, long timestamp, ExpireArgs expireArgs)Execute the command EXPIREAT.voidTransactionalKeyCommands. expireat(K key, Instant timestamp, ExpireArgs expireArgs)Execute the command EXPIREAT.booleanKeyCommands. pexpire(K key, long milliseconds, ExpireArgs expireArgs)Execute the command PEXPIRE.booleanKeyCommands. pexpire(K key, Duration duration, ExpireArgs expireArgs)Execute the command PEXPIRE.io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommands. pexpire(K key, long milliseconds, ExpireArgs expireArgs)Execute the command PEXPIRE.io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommands. pexpire(K key, Duration duration, ExpireArgs expireArgs)Execute the command PEXPIRE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommands. pexpire(K key, long milliseconds, ExpireArgs expireArgs)Execute the command PEXPIRE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommands. pexpire(K key, Duration duration, ExpireArgs expireArgs)Execute the command PEXPIRE.voidTransactionalKeyCommands. pexpire(K key, long milliseconds, ExpireArgs expireArgs)Execute the command PEXPIRE.voidTransactionalKeyCommands. pexpire(K key, Duration duration, ExpireArgs expireArgs)Execute the command PEXPIRE.booleanKeyCommands. pexpireat(K key, long timestamp, ExpireArgs expireArgs)Execute the command PEXPIREAT.booleanKeyCommands. pexpireat(K key, Instant timestamp, ExpireArgs expireArgs)Execute the command PEXPIREAT.io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommands. pexpireat(K key, long timestamp, ExpireArgs expireArgs)Execute the command PEXPIREAT.io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommands. pexpireat(K key, Instant timestamp, ExpireArgs expireArgs)Execute the command PEXPIREAT.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommands. pexpireat(K key, long timestamp, ExpireArgs expireArgs)Execute the command PEXPIREAT.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommands. pexpireat(K key, Instant timestamp, ExpireArgs expireArgs)Execute the command PEXPIREAT.voidTransactionalKeyCommands. pexpireat(K key, long timestamp, ExpireArgs expireArgs)Execute the command PEXPIREAT.voidTransactionalKeyCommands. pexpireat(K key, Instant timestamp, ExpireArgs expireArgs)Execute the command PEXPIREAT. -
Uses of ExpireArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type ExpireArgs Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractKeyCommands. _expire(K key, long seconds, ExpireArgs expireArgs)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractKeyCommands. _expire(K key, Duration duration, ExpireArgs expireArgs)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractKeyCommands. _expireat(K key, long timestamp, ExpireArgs expireArgs)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractKeyCommands. _expireat(K key, Instant timestamp, ExpireArgs expireArgs)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractKeyCommands. _pexpire(K key, long milliseconds, ExpireArgs expireArgs)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractKeyCommands. _pexpire(K key, Duration duration, ExpireArgs expireArgs)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractKeyCommands. _pexpireat(K key, long timestamp, ExpireArgs expireArgs)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractKeyCommands. _pexpireat(K key, Instant timestamp, ExpireArgs expireArgs)booleanBlockingKeyCommandsImpl. expire(K key, long seconds, ExpireArgs expireArgs)booleanBlockingKeyCommandsImpl. expire(K key, Duration duration, ExpireArgs expireArgs)voidBlockingTransactionalKeyCommandsImpl. expire(K key, long seconds, ExpireArgs expireArgs)voidBlockingTransactionalKeyCommandsImpl. expire(K key, Duration duration, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommandsImpl. expire(K key, long seconds, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommandsImpl. expire(K key, Duration duration, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommandsImpl. expire(K key, long seconds, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommandsImpl. expire(K key, Duration duration, ExpireArgs expireArgs)booleanBlockingKeyCommandsImpl. expireat(K key, long timestamp, ExpireArgs expireArgs)booleanBlockingKeyCommandsImpl. expireat(K key, Instant timestamp, ExpireArgs expireArgs)voidBlockingTransactionalKeyCommandsImpl. expireat(K key, long timestamp, ExpireArgs expireArgs)voidBlockingTransactionalKeyCommandsImpl. expireat(K key, Instant timestamp, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommandsImpl. expireat(K key, long timestamp, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommandsImpl. expireat(K key, Instant timestamp, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommandsImpl. expireat(K key, long timestamp, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommandsImpl. expireat(K key, Instant timestamp, ExpireArgs expireArgs)booleanBlockingKeyCommandsImpl. pexpire(K key, long seconds, ExpireArgs pexpireArgs)booleanBlockingKeyCommandsImpl. pexpire(K key, Duration duration, ExpireArgs pexpireArgs)voidBlockingTransactionalKeyCommandsImpl. pexpire(K key, long milliseconds, ExpireArgs expireArgs)voidBlockingTransactionalKeyCommandsImpl. pexpire(K key, Duration duration, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommandsImpl. pexpire(K key, long milliseconds, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommandsImpl. pexpire(K key, Duration duration, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommandsImpl. pexpire(K key, long milliseconds, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommandsImpl. pexpire(K key, Duration duration, ExpireArgs expireArgs)booleanBlockingKeyCommandsImpl. pexpireat(K key, long timestamp, ExpireArgs pexpireArgs)booleanBlockingKeyCommandsImpl. pexpireat(K key, Instant timestamp, ExpireArgs pexpireArgs)voidBlockingTransactionalKeyCommandsImpl. pexpireat(K key, long timestamp, ExpireArgs expireArgs)voidBlockingTransactionalKeyCommandsImpl. pexpireat(K key, Instant timestamp, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommandsImpl. pexpireat(K key, long timestamp, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Boolean>ReactiveKeyCommandsImpl. pexpireat(K key, Instant timestamp, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommandsImpl. pexpireat(K key, long timestamp, ExpireArgs expireArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommandsImpl. pexpireat(K key, Instant timestamp, ExpireArgs expireArgs)
-