public class AtomicLongSnapshot extends RaftAtomicValueSnapshot<Long> implements IdentifiedDataSerializable
AtomicLongService state for a Raft groupdestroyed, values| Constructor and Description |
|---|
AtomicLongSnapshot() |
AtomicLongSnapshot(Map<String,Long> longs,
Set<String> destroyed) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId()
Returns type identifier for this class.
|
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
protected Long |
readValue(ObjectDataInput in) |
String |
toString() |
protected void |
writeValue(ObjectDataOutput out,
Long value) |
getDestroyed, getValues, readData, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadData, writeDataprotected void writeValue(ObjectDataOutput out, Long value) throws IOException
writeValue in class RaftAtomicValueSnapshot<Long>IOExceptionprotected Long readValue(ObjectDataInput in) throws IOException
readValue in class RaftAtomicValueSnapshot<Long>IOExceptionpublic int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getClassId()
IdentifiedDataSerializablegetClassId in interface IdentifiedDataSerializableCopyright © 2019 Hazelcast, Inc.. All rights reserved.