Package org.redisson.tomcat
Class AttributesPutAllMessage
- java.lang.Object
-
- org.redisson.tomcat.AttributeMessage
-
- org.redisson.tomcat.AttributesPutAllMessage
-
- All Implemented Interfaces:
Serializable
public class AttributesPutAllMessage extends AttributeMessage
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributesPutAllMessage()
AttributesPutAllMessage(String nodeId, String sessionId, Map<String,Object> attrs, Encoder encoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAttrs(Decoder<?> decoder)
-
Methods inherited from class org.redisson.tomcat.AttributeMessage
getNodeId, getSessionId, toByteArray, toObject
-
-
-
-
Constructor Detail
-
AttributesPutAllMessage
public AttributesPutAllMessage()
-
AttributesPutAllMessage
public AttributesPutAllMessage(String nodeId, String sessionId, Map<String,Object> attrs, Encoder encoder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getAttrs
public Map<String,Object> getAttrs(Decoder<?> decoder) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-