arrow.slow_file_system

Module for [SlowFileSystem] class

Types 3

Methods
GType _gType() @property
SlowFileSystem self()Returns `this`, for use in `with` statements.
SlowFileSystemGidBuilder builder()Get builder for [arrow.slowfilesystem.SlowFileSystem] Returns: New builder object
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.
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.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrow.slow_file_system.SlowFileSystem]