Class: RawEvent
- Inherits:
-
Object
- Object
- RawEvent
- 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_fields ⇒ Object
65 |
# File 'lib/fluent/plugin/old_thrift/flume_types.rb', line 65 def struct_fields; FIELDS; end |
#validate ⇒ Object
67 68 |
# File 'lib/fluent/plugin/old_thrift/flume_types.rb', line 67 def validate end |