com.hazelcast.replicatedmap.impl.record
public final class VectorClockTimestamp extends Object implements IdentifiedDataSerializable
Constructor and Description |
---|
VectorClockTimestamp() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
int |
getId()
Returns type identifier for this class.
|
int |
hashCode() |
void |
readData(ObjectDataInput dataInput)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(ObjectDataOutput dataOutput)
Writes object fields to output stream
|
public void writeData(ObjectDataOutput dataOutput) throws IOException
DataSerializable
writeData
in interface DataSerializable
dataOutput
- outputIOException
public void readData(ObjectDataInput dataInput) throws IOException
DataSerializable
readData
in interface DataSerializable
dataInput
- inputIOException
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.