Uses of Interface
com.gigaspaces.query.ISpaceQuery
Packages that use ISpaceQuery
Package
Description
Deprecated: use
org.openspaces.core instead.Provides classes and interfaces to execute queries on space entries.
Provides GigaSpaces client interface services
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of ISpaceQuery in com.gigaspaces.client
Methods in com.gigaspaces.client that return ISpaceQuery -
Uses of ISpaceQuery in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions that return ISpaceQueryModifier and TypeMethodDescription<T> ISpaceQuery<T>LocalCacheImplSnapshotAction.snapshot(LocalCacheContainer spaceProxy, SnapshotProxyActionInfo actionInfo) -
Uses of ISpaceQuery in com.gigaspaces.internal.client.cache.localview.actions
Methods in com.gigaspaces.internal.client.cache.localview.actions that return ISpaceQueryModifier and TypeMethodDescription<T> ISpaceQuery<T>LocalViewImplSnapshotAction.snapshot(LocalViewContainer spaceProxy, SnapshotProxyActionInfo actionInfo) -
Uses of ISpaceQuery in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return ISpaceQueryModifier and TypeMethodDescriptionIDirectSpaceProxy.prepareTemplate(Object template) SpaceProxyImpl.prepareTemplate(Object template) <T> ISpaceQuery<T> -
Uses of ISpaceQuery in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions that return ISpaceQueryModifier and TypeMethodDescription<T> ISpaceQuery<T>abstract <T> ISpaceQuery<T>SnapshotProxyAction.snapshot(TSpaceProxy spaceProxy, SnapshotProxyActionInfo actionInfo) <T> ISpaceQuery<T>SpaceProxyImplSnapshotAction.snapshot(SpaceProxyImpl spaceProxy, SnapshotProxyActionInfo actionInfo) -
Uses of ISpaceQuery in com.gigaspaces.internal.query
Classes in com.gigaspaces.internal.query that implement ISpaceQueryModifier and TypeClassDescriptionclassCommon base class for space query implementations.classMethods in com.gigaspaces.internal.query that return ISpaceQueryModifier and TypeMethodDescriptionstatic ISpaceQuerySpaceQueryBuilder.create(Class<?> entryClass, ISpacePredicate predicate) Creates a space query using the specified class and predicate.static ISpaceQuerySpaceQueryBuilder.create(Class<?> entryClass, ISpacePredicate... predicates) Creates a space query using the specified class and predicates. -
Uses of ISpaceQuery in com.gigaspaces.query
Classes in com.gigaspaces.query that implement ISpaceQuery -
Uses of ISpaceQuery in com.j_spaces.core.client
Classes in com.j_spaces.core.client that implement ISpaceQueryModifier and TypeClassDescriptionclassEntry snapshot class.classSQLQuery<T>The SQLQuery class is used to query the space using the SQL syntax. -
Uses of ISpaceQuery in org.openspaces.core
Methods in org.openspaces.core that return ISpaceQueryModifier and TypeMethodDescription<T> ISpaceQuery<T>DefaultGigaSpace.prepareTemplate(Object template) <T> ISpaceQuery<T>GigaSpace.prepareTemplate(Object template) Translates the template object into pre-processed packet which will be sent to the space.<T> ISpaceQuery<T><T> ISpaceQuery<T>Deprecated.since 10.1.0 - usage alternatives: 1.Methods in org.openspaces.core with parameters of type ISpaceQueryModifier and TypeMethodDescriptionDefaultGigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet) DefaultGigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet, ReadModifiers readModifiers) GigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet) Executes the specified query along with the specified aggregations collocated at the space.GigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet, ReadModifiers readModifiers) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) Changes an existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> AsyncFuture<T>DefaultGigaSpace.asyncRead(ISpaceQuery<T> template) <T> AsyncFuture<T>DefaultGigaSpace.asyncRead(ISpaceQuery<T> template, long timeout) <T> AsyncFuture<T>DefaultGigaSpace.asyncRead(ISpaceQuery<T> template, long timeout, AsyncFutureListener<T> listener) <T> AsyncFuture<T>DefaultGigaSpace.asyncRead(ISpaceQuery<T> template, long timeout, ReadModifiers modifiers) <T> AsyncFuture<T>DefaultGigaSpace.asyncRead(ISpaceQuery<T> template, long timeout, ReadModifiers modifiers, AsyncFutureListener<T> listener) <T> AsyncFuture<T>DefaultGigaSpace.asyncRead(ISpaceQuery<T> template, AsyncFutureListener<T> listener) <T> AsyncFuture<T>GigaSpace.asyncRead(ISpaceQuery<T> template) Reads any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncRead(ISpaceQuery<T> template, long timeout) Reads any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncRead(ISpaceQuery<T> template, long timeout, AsyncFutureListener<T> listener) Reads any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncRead(ISpaceQuery<T> template, long timeout, ReadModifiers modifiers) Reads any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncRead(ISpaceQuery<T> template, long timeout, ReadModifiers modifiers, AsyncFutureListener<T> listener) Reads any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncRead(ISpaceQuery<T> template, AsyncFutureListener<T> listener) Reads any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>DefaultGigaSpace.asyncTake(ISpaceQuery<T> template) <T> AsyncFuture<T>DefaultGigaSpace.asyncTake(ISpaceQuery<T> template, long timeout) <T> AsyncFuture<T>DefaultGigaSpace.asyncTake(ISpaceQuery<T> template, long timeout, AsyncFutureListener<T> listener) <T> AsyncFuture<T>DefaultGigaSpace.asyncTake(ISpaceQuery<T> template, long timeout, TakeModifiers modifiers) <T> AsyncFuture<T>DefaultGigaSpace.asyncTake(ISpaceQuery<T> template, long timeout, TakeModifiers modifiers, AsyncFutureListener<T> listener) <T> AsyncFuture<T>DefaultGigaSpace.asyncTake(ISpaceQuery<T> template, AsyncFutureListener<T> listener) <T> AsyncFuture<T>GigaSpace.asyncTake(ISpaceQuery<T> template) Take (remove) any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncTake(ISpaceQuery<T> template, long timeout) Take (remove) any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncTake(ISpaceQuery<T> template, long timeout, AsyncFutureListener<T> listener) Take (remove) any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncTake(ISpaceQuery<T> template, long timeout, TakeModifiers modifiers) Take (remove) any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncTake(ISpaceQuery<T> template, long timeout, TakeModifiers modifiers, AsyncFutureListener<T> listener) Take (remove) any matching entry from the space in an asynchronous manner.<T> AsyncFuture<T>GigaSpace.asyncTake(ISpaceQuery<T> template, AsyncFutureListener<T> listener) Take (remove) any matching entry from the space in an asynchronous manner.<T> ChangeResult<T>DefaultGigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet) <T> ChangeResult<T>DefaultGigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, long timeout) <T> ChangeResult<T>DefaultGigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) <T> ChangeResult<T>DefaultGigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) <T> ChangeResult<T>GigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet) Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>GigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, long timeout) Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>GigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>GigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) Changes existing objects in space, returning a change result which provides details of the operation affect.<T> SpaceIterator<T>DefaultGigaSpace.iterator(ISpaceQuery<T> template) <T> SpaceIterator<T>DefaultGigaSpace.iterator(ISpaceQuery<T> template, int batchSize) <T> SpaceIterator<T>DefaultGigaSpace.iterator(ISpaceQuery<T> template, int batchSize, ReadModifiers modifiers) <T> SpaceIterator<T>DefaultGigaSpace.iterator(ISpaceQuery<T> template, SpaceIteratorConfiguration spaceIteratorConfiguration) <T> SpaceIterator<T>GigaSpace.iterator(ISpaceQuery<T> template) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(ISpaceQuery<T> template, int batchSize) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(ISpaceQuery<T> template, int batchSize, ReadModifiers modifiers) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(ISpaceQuery<T> template, SpaceIteratorConfiguration spaceIteratorConfiguration) Returns an iterator over the entries in the space which match the specified template.<T> TDefaultGigaSpace.read(ISpaceQuery<T> template) <T> TDefaultGigaSpace.read(ISpaceQuery<T> template, long timeout) <T> TDefaultGigaSpace.read(ISpaceQuery<T> template, long timeout, ReadModifiers modifiers) <T> TGigaSpace.read(ISpaceQuery<T> template) Read any matching object from the space, blocking until one exists.<T> TGigaSpace.read(ISpaceQuery<T> template, long timeout) Read any matching object from the space, blocking until one exists.<T> TGigaSpace.read(ISpaceQuery<T> template, long timeout, ReadModifiers modifiers) Read any matching object from the space, blocking until one exists.<T> TDefaultGigaSpace.readIfExists(ISpaceQuery<T> template) <T> TDefaultGigaSpace.readIfExists(ISpaceQuery<T> template, long timeout) <T> TDefaultGigaSpace.readIfExists(ISpaceQuery<T> template, long timeout, ReadModifiers modifiers) <T> TGigaSpace.readIfExists(ISpaceQuery<T> template) Read any matching object from the space, returningnullif there currently is none.<T> TGigaSpace.readIfExists(ISpaceQuery<T> template, long timeout) Read any matching object from the space, returningnullif there currently is none.<T> TGigaSpace.readIfExists(ISpaceQuery<T> template, long timeout, ReadModifiers modifiers) Read any matching object from the space, returningnullif there currently is none.<T> T[]DefaultGigaSpace.readMultiple(ISpaceQuery<T> template) <T> T[]DefaultGigaSpace.readMultiple(ISpaceQuery<T> template, int maxEntries) <T> T[]DefaultGigaSpace.readMultiple(ISpaceQuery<T> template, int maxEntries, ReadModifiers modifiers) <T> T[]GigaSpace.readMultiple(ISpaceQuery<T> template) Read any matching entries from the space.<T> T[]GigaSpace.readMultiple(ISpaceQuery<T> template, int maxEntries) Read any matching entries from the space.<T> T[]GigaSpace.readMultiple(ISpaceQuery<T> template, int maxEntries, ReadModifiers modifiers) Read any matching entries from the space.<T> TDefaultGigaSpace.take(ISpaceQuery<T> template) <T> TDefaultGigaSpace.take(ISpaceQuery<T> template, long timeout) <T> TDefaultGigaSpace.take(ISpaceQuery<T> template, long timeout, TakeModifiers modifiers) <T> TGigaSpace.take(ISpaceQuery<T> template) Take (remove) any matching entry from the space, blocking until one exists.<T> TGigaSpace.take(ISpaceQuery<T> template, long timeout) Take (remove) any matching entry from the space, blocking until one exists.<T> TGigaSpace.take(ISpaceQuery<T> template, long timeout, TakeModifiers modifiers) Take (remove) any matching entry from the space, blocking until one exists.<T> TDefaultGigaSpace.takeIfExists(ISpaceQuery<T> template) <T> TDefaultGigaSpace.takeIfExists(ISpaceQuery<T> template, long timeout) <T> TDefaultGigaSpace.takeIfExists(ISpaceQuery<T> template, long timeout, TakeModifiers modifiers) <T> TGigaSpace.takeIfExists(ISpaceQuery<T> template) Take (remove) any matching entry from the space, returningnullif there currently is none.<T> TGigaSpace.takeIfExists(ISpaceQuery<T> template, long timeout) Take (remove) any matching entry from the space, returningnullif there currently is none.<T> TGigaSpace.takeIfExists(ISpaceQuery<T> template, long timeout, TakeModifiers modifiers) Take (remove) any matching entry from the space, returningnullif there currently is none.<T> T[]DefaultGigaSpace.takeMultiple(ISpaceQuery<T> template) <T> T[]DefaultGigaSpace.takeMultiple(ISpaceQuery<T> template, int maxEntries) <T> T[]DefaultGigaSpace.takeMultiple(ISpaceQuery<T> template, int maxEntries, TakeModifiers modifiers) <T> T[]GigaSpace.takeMultiple(ISpaceQuery<T> template) Takes (removes) all the entries matching the specified template from this space.<T> T[]GigaSpace.takeMultiple(ISpaceQuery<T> template, int maxEntries) Takes (removes) all the entries matching the specified template from this space.<T> T[]GigaSpace.takeMultiple(ISpaceQuery<T> template, int maxEntries, TakeModifiers modifiers) Takes (removes) all the entries matching the specified template from this space. -
Uses of ISpaceQuery in org.openspaces.extensions
Methods in org.openspaces.extensions with parameters of type ISpaceQueryModifier and TypeMethodDescriptionstatic <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<T>AsyncExtension.asyncRead(GigaSpace gigaSpace, ISpaceQuery<T> template) static <T> CompletableFuture<T>AsyncExtension.asyncRead(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<T>AsyncExtension.asyncRead(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit, ReadModifiers modifiers) static <T> CompletableFuture<T>AsyncExtension.asyncTake(GigaSpace gigaSpace, ISpaceQuery<T> template) static <T> CompletableFuture<T>AsyncExtension.asyncTake(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<T>AsyncExtension.asyncTake(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit, TakeModifiers modifiers) static <T extends Number>
TQueryExtension.average(GigaSpace gigaSpace, ISpaceQuery query, String path) static longQueryExtension.count(GigaSpace gigaSpace, ISpaceQuery query, String path) static <T> List<T>QueryExtension.distinct(GigaSpace gigaSpace, ISpaceQuery query, DistinctAggregator<T> aggregator) static GroupByResultQueryExtension.groupBy(GigaSpace gigaSpace, ISpaceQuery query, GroupByAggregator aggregator) static <T extends Comparable>
TQueryExtension.max(GigaSpace gigaSpace, ISpaceQuery query, String path) static <T> TQueryExtension.maxEntry(GigaSpace gigaSpace, ISpaceQuery<T> query, String path) static <T extends Comparable>
TQueryExtension.min(GigaSpace gigaSpace, ISpaceQuery query, String path) static <T> TQueryExtension.minEntry(GigaSpace gigaSpace, ISpaceQuery<T> query, String path) static <T> List<T>QueryExtension.orderBy(GigaSpace gigaSpace, ISpaceQuery query, OrderByAggregator aggregator) static <T extends Number>
TQueryExtension.sum(GigaSpace gigaSpace, ISpaceQuery query, String path)
GigaSpaceinstead.