Uses of Enum
org.redisson.api.ObjectEncoding
Packages that use ObjectEncoding
-
Uses of ObjectEncoding in org.redisson
Methods in org.redisson that return ObjectEncodingModifier and TypeMethodDescriptionMapCacheNativeWrapper.getInternalEncoding()RedissonObject.getInternalEncoding()Methods in org.redisson that return types with arguments of type ObjectEncodingModifier and TypeMethodDescriptionMapCacheNativeWrapper.getInternalEncodingAsync()RedissonObject.getInternalEncodingAsync() -
Uses of ObjectEncoding in org.redisson.api
Methods in org.redisson.api that return ObjectEncodingModifier and TypeMethodDescriptionRObject.getInternalEncoding()Returns the internal encoding for the Redis objectstatic ObjectEncodingReturns the enum constant of this type with the specified name.static ObjectEncodingObjectEncoding.valueOfEncoding(Object object) static ObjectEncoding[]ObjectEncoding.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 ObjectEncodingModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ObjectEncoding> RObjectReactive.getInternalEncoding()Returns the internal encoding for the Redis objectio.reactivex.rxjava3.core.Single<ObjectEncoding> RObjectRx.getInternalEncoding()Returns the internal encoding for the Redis objectRObjectAsync.getInternalEncodingAsync()Returns the internal encoding for the Redis object -
Uses of ObjectEncoding in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type ObjectEncodingModifier and TypeFieldDescriptionstatic final RedisStrictCommand<ObjectEncoding> RedisCommands.OBJECT_ENCODING