Class: ThriftSourceProtocol::Append_args
- Inherits:
-
Object
- Object
- ThriftSourceProtocol::Append_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/flume-logger/flume-ng/thrift_source_protocol.rb
Overview
HELPER FUNCTIONS AND STRUCTURES
Constant Summary collapse
- EVENT =
1
- FIELDS =
{ EVENT => {:type => ::Thrift::Types::STRUCT, :name => 'event', :class => ::ThriftFlumeEvent} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
75 |
# File 'lib/flume-logger/flume-ng/thrift_source_protocol.rb', line 75 def struct_fields; FIELDS; end |
#validate ⇒ Object
77 78 |
# File 'lib/flume-logger/flume-ng/thrift_source_protocol.rb', line 77 def validate end |