Class: ThriftFlumeEventServer::RawAppend_args

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



131
# File 'lib/fluent/plugin/thrift/thrift_flume_event_server.rb', line 131

def struct_fields; FIELDS; end

#validateObject



133
134
# File 'lib/fluent/plugin/thrift/thrift_flume_event_server.rb', line 133

def validate
end