Class: CadenceThrift::DescribeHistoryHostResponse
- Inherits:
-
Object
- Object
- CadenceThrift::DescribeHistoryHostResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- NUMBEROFSHARDS =
10
- SHARDIDS =
20
- DOMAINCACHE =
30
- SHARDCONTROLLERSTATUS =
40
- ADDRESS =
50
- FIELDS =
{ NUMBEROFSHARDS => {:type => ::Thrift::Types::I32, :name => 'numberOfShards', :optional => true}, SHARDIDS => {:type => ::Thrift::Types::LIST, :name => 'shardIDs', :element => {:type => ::Thrift::Types::I32}, :optional => true}, DOMAINCACHE => {:type => ::Thrift::Types::STRUCT, :name => 'domainCache', :class => ::CadenceThrift::DomainCacheInfo, :optional => true}, SHARDCONTROLLERSTATUS => {:type => ::Thrift::Types::STRING, :name => 'shardControllerStatus', :optional => true}, ADDRESS => {:type => ::Thrift::Types::STRING, :name => 'address', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4488 |
# File 'lib/gen/thrift/shared_types.rb', line 4488 def struct_fields; FIELDS; end |
#validate ⇒ Object
4490 4491 |
# File 'lib/gen/thrift/shared_types.rb', line 4490 def validate end |