Uses of Class
org.redisson.codec.MarshallingCodec.Protocol
-
Packages that use MarshallingCodec.Protocol Package Description org.redisson.codec -
-
Uses of MarshallingCodec.Protocol in org.redisson.codec
Methods in org.redisson.codec that return MarshallingCodec.Protocol Modifier and Type Method Description static MarshallingCodec.Protocol
MarshallingCodec.Protocol. valueOf(String name)
Returns 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.Protocol Constructor Description MarshallingCodec(MarshallingCodec.Protocol protocol, org.jboss.marshalling.MarshallingConfiguration configuration)
-