RandomAccessDataset (experimental)#

RandomAccessDataset objects are returned by call: <Dataset.to_random_access_dataset().

Constructor#

random_access_dataset.RandomAccessDataset(ds, ...)

A class that provides distributed, random access to a Dataset.

Functions#

random_access_dataset.RandomAccessDataset.get_async(key)

Asynchronously finds the record for a single key.

random_access_dataset.RandomAccessDataset.multiget(keys)

Synchronously find the records for a list of keys.

random_access_dataset.RandomAccessDataset.stats()

Returns a string containing access timing information.