SlowFileSystem.newAverageLatency

arrow.slow_file_system.SlowFileSystem newAverageLatency(arrow.file_system.FileSystem baseFileSystem, double averageLatency)

The latency is normally distributed with a standard deviation of average_latency * 0.1.

The random seed is given by the default random device.

Parameters

baseFileSystemA #GArrowFileSystem as the base file system.
averageLatencyThe average value of the latency.

Returns

A newly created #GArrowSlowFileSystem.