public class ScanningInfo extends Object implements SmartExternalizable
Constructor and Description |
---|
ScanningInfo() |
ScanningInfo(Integer scanned,
Integer matched) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getMatched() |
Integer |
getScanned() |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
void |
setMatched(Integer matched) |
void |
setScanned(Integer scanned) |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public Integer getScanned()
public void setScanned(Integer scanned)
public Integer getMatched()
public void setMatched(Integer matched)
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.