Class ReadDataReply
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
-
- org.opendaylight.controller.cluster.datastore.messages.ReadDataReply
-
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
public class ReadDataReply extends VersionedExternalizableMessage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadDataReply()
ReadDataReply(NormalizedNode normalizedNode, short version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadDataReply
fromSerializable(Object serializable)
NormalizedNode
getNormalizedNode()
static boolean
isSerializedType(Object message)
void
readExternal(ObjectInput in)
void
writeExternal(ObjectOutput out)
-
Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable, toString
-
-
-
-
Constructor Detail
-
ReadDataReply
public ReadDataReply()
-
ReadDataReply
public ReadDataReply(NormalizedNode normalizedNode, short version)
-
-
Method Detail
-
getNormalizedNode
public NormalizedNode getNormalizedNode()
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Overrides:
readExternal
in classVersionedExternalizableMessage
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Overrides:
writeExternal
in classVersionedExternalizableMessage
- Throws:
IOException
-
fromSerializable
public static ReadDataReply fromSerializable(Object serializable)
-
isSerializedType
public static boolean isSerializedType(Object message)
-
-