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(Encoder encoder,
Object value) |
protected Object |
toObject(Decoder<?> decoder,
byte[] value) |
public String getSessionId()
public String getNodeId()
protected byte[] toByteArray(Encoder encoder, Object value) throws IOException
IOExceptionprotected Object toObject(Decoder<?> decoder, byte[] value) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2014–2020 Redisson. All rights reserved.