Class: CadenceThrift::DescribeHistoryHostResponse

Inherits:
Object
  • Object
show all
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_fieldsObject



4488
# File 'lib/gen/thrift/shared_types.rb', line 4488

def struct_fields; FIELDS; end

#validateObject



4490
4491
# File 'lib/gen/thrift/shared_types.rb', line 4490

def validate
end