public class FaultyDelta
extends java.lang.Object
implements com.gemstone.gemfire.Delta, com.gemstone.gemfire.DataSerializable
| Modifier and Type | Field and Description |
|---|---|
static byte |
BIG_OBJECT_MASK |
protected byte[] |
bigObj |
static byte |
COMPLETE_MASK |
protected byte |
deltaBits |
protected boolean |
hasDelta |
static byte |
INT_MASK |
protected int |
intVal |
static boolean |
isPatternMatched |
| Constructor and Description |
|---|
FaultyDelta() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(java.io.DataInput in) |
void |
fromDelta(java.io.DataInput in) |
byte[] |
getBigObj() |
int |
getIntVal() |
boolean |
hasDelta() |
void |
resetDeltaStatus() |
void |
setBigObj(byte[] bigObj) |
void |
setIntVal(int intVal) |
void |
toData(java.io.DataOutput out) |
void |
toDelta(java.io.DataOutput out) |
java.lang.String |
toString() |
public static final byte INT_MASK
public static final byte BIG_OBJECT_MASK
public static final byte COMPLETE_MASK
protected int intVal
protected boolean hasDelta
protected byte[] bigObj
public static boolean isPatternMatched
protected byte deltaBits
public void fromDelta(java.io.DataInput in)
throws java.io.IOException,
com.gemstone.gemfire.InvalidDeltaException
fromDelta in interface com.gemstone.gemfire.Deltajava.io.IOExceptioncom.gemstone.gemfire.InvalidDeltaExceptionpublic boolean hasDelta()
hasDelta in interface com.gemstone.gemfire.Deltapublic void toDelta(java.io.DataOutput out)
throws java.io.IOException
toDelta in interface com.gemstone.gemfire.Deltajava.io.IOExceptionpublic void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionpublic byte[] getBigObj()
public void setBigObj(byte[] bigObj)
public void resetDeltaStatus()
public int getIntVal()
public void setIntVal(int intVal)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.