public class SimpleDelta extends Object implements com.gemstone.gemfire.Delta, Serializable
SynchronizedDelta| Constructor and Description |
|---|
SimpleDelta() |
SimpleDelta(int i,
double d) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromDelta(DataInput in) |
boolean |
hasDelta() |
void |
setDoubleVal(double aDoubleVal) |
void |
setIntVal(int anIntVal) |
void |
toDelta(DataOutput out) |
String |
toString() |
public boolean hasDelta()
hasDelta in interface com.gemstone.gemfire.Deltapublic void toDelta(DataOutput out) throws IOException
toDelta in interface com.gemstone.gemfire.DeltaIOExceptionpublic void fromDelta(DataInput in) throws IOException, com.gemstone.gemfire.InvalidDeltaException
fromDelta in interface com.gemstone.gemfire.DeltaIOExceptioncom.gemstone.gemfire.InvalidDeltaExceptionpublic void setIntVal(int anIntVal)
public void setDoubleVal(double aDoubleVal)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.