Package com.gigaspaces.datasource
Interface DataSourceIdQuery
- All Known Implementing Classes:
DataSourceIdQueryImpl
public interface DataSourceIdQuery
Represents a query by ID executed against a
SpaceDataSource implementation.- Since:
- 9.1.1
- Author:
- eitany, Idan Moyal
-
Method Summary
-
Method Details
-
getTypeDescriptor
SpaceTypeDescriptor getTypeDescriptor()- Returns:
- The
SpaceTypeDescriptorrepresenting the type this query is for.
-
getId
Object getId()- Returns:
- The ID of the entry to get.
-
getVersion
int getVersion()- Returns:
- The version of the entry to get.
-