arrow.slow_file_system
Module for [SlowFileSystem] class
Types 3
Methods
SlowFileSystemGidBuilder builder() static nothrowGet builder for [arrow.slow_file_system.SlowFileSystem] Returns: New builder objectarrow.slow_file_system.SlowFileSystem newAverageLatency(arrow.file_system.FileSystem baseFileSystem, double averageLatency) static nothrowThe 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) static nothrowThe latency is normally distributed with a standard deviation of average_latency * 0.1.Fluent builder implementation template for arrow.slow_file_system.SlowFileSystem
Methods
T baseFileSystem(arrow.file_system.FileSystem propval) nothrowFluent builder for arrow.slow_file_system.SlowFileSystem
Methods