Uses of Interface
org.springframework.data.redis.core.BoundHashFieldExpirationOperations
Packages that use BoundHashFieldExpirationOperations
Package
Description
Core package for integrating Redis with Spring concepts.
Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of BoundHashFieldExpirationOperations in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return BoundHashFieldExpirationOperationsModifier and TypeMethodDescriptiondefault BoundHashFieldExpirationOperations<HK>HashOperations.expiration(H key) Returns a bound operations object to perform operations on the hash field expiration for all hash fields atkey.default BoundHashFieldExpirationOperations<HK>HashOperations.expiration(H key, HK... hashFields) Returns a bound operations object to perform operations on the hash field expiration for all hash fields atkeyfor the given hash fields.default BoundHashFieldExpirationOperations<HK>HashOperations.expiration(H key, Collection<HK> hashFields) Returns a bound operations object to perform operations on the hash field expiration for all hash fields atkeyfor the given hash fields.default BoundHashFieldExpirationOperations<HK>BoundHashOperations.hashExpiration()Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the boundkey.default BoundHashFieldExpirationOperations<HK>BoundHashOperations.hashExpiration(HK... hashFields) Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the boundkeyfor the given hash fields.default BoundHashFieldExpirationOperations<HK>BoundHashOperations.hashExpiration(Collection<HK> hashFields) Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the boundkeyfor the given hash fields. -
Uses of BoundHashFieldExpirationOperations in org.springframework.data.redis.support.collections
Methods in org.springframework.data.redis.support.collections that return BoundHashFieldExpirationOperationsModifier and TypeMethodDescriptionDefaultRedisMap.hashFieldExpiration()DefaultRedisMap.hashFieldExpiration(Collection<K> hashFields) RedisMap.hashFieldExpiration()Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the boundBoundKeyOperations.getKey().RedisMap.hashFieldExpiration(Collection<K> hashFields) Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the boundBoundKeyOperations.getKey()for the given hash fields.default BoundHashFieldExpirationOperations<K>RedisMap.hashFieldExpiration(K... hashFields) Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the boundBoundKeyOperations.getKey()for the given hash fields.RedisProperties.hashFieldExpiration()RedisProperties.hashFieldExpiration(Collection<Object> hashFields)