public class DeltaCollection extends Object implements com.gemstone.gemfire.Delta, com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
DeltaCollection() |
DeltaCollection(int iNumEntries) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToMap(String k,
SimpleDelta v) |
void |
fromData(DataInput in) |
void |
fromDelta(DataInput in) |
boolean |
hasDelta() |
void |
removeFromMap(String k) |
void |
toData(DataOutput out) |
void |
toDelta(DataOutput out) |
String |
toString() |
public DeltaCollection()
public DeltaCollection(int iNumEntries)
public void addToMap(String k, SimpleDelta v)
public void removeFromMap(String k)
public boolean hasDelta()
hasDelta in interface com.gemstone.gemfire.Deltapublic void fromDelta(DataInput in) throws IOException, com.gemstone.gemfire.InvalidDeltaException
fromDelta in interface com.gemstone.gemfire.DeltaIOExceptioncom.gemstone.gemfire.InvalidDeltaExceptionpublic void toDelta(DataOutput out) throws IOException
toDelta in interface com.gemstone.gemfire.DeltaIOExceptionpublic void fromData(DataInput in) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionpublic void toData(DataOutput out) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.