Module: RFlow::Components::File

Defined in:
lib/rflow/components/file.rb,
lib/rflow/components/file/version.rb,
lib/rflow/components/file/extensions.rb,
lib/rflow/components/file/output_to_disk.rb,
lib/rflow/components/file/directory_watcher.rb,
lib/rflow/components/file/output_raw_to_files.rb

Defined Under Namespace

Modules: Extensions, OutputToDisk Classes: DirectoryWatcher, OutputRawToFiles

Constant Summary collapse

SCHEMA_DIRECTORY =

Load the schemas

::File.expand_path(::File.join(::File.dirname(__FILE__), '..', '..', '..', 'schema'))
SCHEMA_FILES =
{
  'file.avsc' => 'RFlow::Message::Data::File',
}
VERSION =
"1.1.1"