public class VersionedValue extends Object implements DataSerializable
Data value objects with version information.| Constructor and Description | 
|---|
VersionedValue()  | 
VersionedValue(Data value,
              long version)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
readData(ObjectDataInput in)
Reads fields from the input stream 
 | 
void | 
writeData(ObjectDataOutput out)
Writes object fields to output stream 
 | 
public VersionedValue(Data value, long version)
public VersionedValue()
public void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.