| 
GigaSpaces XAP 7.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| com.j_spaces.core.client | Provides GigaSpaces client interface services | 
| com.j_spaces.core.client.view | GigaSpace client view files. | 
| org.openspaces.core | Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. | 
| Uses of Query in com.j_spaces.core.client | 
|---|
| Classes in com.j_spaces.core.client that implement Query | |
|---|---|
 class | 
ContinousQuery<T>
Extends the SQLQuery interface to allow continuous query. | 
 class | 
RegExQuery<T>
Deprecated. - use SQLQuery with 'rlike'  | 
 class | 
SQLQuery<T>
The SQLQuery class is used to query the space using the SQL syntax.  | 
| Uses of Query in com.j_spaces.core.client.view | 
|---|
| Classes in com.j_spaces.core.client.view that implement Query | |
|---|---|
 class | 
View<T>
Extends the ContinousQuery interface to allow creation of space view. | 
| Uses of Query in org.openspaces.core | 
|---|
| Methods in org.openspaces.core with parameters of type Query | ||
|---|---|---|
 IteratorBuilder | 
IteratorBuilder.addTemplate(Query query)
Adds a template that will be used to control the matching entries the iterator will iterate over.  | 
|
 | 
DefaultGigaSpace.asyncRead(Query<T> template)
 | 
|
 | 
GigaSpace.asyncRead(Query<T> template)
Reads any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncRead(Query<T> template,
          AsyncFutureListener<T> listener)
 | 
|
 | 
GigaSpace.asyncRead(Query<T> template,
          AsyncFutureListener<T> listener)
Reads any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncRead(Query<T> template,
          long timeout)
 | 
|
 | 
GigaSpace.asyncRead(Query<T> template,
          long timeout)
Reads any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncRead(Query<T> template,
          long timeout,
          AsyncFutureListener<T> listener)
 | 
|
 | 
GigaSpace.asyncRead(Query<T> template,
          long timeout,
          AsyncFutureListener<T> listener)
Reads any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncRead(Query<T> template,
          long timeout,
          int modifiers)
 | 
|
 | 
GigaSpace.asyncRead(Query<T> template,
          long timeout,
          int modifiers)
Reads any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncRead(Query<T> template,
          long timeout,
          int modifiers,
          AsyncFutureListener<T> listener)
 | 
|
 | 
GigaSpace.asyncRead(Query<T> template,
          long timeout,
          int modifiers,
          AsyncFutureListener<T> listener)
Reads any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncTake(Query<T> template)
 | 
|
 | 
GigaSpace.asyncTake(Query<T> template)
Take (remove) any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncTake(Query<T> template,
          AsyncFutureListener<T> listener)
 | 
|
 | 
GigaSpace.asyncTake(Query<T> template,
          AsyncFutureListener<T> listener)
Take (remove) any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncTake(Query<T> template,
          long timeout)
 | 
|
 | 
GigaSpace.asyncTake(Query<T> template,
          long timeout)
Take (remove) any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncTake(Query<T> template,
          long timeout,
          AsyncFutureListener<T> listener)
 | 
|
 | 
GigaSpace.asyncTake(Query<T> template,
          long timeout,
          AsyncFutureListener<T> listener)
Take (remove) any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncTake(Query<T> template,
          long timeout,
          int modifiers)
 | 
|
 | 
GigaSpace.asyncTake(Query<T> template,
          long timeout,
          int modifiers)
Take (remove) any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.asyncTake(Query<T> template,
          long timeout,
          int modifiers,
          AsyncFutureListener<T> listener)
 | 
|
 | 
GigaSpace.asyncTake(Query<T> template,
          long timeout,
          int modifiers,
          AsyncFutureListener<T> listener)
Take (remove) any matching entry from the space in an asynchronous manner.  | 
|
 | 
DefaultGigaSpace.read(Query<T> template)
 | 
|
 | 
GigaSpace.read(Query<T> template)
Read any matching object from the space, blocking until one exists.  | 
|
 | 
DefaultGigaSpace.read(Query<T> template,
     long timeout)
 | 
|
 | 
GigaSpace.read(Query<T> template,
     long timeout)
Read any matching object from the space, blocking until one exists.  | 
|
 | 
DefaultGigaSpace.read(Query<T> template,
     long timeout,
     int modifiers)
 | 
|
 | 
GigaSpace.read(Query<T> template,
     long timeout,
     int modifiers)
Read any matching object from the space, blocking until one exists.  | 
|
 | 
DefaultGigaSpace.readIfExists(Query<T> template)
 | 
|
 | 
GigaSpace.readIfExists(Query<T> template)
Read any matching object from the space, returning null if
 there currently is none. | 
|
 | 
DefaultGigaSpace.readIfExists(Query<T> template,
             long timeout)
 | 
|
 | 
GigaSpace.readIfExists(Query<T> template,
             long timeout)
Read any matching object from the space, returning null if
 there currently is none. | 
|
 | 
DefaultGigaSpace.readIfExists(Query<T> template,
             long timeout,
             int modifiers)
 | 
|
 | 
GigaSpace.readIfExists(Query<T> template,
             long timeout,
             int modifiers)
Read any matching object from the space, returning null if
 there currently is none. | 
|
 | 
DefaultGigaSpace.readMultiple(Query<T> template,
             int maxEntries)
 | 
|
 | 
GigaSpace.readMultiple(Query<T> template,
             int maxEntries)
Read any matching entries from the space.  | 
|
 | 
DefaultGigaSpace.readMultiple(Query<T> template,
             int maxEntries,
             int modifiers)
 | 
|
 | 
GigaSpace.readMultiple(Query<T> template,
             int maxEntries,
             int modifiers)
Read any matching entries from the space.  | 
|
 | 
DefaultGigaSpace.take(Query<T> template)
 | 
|
 | 
GigaSpace.take(Query<T> template)
Take (remove) any matching entry from the space, blocking until one exists.  | 
|
 | 
DefaultGigaSpace.take(Query<T> template,
     long timeout)
 | 
|
 | 
GigaSpace.take(Query<T> template,
     long timeout)
Take (remove) any matching entry from the space, blocking until one exists.  | 
|
 | 
DefaultGigaSpace.take(Query<T> template,
     long timeout,
     int modifiers)
 | 
|
 | 
GigaSpace.take(Query<T> template,
     long timeout,
     int modifiers)
Take (remove) any matching entry from the space, blocking until one exists.  | 
|
 | 
DefaultGigaSpace.takeIfExists(Query<T> template)
 | 
|
 | 
GigaSpace.takeIfExists(Query<T> template)
Take (remove) any matching entry from the space, blocking until one exists.  | 
|
 | 
DefaultGigaSpace.takeIfExists(Query<T> template,
             long timeout)
 | 
|
 | 
GigaSpace.takeIfExists(Query<T> template,
             long timeout)
Take (remove) any matching entry from the space, blocking until one exists.  | 
|
 | 
DefaultGigaSpace.takeMultiple(Query<T> template,
             int maxEntries)
 | 
|
 | 
GigaSpace.takeMultiple(Query<T> template,
             int maxEntries)
Takes (removes) all the entries matching the specified template from this space.  | 
|
 | 
DefaultGigaSpace.takeMultiple(Query<T> template,
             int maxEntries,
             int modifiers)
 | 
|
 | 
GigaSpace.takeMultiple(Query<T> template,
             int maxEntries,
             int modifiers)
Takes (removes) all the entries matching the specified template from this space.  | 
|
  | 
GigaSpaces XAP 7.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||