arrow.slow_file_system

Module for [SlowFileSystem] class

Types 3

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