Uses of Enum
org.redisson.codec.MarshallingCodec.Protocol
Packages that use MarshallingCodec.Protocol
-
Uses of MarshallingCodec.Protocol in org.redisson.codec
Methods in org.redisson.codec that return MarshallingCodec.ProtocolModifier and TypeMethodDescriptionstatic MarshallingCodec.ProtocolReturns the enum constant of this type with the specified name.static MarshallingCodec.Protocol[]MarshallingCodec.Protocol.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 MarshallingCodec.ProtocolModifierConstructorDescriptionMarshallingCodec(MarshallingCodec.Protocol protocol, org.jboss.marshalling.MarshallingConfiguration configuration) Deprecated.