public class ValidateResponse extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
boolean |
commit |
long |
commitTS |
long |
conflictingTS |
long |
latestSTS |
Vector<LoadInfo> |
loadVector |
boolean |
localResponse |
HashSet<String> |
refetchSet |
boolean |
speculativeAbort |
| Constructor and Description |
|---|
ValidateResponse() |
ValidateResponse(ValidateResponse_thrift o) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public boolean commit
public long commitTS
public long latestSTS
public boolean localResponse
public boolean speculativeAbort
public long conflictingTS
public ValidateResponse()
public ValidateResponse(ValidateResponse_thrift o)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOException