arrow.slow_file_system
Module for [SlowFileSystem] class
Types 3
Methods
SlowFileSystem self()Returns `this`, for use in `with` statements.SlowFileSystemGidBuilder builder()Get builder for [arrow.slowfilesystem.SlowFileSystem] Returns: New builder objectarrow.file_system.FileSystem baseFileSystem() @propertyarrow.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.arrow.slow_file_system.SlowFileSystem newAverageLatencyAndSeed(arrow.file_system.FileSystem baseFileSystem, double averageLatency, int seed)The latency is normally distributed with a standard deviation of average_latency * 0.1.Methods
T baseFileSystem(arrow.file_system.FileSystem propval)Fluent builder for [arrow.slow_file_system.SlowFileSystem]
Methods