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 @NonNull BoundHashFieldExpirationOperations<HK> HashOperations.expiration(@NonNull H key) Returns a bound operations object to perform operations on the hash field expiration for all hash fields atkey.default @NonNull BoundHashFieldExpirationOperations<HK> HashOperations.expiration(@NonNull H key, @NonNull HK @NonNull ... hashFields) Returns a bound operations object to perform operations on the hash field expiration for all hash fields atkeyfor the given hash fields.default @NonNull BoundHashFieldExpirationOperations<HK> HashOperations.expiration(@NonNull H key, @NonNull Collection<@NonNull 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 @NonNull 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 @NonNull BoundHashFieldExpirationOperations<HK> BoundHashOperations.hashExpiration(@NonNull HK @NonNull ... 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 @NonNull BoundHashFieldExpirationOperations<HK> BoundHashOperations.hashExpiration(@NonNull Collection<@NonNull 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)