iFun Engine API  1.0.0-b6053
Great Technology for Great Games
fun::CrossServerStorage Member List

This is the complete list of members for fun::CrossServerStorage, including all inherited members.

Callback typedef (defined in fun::CrossServerStorage)fun::CrossServerStorage
Create(const Key &key, const Json &data, const WallClock::Duration &expiration_time, const Callback &cb) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
Create(const Json &data, const WallClock::Duration &expiration_time, const Callback &cb) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
CreateSync(const Key &key, const Json &data, const WallClock::Duration &expiration_time) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
CreateSync(const Json &data, const WallClock::Duration &expiration_time, Key *key) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
Delete(const Key &key, const Callback &cb) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
DeleteSync(const Key &key) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
kDuplicated enum value (defined in fun::CrossServerStorage)fun::CrossServerStorage
Key typedef (defined in fun::CrossServerStorage)fun::CrossServerStorage
kInternalError enum value (defined in fun::CrossServerStorage)fun::CrossServerStorage
kInvalidParameter enum value (defined in fun::CrossServerStorage)fun::CrossServerStorage
kNotExist enum value (defined in fun::CrossServerStorage)fun::CrossServerStorage
kSuccess enum value (defined in fun::CrossServerStorage)fun::CrossServerStorage
Read(const Key &key, const ReadCallback &cb) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
ReadCallback typedef (defined in fun::CrossServerStorage)fun::CrossServerStorage
ReadSync(const Key &key, Json *data) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
Refresh(const Key &key, const WallClock::Duration &expiration_time, const Callback &cb) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
RefreshSync(const Key &key, const WallClock::Duration &expiration_time) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
Result enum name (defined in fun::CrossServerStorage)fun::CrossServerStorage
Write(const Key &key, const Json &data, const WallClock::Duration &expiration_time, const Callback &cb) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic
WriteSync(const Key &key, const Json &data, const WallClock::Duration &expiration_time) (defined in fun::CrossServerStorage)fun::CrossServerStoragestatic