Uses of Class
org.redisson.api.RType
-
Packages that use RType Package Description org.redisson org.redisson.api org.redisson.client.protocol org.redisson.client.protocol.convertor -
-
Uses of RType in org.redisson
Methods in org.redisson that return RType Modifier and Type Method Description RType
RedissonKeys. getType(String key)
Methods in org.redisson that return types with arguments of type RType Modifier and Type Method Description RFuture<RType>
RedissonKeys. getTypeAsync(String key)
-
Uses of RType in org.redisson.api
Methods in org.redisson.api that return RType Modifier and Type Method Description RType
RKeys. getType(String key)
Get Redis object type by keystatic RType
RType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RType[]
RType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api that return types with arguments of type RType Modifier and Type Method Description reactor.core.publisher.Mono<RType>
RKeysReactive. getType(String key)
Get Redis object type by keyio.reactivex.rxjava3.core.Single<RType>
RKeysRx. getType(String key)
Get Redis object type by keyRFuture<RType>
RKeysAsync. getTypeAsync(String key)
Get Redis object type by key -
Uses of RType in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type RType Modifier and Type Field Description static RedisStrictCommand<RType>
RedisCommands. TYPE
-
Uses of RType in org.redisson.client.protocol.convertor
Methods in org.redisson.client.protocol.convertor that return RType Modifier and Type Method Description RType
TypeConvertor. convert(Object obj)
-