public class NestedDelta extends Object implements com.gemstone.gemfire.Delta, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
NestedDelta.NestedType |
| Constructor and Description |
|---|
NestedDelta() |
NestedDelta(int iVal) |
NestedDelta(int val,
NestedDelta.NestedType delta) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
void |
fromDelta(DataInput in) |
boolean |
hasDelta() |
void |
setIntVal(int intVal) |
void |
setNestedDelta(NestedDelta.NestedType delta) |
void |
toDelta(DataOutput out) |
String |
toString() |
public NestedDelta()
public NestedDelta(int iVal)
public NestedDelta(int val,
NestedDelta.NestedType delta)
public void setNestedDelta(NestedDelta.NestedType delta)
public void setIntVal(int intVal)
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, com.gemstone.gemfire.InvalidDeltaException
toDelta in interface com.gemstone.gemfire.DeltaIOExceptioncom.gemstone.gemfire.InvalidDeltaExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.