Class: Scribe::Log_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/fluent/plugin/thrift/scribe.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

MESSAGES =
1
FIELDS =
{
  MESSAGES => {:type => ::Thrift::Types::LIST, :name => 'messages', :element => {:type => ::Thrift::Types::STRUCT, :class => LogEntry}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



54
# File 'lib/fluent/plugin/thrift/scribe.rb', line 54

def struct_fields; FIELDS; end

#validateObject



56
57
# File 'lib/fluent/plugin/thrift/scribe.rb', line 56

def validate
end