Class: CadenceThrift::TaskListStatus

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

BACKLOGCOUNTHINT =
10
READLEVEL =
20
ACKLEVEL =
30
RATEPERSECOND =
35
TASKIDBLOCK =
40
FIELDS =
{
  BACKLOGCOUNTHINT => {:type => ::Thrift::Types::I64, :name => 'backlogCountHint', :optional => true},
  READLEVEL => {:type => ::Thrift::Types::I64, :name => 'readLevel', :optional => true},
  ACKLEVEL => {:type => ::Thrift::Types::I64, :name => 'ackLevel', :optional => true},
  RATEPERSECOND => {:type => ::Thrift::Types::DOUBLE, :name => 'ratePerSecond', :optional => true},
  TASKIDBLOCK => {:type => ::Thrift::Types::STRUCT, :name => 'taskIDBlock', :class => ::CadenceThrift::TaskIDBlock, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end