Package org.redisson
Class RedissonReference
java.lang.Object
org.redisson.RedissonReference
- All Implemented Interfaces:
Serializable
- Author:
- Rui Gu (https://github.com/jackygurui), Nikita Koksharov
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionRedissonReference
(Class<?> type, String keyName) RedissonReference
(Class<?> type, String keyName, Codec codec) -
Method Summary
-
Constructor Details
-
RedissonReference
public RedissonReference() -
RedissonReference
-
RedissonReference
-
-
Method Details
-
warmUp
public static void warmUp() -
getType
- Returns:
- the type
- Throws:
ClassNotFoundException
- - if the class cannot be located
-
getRxJavaType
- Throws:
ClassNotFoundException
-
getReactiveType
- Returns:
- the type
- Throws:
ClassNotFoundException
- - if the class cannot be located
-
getTypeName
- Returns:
- type name in string
-
getKeyName
- Returns:
- the keyName
-
setKeyName
- Parameters:
keyName
- the keyName to set
-
getCodec
-
getCodecType
- Returns:
- the codec
- Throws:
ClassNotFoundException
- - if the class cannot be located
-