Uses of Enum Class
org.springframework.data.redis.connection.DataType
Packages that use DataType
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Redis specific converters used for sending data and parsing responses.
Core package for integrating Redis with Spring concepts.
Small toolkit mirroring the
java.util.atomic package in Redis.Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of DataType in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeUtility method for converting an enum code to an actual enum.default DataTypeDefaultedRedisConnection.type(byte[] pattern) Deprecated.DefaultStringRedisConnection.type(byte[] key) RedisKeyCommands.type(byte[] key) Determine the type stored atkey.Determine the type stored atkey.static DataTypeReturns the enum constant of this class with the specified name.static DataType[]DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection that return types with arguments of type DataTypeModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<DataType>ReactiveKeyCommands.type(ByteBuffer key) Determine the type stored at key.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveRedisConnection.KeyCommand,DataType>> ReactiveKeyCommands.type(org.reactivestreams.Publisher<ReactiveRedisConnection.KeyCommand> keys) Determine the type stored at key. -
Uses of DataType in org.springframework.data.redis.connection.convert
Methods in org.springframework.data.redis.connection.convert that return DataTypeMethods in org.springframework.data.redis.connection.convert that return types with arguments of type DataType -
Uses of DataType in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return DataTypeModifier and TypeMethodDescriptionBoundKeyOperations.getType()Returns the associated Redis type.Determine the type stored atkey.Methods in org.springframework.data.redis.core that return types with arguments of type DataTypeModifier and TypeMethodDescriptionreactor.core.publisher.Mono<DataType>Determine the type stored atkey.reactor.core.publisher.Mono<DataType>Methods in org.springframework.data.redis.core with parameters of type DataTypeModifier and TypeMethodDescriptionKeyScanOptions.scanOptions(DataType type) Static factory method that returns a newScanOptions.ScanOptionsBuilder.Returns the currentScanOptions.ScanOptionsBuilderconfigured with the giventype. -
Uses of DataType in org.springframework.data.redis.support.atomic
Methods in org.springframework.data.redis.support.atomic that return DataType -
Uses of DataType in org.springframework.data.redis.support.collections
Methods in org.springframework.data.redis.support.collections that return DataType
RedisCommandsProvider.keyCommands().