Class ScanningInfo
java.lang.Object
com.gigaspaces.internal.query.explainplan.ScanningInfo
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Since:
- 12.0.1
- Author:
- yael nahon
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidreadExternal(ObjectInput objectInput) voidsetMatched(Integer matched) voidsetScanned(Integer scanned) toString()voidwriteExternal(ObjectOutput objectOutput) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
ScanningInfo
public ScanningInfo() -
ScanningInfo
-
-
Method Details
-
getScanned
-
setScanned
-
getMatched
-
setMatched
-
toString
-
equals
-
hashCode
public int hashCode() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-