Class: Teapot::TempestDB::TempestDBService::PprUndirected_args
- Inherits:
-
Object
- Object
- Teapot::TempestDB::TempestDBService::PprUndirected_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/tempest_d_b_service.rb
Constant Summary collapse
- EDGETYPES =
1- SEEDS =
2- PAGERANKPARAMS =
5- FIELDS =
{ EDGETYPES => {:type => ::Thrift::Types::LIST, :name => 'edgeTypes', :element => {:type => ::Thrift::Types::STRING}}, SEEDS => {:type => ::Thrift::Types::LIST, :name => 'seeds', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Teapot::TempestDB::Node}}, PAGERANKPARAMS => {:type => ::Thrift::Types::STRUCT, :name => 'pageRankParams', :class => ::Teapot::TempestDB::MonteCarloPageRankParams} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
976 |
# File 'lib/gen/tempest_d_b_service.rb', line 976 def struct_fields; FIELDS; end |
#validate ⇒ Object
978 979 |
# File 'lib/gen/tempest_d_b_service.rb', line 978 def validate end |