public final class TestDelta extends Object implements com.gemstone.gemfire.Delta, com.gemstone.gemfire.DataSerializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
int |
clones |
int |
deltas |
int |
deserializations |
boolean |
hasDelta |
String |
info |
int |
serializations |
| Constructor and Description |
|---|
TestDelta() |
TestDelta(boolean hasDelta,
String info) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkFields(int serializations,
int deserializations,
int deltas,
int clones) |
Object |
clone() |
void |
fromData(DataInput in) |
void |
fromDelta(DataInput in) |
boolean |
hasDelta() |
void |
toData(DataOutput out) |
void |
toDelta(DataOutput out) |
public boolean hasDelta
public String info
public int serializations
public int deserializations
public int deltas
public int clones
public TestDelta()
public TestDelta(boolean hasDelta,
String info)
public void checkFields(int serializations,
int deserializations,
int deltas,
int clones)
public void fromDelta(DataInput in) throws IOException, com.gemstone.gemfire.InvalidDeltaException
fromDelta in interface com.gemstone.gemfire.DeltaIOExceptioncom.gemstone.gemfire.InvalidDeltaExceptionpublic boolean hasDelta()
hasDelta in interface com.gemstone.gemfire.Deltapublic 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.DataSerializableIOExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.