|
Try< Nothing > | checkpoint (const std::string &path, const std::string &message, bool sync, bool downgradeResources) |
|
template<typename T , typename std::enable_if< std::is_convertible< T *, google::protobuf::Message * >::value, int >::type = 0> |
Try< Nothing > | checkpoint (const std::string &path, T message, bool sync, bool downgrade) |
|
Try< Nothing > | checkpoint (const std::string &path, google::protobuf::RepeatedPtrField< Resource > resources, bool sync, bool downgrade) |
|
Try< Nothing > | checkpoint (const std::string &path, const Resources &resources, bool sync, bool downgrade) |
|