Class: ThriftFlumeEventServer::Append_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

EVT =
1
FIELDS =
{
  EVT => {:type => ::Thrift::Types::STRUCT, :name => 'evt', :class => ::ThriftFlumeEvent}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



100
# File 'lib/fluent/plugin/old_thrift/thrift_flume_event_server.rb', line 100

def struct_fields; FIELDS; end

#validateObject



102
103
# File 'lib/fluent/plugin/old_thrift/thrift_flume_event_server.rb', line 102

def validate
end