| Package | Description | 
|---|---|
| com.gigaspaces.datasource | 
 Provides GigaSpaces DataSource implementation. 
 | 
| com.gigaspaces.datasource.concurrentaccess | |
| com.gigaspaces.internal.client.spaceproxy.metadata | |
| com.gigaspaces.internal.query | |
| com.gigaspaces.internal.query.explainplan | |
| com.gigaspaces.internal.server.storage | |
| com.gigaspaces.serialization.pbs | |
| com.j_spaces.core.cache.blobStore | |
| com.j_spaces.core.client | 
 Provides GigaSpaces client interface services 
 | 
| com.j_spaces.core.client.sql | |
| com.j_spaces.core.client.view | 
 GigaSpace client view files. 
 | 
| com.j_spaces.jdbc | 
 Provides GigaSpaces JDBC interfaces 
 | 
| com.j_spaces.jdbc.builder | |
| com.j_spaces.jdbc.builder.range | |
| com.j_spaces.sadapter.datasource | |
| org.openspaces.core.config | 
 Support classes for Spring namespace based configuration of OpenSpaces core. 
 | 
| org.openspaces.core.space | 
 This package is responsible for simplifying the creation of IJSpace implementation. 
 | 
| org.openspaces.core.space.cache | 
 A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based
on an actual IJSpace instance (usually created using the core.space package). 
 | 
| org.openspaces.persistency.patterns | 
 Set of patterns that can be used to wrap different external data sources. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataIterator<T> | 
SQLDataProvider.iterator(SQLQuery<T> query)
Deprecated.  
 Create an iterator over all objects that match the given  
SQLQuery. | 
| Constructor and Description | 
|---|
SQLQueryToDataSourceSQLQueryAdapter(SQLQuery<?> sqlQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataIterator<T> | 
SharedIteratorSQLDataProviderDecorator.iterator(SQLQuery<T> query)  | 
| Modifier and Type | Method and Description | 
|---|---|
ITypeDesc | 
ClientTypeDescRepository.getTypeDescBySQLQuery(SQLQuery<?> sqlQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
SQLQuery | 
ICustomQuery.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
CompoundOrCustomQuery.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery<T> | 
CustomSpaceQuery.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
CompoundAndCustomQuery.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
PropertiesQuery.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
CompoundContainsItemsCustomQuery.toSQLQuery(ITypeDesc typeDesc)  | 
| Constructor and Description | 
|---|
ExplainPlanImpl(SQLQuery query)  | 
| Modifier and Type | Method and Description | 
|---|---|
SQLQuery<?> | 
TemplateHolder.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery<?> | 
ITemplateHolder.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery<?> | 
TemplateEntryData.toSQLQuery(ITypeDesc typeDesc)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ITemplatePacket | 
PbsEntryFormatter.getCppTemplatePacketFromSqlQuery(SQLQuery<?> sqlQuery,
                                ISpaceProxy spaceProxy)  | 
static ITemplatePacket | 
PbsEntryFormatter.getTemplatePacketFromSqlQuery(SQLQuery<?> sqlQuery,
                             ISpaceProxy spaceProxy,
                             PbsProjectionTemplate projectionTemplate,
                             QueryResultTypeInternal resultType)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SQLQuery> | 
BlobStoreInternalCacheFilter.getSqlQueries()  | 
| Constructor and Description | 
|---|
BlobStoreInternalCacheFilter(SpaceEngine spaceEngine,
                            List<SQLQuery> sqlQueries)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContinousQuery<T>
 | 
| Modifier and Type | Method and Description | 
|---|---|
SQLQuery<T> | 
SQLQuery.setParameter(int index,
            Object value)
Set the query parameter value. 
 | 
SQLQuery<T> | 
SQLQuery.setProjections(String... properties)
Sets projection properties which specifies that a result for an operation using this query
 should contain data for the specified projection properties. 
 | 
SQLQuery<T> | 
SQLQuery.withExplainPlan()  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractDMLQuery | 
SqlQueryParser.parseSqlQuery(SQLQuery sqlQuery,
             ISpaceProxy space)
The main method to handle the query. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
View<T>
Deprecated. 
 
Since 8.0.5 - Use SQLQuery 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractDMLQuery.assignParameters(SQLQuery<?> sqlQuery,
                IDirectSpaceProxy proxy)  | 
| Modifier and Type | Method and Description | 
|---|---|
SQLQuery<?> | 
SQLQueryTemplatePacket.getQuery()  | 
| Constructor and Description | 
|---|
SQLQueryTemplatePacket(SQLQuery<?> sqlQuery,
                      ITypeDesc typeDesc,
                      QueryResultTypeInternal resultType)  | 
| Modifier and Type | Method and Description | 
|---|---|
SQLQuery | 
ContainsValueRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
RegexRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
CompositeRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
EmptyRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
NotRegexRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
NotEqualValueRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
IsNullRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
SegmentRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
NotNullRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
InRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
RelationRange.toSQLQuery(ITypeDesc typeDesc)  | 
SQLQuery | 
EqualValueRange.toSQLQuery(ITypeDesc typeDesc)  | 
| Modifier and Type | Method and Description | 
|---|---|
SQLQuery<?> | 
SQLQueryBuilder.build(IEntryPacket entryPacket,
     ITypeDesc typeDesc)
Builds an  
SQLQuery from given entry packet | 
SQLQuery<?> | 
DefaultSQLQueryBuilder.build(IEntryPacket entry,
     ITypeDesc typeDesc)  | 
SQLQuery<?> | 
SQLQueryBuilder.build(ITemplateHolder template,
     String typeName,
     ITypeDesc typeDesc)
Builds an  
SQLQuery from given template | 
SQLQuery<?> | 
DefaultSQLQueryBuilder.build(ITemplateHolder template,
     String typeName,
     ITypeDesc typeDesc)
Builds the SQLQuery using given template extended match codes and values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataIterator<T> | 
DataStorage.iterator(SQLQuery<T> query)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SQLQuery> | 
BlobStoreDataPolicyFactoryBean.getBlobstoreCacheQueries()  | 
List<SQLQuery> | 
BlobStoreDataPolicyConfigurer.getCacheQueries()  | 
Class<SQLQuery> | 
SQLQueryFactoryBean.getObjectType()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BlobStoreDataPolicyFactoryBean.setBlobstoreCacheQueries(List<SQLQuery> blobstoreCacheQueries)  | 
BlobStoreDataPolicyConfigurer | 
BlobStoreDataPolicyConfigurer.setCacheQueries(List<SQLQuery> cacheQueries)  | 
| Modifier and Type | Method and Description | 
|---|---|
BlobStoreDataCachePolicy | 
BlobStoreDataCachePolicy.addCacheQuery(SQLQuery sqlQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalViewSpaceConfigurer | 
LocalViewSpaceConfigurer.addViewQuery(SQLQuery query)
Adds a query to the view's criteria. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataIterator | 
SQLDataProviderSplitter.iterator(SQLQuery sqlQuery)
Deprecated.  
  | 
DataIterator | 
SQLDataProviderExceptionHandler.iterator(SQLQuery sqlQuery)
Deprecated.  
  | 
Copyright © GigaSpaces.