Package org.redisson

Class RedissonReference

  • All Implemented Interfaces:

    public class RedissonReference
    extends 
    implements 
    Author:
    Rui Gu (https://github.com/jackygurui), Nikita Koksharov
    See Also:
    Serialized Form
    • Constructor Detail

      • RedissonReference

        public RedissonReference()
      • RedissonReference

        public RedissonReference​(<?> type,
                                  keyName)
      • RedissonReference

        public RedissonReference​(<?> type,
                                  keyName,
                                 Codec codec)
    • Method Detail

      • warmUp

        public static void warmUp()
      • getType

        public <?> getType()
                         throws 
        Returns:
        the type
        Throws:
        - - if the class cannot be located
      • getRxJavaType

        public <?> getRxJavaType()
                               throws 
        Throws:
      • getReactiveType

        public <?> getReactiveType()
                                 throws 
        Returns:
        the type
        Throws:
        - - if the class cannot be located
      • getTypeName

        public  getTypeName()
        Returns:
        type name in string
      • getKeyName

        public  getKeyName()
        Returns:
        the keyName
      • setKeyName

        public void setKeyName​( keyName)
        Parameters:
        keyName - the keyName to set
      • getCodec

        public  getCodec()
      • getCodecType

        public <? extends Codec> getCodecType()
                                            throws 
        Returns:
        the codec
        Throws:
        - - if the class cannot be located