Uses of Interface
com.gigaspaces.internal.query.ICustomQuery
Packages that use ICustomQuery
Package
Description
Provides Space properties and security context services
-
Uses of ICustomQuery in com.gigaspaces.internal.query
Subinterfaces of ICustomQuery in com.gigaspaces.internal.queryModifier and TypeInterfaceDescriptioninterfaceRepresents a custom query related to a collection item in the space.Classes in com.gigaspaces.internal.query that implement ICustomQueryModifier and TypeClassDescriptionclassBase class for compound custom queries.classBase class for all custom query interfaces.classCommon base class for space query implementations.classProvides a logical AND combination for a list of custom queries.classusing a common root query for item in collection-contains.classProvides a logical OR combination for a list of custom queries.classclassQueries an entry that matches all the given properties.Fields in com.gigaspaces.internal.query with type parameters of type ICustomQueryModifier and TypeFieldDescriptionprotected List<ICustomQuery>AbstractCompundCustomQuery._subQueriesMethods in com.gigaspaces.internal.query that return types with arguments of type ICustomQueryMethods in com.gigaspaces.internal.query with parameters of type ICustomQueryModifier and TypeMethodDescriptionprotected voidAbstractCompundCustomQuery.handleConvertingException(ConvertingException e, ICustomQuery subQuery, ServerEntry entry) Constructor parameters in com.gigaspaces.internal.query with type arguments of type ICustomQueryModifierConstructorDescriptionCompoundAndCustomQuery(List<ICustomQuery> subQueries) CompoundOrCustomQuery(List<ICustomQuery> subQueries) -
Uses of ICustomQuery in com.gigaspaces.internal.query.explainplan
Methods in com.gigaspaces.internal.query.explainplan that return types with arguments of type ICustomQueryModifier and TypeMethodDescriptionstatic List<ICustomQuery>ExplainPlanUtil.compoundConvertList(List<IContainsItemsCustomQuery> subQueries) static List<ICustomQuery>ExplainPlanUtil.getSubQueries(ICustomQuery customQuery) static List<ICustomQuery>ExplainPlanUtil.rangeConvertList(LinkedList<Range> ranges) Methods in com.gigaspaces.internal.query.explainplan with parameters of type ICustomQueryModifier and TypeMethodDescriptionstatic QueryOperationNodeExplainPlanUtil.buildQueryTree(ICustomQuery customQuery) static QueryOperationNodeQueryTypes.getNode(ICustomQuery customQuery) static List<ICustomQuery>ExplainPlanUtil.getSubQueries(ICustomQuery customQuery) static voidSingleExplainPlan.validate(long timeout, boolean blobStoreCachePolicy, int operationModifiers, ICustomQuery customQuery, Map<String, SpaceIndex> indexes) Constructors in com.gigaspaces.internal.query.explainplan with parameters of type ICustomQuery -
Uses of ICustomQuery in com.gigaspaces.internal.server.space.tiered_storage
Methods in com.gigaspaces.internal.server.space.tiered_storage with parameters of type ICustomQueryModifier and TypeMethodDescriptionstatic voidSqliteUtils.appendCustomQueryString(ICustomQuery customQuery, StringBuilder queryBuilder, QueryParameters queryParams) -
Uses of ICustomQuery in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return ICustomQueryModifier and TypeMethodDescriptionITemplateHolder.getCustomQuery()TemplateEntryData.getCustomQuery()TemplateHolder.getCustomQuery()Methods in com.gigaspaces.internal.server.storage with parameters of type ICustomQueryModifier and TypeMethodDescriptionvoidTemplateEntryData.setCustomQuery(ICustomQuery customQuery) voidTemplateHolder.setCustomQuery(ICustomQuery customQuery) This method is required for SF case 7017 (https://na6.salesforce.com/5008000000GijmA?srPos=1&srKp=500). -
Uses of ICustomQuery in com.gigaspaces.internal.transport
Methods in com.gigaspaces.internal.transport that return ICustomQueryModifier and TypeMethodDescriptionAbstractQueryPacket.getCustomQuery()EntryPacket.getCustomQuery()ExternalizableEntryPacket.getCustomQuery()HybridEntryPacket.getCustomQuery()ITransportPacket.getCustomQuery()PbsEntryPacket.getCustomQuery()Methods in com.gigaspaces.internal.transport with parameters of type ICustomQueryModifier and TypeMethodDescriptionvoidAbstractQueryPacket.setCustomQuery(ICustomQuery customQuery) voidEntryPacket.setCustomQuery(ICustomQuery customQuery) voidExternalizableEntryPacket.setCustomQuery(ICustomQuery customQuery) voidHybridEntryPacket.setCustomQuery(ICustomQuery customQuery) voidIEntryPacket.setCustomQuery(ICustomQuery customQuery) voidPbsEntryPacket.setCustomQuery(ICustomQuery customQuery) Constructors in com.gigaspaces.internal.transport with parameters of type ICustomQueryModifierConstructorDescriptionExternalizableTemplatePacket(ITypeDesc typeDesc, EntryType entryType, Externalizable object, ICustomQuery customQuery) ExternalizableTemplatePacket(ITypeDesc typeDesc, EntryType entryType, Object[] fixedProperties, ICustomQuery customQuery, String uid, int version, long timeToLive, boolean isTransient) TemplatePacket(ITypeDesc typeDesc, EntryType entryType, Object[] fixedProperties, ICustomQuery customQuery, String uid, int version, long timeToLive, boolean isTransient) -
Uses of ICustomQuery in com.gigaspaces.internal.transport.mvcc
Methods in com.gigaspaces.internal.transport.mvcc that return ICustomQueryMethods in com.gigaspaces.internal.transport.mvcc with parameters of type ICustomQueryModifier and TypeMethodDescriptionvoidMVCCShellEntryPacket.setCustomQuery(ICustomQuery customQuery) -
Uses of ICustomQuery in com.j_spaces.core
Methods in com.j_spaces.core that return ICustomQueryMethods in com.j_spaces.core with parameters of type ICustomQueryModifier and TypeMethodDescriptionvoidLocalCacheResponseEntryPacket.setCustomQuery(ICustomQuery customQuery) -
Uses of ICustomQuery in com.j_spaces.jdbc.builder
Methods in com.j_spaces.jdbc.builder that return ICustomQueryMethods in com.j_spaces.jdbc.builder with parameters of type ICustomQuery -
Uses of ICustomQuery in com.j_spaces.jdbc.builder.range
Classes in com.j_spaces.jdbc.builder.range that implement ICustomQueryModifier and TypeClassDescriptionclassCompositeRange indicates a result of a complex intersection that can't be translated to a single range.classCollection contains composite range.classa range for c collection imposede on single item rendered.classRepresents a value range used by ContainsNode.classclassRepresents an empty range - range that always translates to an empty queryclassclassRepresents an IN expression rangeclassclassclassclassRepresents a negation of a regular expression rangeclassclassRepresents a regular expression rangeclassCreated by Barak Bar Orion 8/24/15.classDefines a range of objects.classclassclassRepresents a set of uids to match against the candidates