Fetches an individual from a server which is specified by
the master_key parameter that is used for determining which
server an object was stored in if key partitioning was
used for storage.
@paramin master_key key that specifies server object is stored on
@paramin key key of object whose value to get
@paramout ret_val object that is retrieved is stored in
this vector
@return true on success; false otherwise
Fetches an individual from a server which is specified by the master_key parameter that is used for determining which server an object was stored in if key partitioning was used for storage.
@paramin master_key key that specifies server object is stored on @paramin key key of object whose value to get @paramout ret_val object that is retrieved is stored in this vector @return true on success; false otherwise