Class: ThriftFlumeClientServer::PutReports_args

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

Constant Summary collapse

REPORTS =
1
FIELDS =
{
  REPORTS => {:type => ::Thrift::Types::MAP, :name => 'reports', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ThriftFlumeReport}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



385
# File 'lib/thrift/thrift_flume_client_server.rb', line 385

def struct_fields; FIELDS; end

#validateObject



387
388
# File 'lib/thrift/thrift_flume_client_server.rb', line 387

def validate
end