public class AttributeMessage extends Object implements Serializable
| Constructor and Description |
|---|
AttributeMessage() |
AttributeMessage(String nodeId,
String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeId() |
String |
getSessionId() |
protected byte[] |
toByteArray(Object value) |
protected Object |
toObject(ClassLoader classLoader,
byte[] value) |
public String getSessionId()
public String getNodeId()
protected byte[] toByteArray(Object value) throws IOException
IOExceptionprotected Object toObject(ClassLoader classLoader, byte[] value) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2014–2019 The Redisson Project. All rights reserved.