public class AttributeUpdateMessage extends AttributeMessage
| Constructor and Description |
|---|
AttributeUpdateMessage() |
AttributeUpdateMessage(String nodeId,
String sessionId,
String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Object |
getValue(ClassLoader classLoader) |
getNodeId, getSessionId, toByteArray, toObjectpublic AttributeUpdateMessage()
public AttributeUpdateMessage(String nodeId, String sessionId, String name, Object value) throws IOException
IOExceptionpublic String getName()
public Object getValue(ClassLoader classLoader) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2014–2019 The Redisson Project. All rights reserved.