protected class MapReplicationOperation.MapReplicationStateHolder extends Object implements DataSerializable
Modifier and Type | Field and Description |
---|---|
protected Map<String,Set<RecordReplicationInfo>> |
data |
protected Map<String,Boolean> |
loaded |
Modifier | Constructor and Description |
---|---|
protected |
MapReplicationOperation.MapReplicationStateHolder() |
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
|
protected Map<String,Set<RecordReplicationInfo>> data
protected MapReplicationOperation.MapReplicationStateHolder()
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.