olp-cpp-sdk
1.22.0
|
This is the complete list of members for olp::cache::KeyGenerator, including all inherited members.
CreateApiKey(const std::string &hrn, const std::string &service, const std::string &version) | olp::cache::KeyGenerator | static |
CreateCatalogKey(const std::string &hrn) | olp::cache::KeyGenerator | static |
CreateDataHandleKey(const std::string &hrn, const std::string &layer_id, const std::string &data_handle) | olp::cache::KeyGenerator | static |
CreateLatestVersionKey(const std::string &hrn) | olp::cache::KeyGenerator | static |
CreateLayerVersionsKey(const std::string &hrn, const int64_t version) | olp::cache::KeyGenerator | static |
CreatePartitionKey(const std::string &hrn, const std::string &layer_id, const std::string &partition_id, const boost::optional< int64_t > &version) | olp::cache::KeyGenerator | static |
CreatePartitionsKey(const std::string &hrn, const std::string &layer_id, const boost::optional< int64_t > &version) | olp::cache::KeyGenerator | static |
CreateQuadTreeKey(const std::string &hrn, const std::string &layer_id, olp::geo::TileKey root, const boost::optional< int64_t > &version, int32_t depth) | olp::cache::KeyGenerator | static |