public class RedissonReference extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RedissonReference.ReferenceType |
| Constructor and Description |
|---|
RedissonReference() |
RedissonReference(Class<?> type,
String keyName) |
RedissonReference(Class<?> type,
String keyName,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodec() |
Class<? extends Codec> |
getCodecType() |
String |
getKeyName() |
Class<?> |
getReactiveType() |
Class<?> |
getRxJavaType() |
Class<?> |
getType() |
String |
getTypeName() |
void |
setKeyName(String keyName) |
static void |
warmUp() |
public static void warmUp()
public Class<?> getType() throws ClassNotFoundException
ClassNotFoundException - - if the class cannot be locatedpublic Class<?> getRxJavaType() throws ClassNotFoundException
ClassNotFoundExceptionpublic Class<?> getReactiveType() throws ClassNotFoundException
ClassNotFoundException - - if the class cannot be locatedpublic String getTypeName()
public String getKeyName()
public void setKeyName(String keyName)
keyName - the keyName to setpublic String getCodec()
public Class<? extends Codec> getCodecType() throws ClassNotFoundException
ClassNotFoundException - - if the class cannot be locatedCopyright © 2014–2021 Redisson. All rights reserved.