public class FaultyDelta extends 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(DataInput in) |
void |
fromDelta(DataInput in) |
byte[] |
getBigObj() |
int |
getIntVal() |
boolean |
hasDelta() |
void |
resetDeltaStatus() |
void |
setBigObj(byte[] bigObj) |
void |
setIntVal(int intVal) |
void |
toData(DataOutput out) |
void |
toDelta(DataOutput out) |
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(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 byte[] getBigObj()
public void setBigObj(byte[] bigObj)
public void resetDeltaStatus()
public int getIntVal()
public void setIntVal(int intVal)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.