Class: RawEvent

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/fluent/plugin/old_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



65
# File 'lib/fluent/plugin/old_thrift/flume_types.rb', line 65

def struct_fields; FIELDS; end

#validateObject



67
68
# File 'lib/fluent/plugin/old_thrift/flume_types.rb', line 67

def validate
end