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
IOException
protected Object toObject(Decoder<?> decoder, byte[] value) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2014–2021 Redisson. All rights reserved.