Class: ThriftSourceProtocol::AppendBatch_args
- Inherits:
-
Object
- Object
- ThriftSourceProtocol::AppendBatch_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/flume-logger/flume-ng/thrift_source_protocol.rb
Constant Summary collapse
- EVENTS =
1
- FIELDS =
{ EVENTS => {:type => ::Thrift::Types::LIST, :name => 'events', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ThriftFlumeEvent}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
110 |
# File 'lib/flume-logger/flume-ng/thrift_source_protocol.rb', line 110 def struct_fields; FIELDS; end |
#validate ⇒ Object
112 113 |
# File 'lib/flume-logger/flume-ng/thrift_source_protocol.rb', line 112 def validate end |