Class: CadenceThrift::PollerInfo

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

LASTACCESSTIME =
10
IDENTITY =
20
RATEPERSECOND =
30
FIELDS =
{
  LASTACCESSTIME => {:type => ::Thrift::Types::I64, :name => 'lastAccessTime', :optional => true},
  IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true},
  RATEPERSECOND => {:type => ::Thrift::Types::DOUBLE, :name => 'ratePerSecond', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end