createTracerSink function
Creates the appropriate TracerSink depending on the environment and filesystem type.
Implementation
TracerSink createTracerSink(FileSystem fs, String path, int baseEpochUs) {
return getTracerSink(fs, path, baseEpochUs);
}
Creates the appropriate TracerSink depending on the environment and filesystem type.
TracerSink createTracerSink(FileSystem fs, String path, int baseEpochUs) {
return getTracerSink(fs, path, baseEpochUs);
}