Package com.gigaspaces.internal.query
Class AbstractCompundCustomQuery
java.lang.Object
com.gigaspaces.internal.query.AbstractCustomQuery
com.gigaspaces.internal.query.AbstractCompundCustomQuery
- All Implemented Interfaces:
ICustomQuery,SmartExternalizable,Externalizable,Serializable
- Direct Known Subclasses:
CompoundAndCustomQuery,CompoundOrCustomQuery
Base class for compound custom queries.
- Since:
- 7.1
- Author:
- Niv Ingberg
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleConvertingException(ConvertingException e, ICustomQuery subQuery, ServerEntry entry) voidvoidMethods inherited from class com.gigaspaces.internal.query.AbstractCustomQuery
addCustomIndex, getCustomIndexes, matchConvertingExceptionHandler, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.internal.query.ICustomQuery
toSQLQueryMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
_subQueries
-
-
Constructor Details
-
AbstractCompundCustomQuery
public AbstractCompundCustomQuery()Default constructor for Externalizable.
-
-
Method Details
-
get_subQueries
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractCustomQuery- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractCustomQuery- Throws:
IOException
-
handleConvertingException
protected void handleConvertingException(ConvertingException e, ICustomQuery subQuery, ServerEntry entry) throws ConvertingException - Throws:
ConvertingException
-