Uses of Enum Class
org.springframework.data.redis.support.collections.RedisCollectionFactoryBean.CollectionType
Packages that use RedisCollectionFactoryBean.CollectionType
Package
Description
Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of RedisCollectionFactoryBean.CollectionType in org.springframework.data.redis.support.collections
Methods in org.springframework.data.redis.support.collections that return RedisCollectionFactoryBean.CollectionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RedisCollectionFactoryBean.CollectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.support.collections with parameters of type RedisCollectionFactoryBean.CollectionTypeModifier and TypeMethodDescriptionvoidRedisCollectionFactoryBean.setType(RedisCollectionFactoryBean.CollectionType type) Sets the store type.