public class SynchronizedDelta extends Object implements com.gemstone.gemfire.Delta, Serializable
| Constructor and Description |
|---|
SynchronizedDelta(long i,
double d) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromDelta(DataInput in) |
boolean |
hasDelta() |
void |
setDoubleVal(double aDoubleVal) |
void |
setLongVal(long aLongVal) |
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 setLongVal(long aLongVal)
public void setDoubleVal(double aDoubleVal)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.