Package com.gigaspaces.datasource
Interface InternalDataSourceIdsQuery
- All Superinterfaces:
DataSourceIdsQuery
- All Known Implementing Classes:
DataSourceIdsQueryImpl
Internal API for
DataSourceIdsQuery operations- Since:
- 9.5
- Author:
- Dan Kilman
-
Method Summary
Methods inherited from interface com.gigaspaces.datasource.DataSourceIdsQuery
getAsSQLQuery, getIds, getTypeDescriptor, supportsAsSQLQuery
-
Method Details
-
getDataSourceIdQuery
- Parameters:
idIndex- The index of the id obtained by callingDataSourceIdsQuery.getIds().- Returns:
- a
DataSourceIdsQuerymatching the id denoted by idIndex.
-