Class: Concord::Thrift::ComputationService::BoltProcessTimer_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen-rb/computation_service.rb

Constant Summary collapse

KEY =
1
TIME =
2
FIELDS =
{
  KEY => {:type => ::Thrift::Types::STRING, :name => 'key'},
  TIME => {:type => ::Thrift::Types::I64, :name => 'time'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



267
# File 'lib/gen-rb/computation_service.rb', line 267

def struct_fields; FIELDS; end

#validateObject



269
270
# File 'lib/gen-rb/computation_service.rb', line 269

def validate
end