Class: ThriftFlumeConfigData
- Inherits:
-
Object
- Object
- ThriftFlumeConfigData
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/flumeconfig_types.rb
Constant Summary collapse
- TIMESTAMP =
1
- SOURCECONFIG =
2
- SINKCONFIG =
3
- SOURCEVERSION =
4
- SINKVERSION =
5
- FLOWID =
6
- FIELDS =
{ TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'}, SOURCECONFIG => {:type => ::Thrift::Types::STRING, :name => 'sourceConfig'}, SINKCONFIG => {:type => ::Thrift::Types::STRING, :name => 'sinkConfig'}, SOURCEVERSION => {:type => ::Thrift::Types::I64, :name => 'sourceVersion'}, SINKVERSION => {:type => ::Thrift::Types::I64, :name => 'sinkVersion'}, FLOWID => {:type => ::Thrift::Types::STRING, :name => 'flowID'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
41 |
# File 'lib/thrift/flumeconfig_types.rb', line 41 def struct_fields; FIELDS; end |
#validate ⇒ Object
43 44 |
# File 'lib/thrift/flumeconfig_types.rb', line 43 def validate end |