Class: RawEvent

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

Constant Summary collapse

RAW =
1
FIELDS =
{
  RAW => {:type => ::Thrift::Types::STRING, :name => 'raw', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



64
# File 'lib/fluent/plugin/thrift/flume_types.rb', line 64

def struct_fields; FIELDS; end

#validateObject



66
67
# File 'lib/fluent/plugin/thrift/flume_types.rb', line 66

def validate
end