Class: Jp::JobPoolInstrumented::Acquire_count_result
- Inherits:
-
Object
- Object
- Jp::JobPoolInstrumented::Acquire_count_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/rb/jp/gen-rb/job_pool_instrumented.rb
Constant Summary collapse
- SUCCESS =
0
- NSP =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::I64, :name => 'success'}, NSP => {:type => ::Thrift::Types::STRUCT, :name => 'nsp', :class => Jp::NoSuchPool} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
301 |
# File 'lib/rb/jp/gen-rb/job_pool_instrumented.rb', line 301 def struct_fields; FIELDS; end |
#validate ⇒ Object
303 304 |
# File 'lib/rb/jp/gen-rb/job_pool_instrumented.rb', line 303 def validate end |