|  | 
| enum class | AddDataRequestResult { Failed =0
, AddedOk
 } | 
|  | 
|  | 
| bool | AddDataRequest (const MapContentQuery &mcq, int tileCacheId, std::shared_ptr< TileData > tile) | 
|  | 
| virtual AddDataRequestResult | AddDataRequest (const MapContentQuery &mcq, int tileCacheId, std::shared_ptr< TileData > tile)=0 | 
|  | 
| virtual int64_t | GetLastLoadedTileNumber () const =0 | 
|  | 
| virtual int | GetMaxConcurrentRequests () const =0 | 
|  | 
| virtual void | SetMaxConcurrentRequests (int maxRequests)=0 | 
|  | 
| virtual std::vector< TileDataReaderStats > | GetDataRequestStats () const =0 | 
|  | 
The documentation for this class was generated from the following files:
- Native/MariaNative/MCommon/MITileDataRequestHandler.h
- Native/MariaNative/MTileCache/MITileDataRequestHandler.h