Uses of Enum
org.redisson.codec.BaseEventCodec.OSType
Packages that use BaseEventCodec.OSType
-
Uses of BaseEventCodec.OSType in org.redisson.codec
Fields in org.redisson.codec declared as BaseEventCodec.OSTypeMethods in org.redisson.codec that return BaseEventCodec.OSTypeModifier and TypeMethodDescriptionstatic BaseEventCodec.OSTypeReturns the enum constant of this type with the specified name.static BaseEventCodec.OSType[]BaseEventCodec.OSType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.redisson.codec with parameters of type BaseEventCodec.OSTypeModifierConstructorDescriptionBaseEventCodec(Codec codec, BaseEventCodec.OSType osType) MapCacheEventCodec(Codec codec, BaseEventCodec.OSType osType) -
Uses of BaseEventCodec.OSType in org.redisson.jcache
Constructors in org.redisson.jcache with parameters of type BaseEventCodec.OSTypeModifierConstructorDescriptionJCacheEventCodec(Codec codec, BaseEventCodec.OSType osType, boolean sync) JCacheEventCodec(Codec codec, BaseEventCodec.OSType osType, boolean sync, boolean expectOldValueInMsg)