Class: ThriftFlumeConfigData

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



41
# File 'lib/thrift/flumeconfig_types.rb', line 41

def struct_fields; FIELDS; end

#validateObject



43
44
# File 'lib/thrift/flumeconfig_types.rb', line 43

def validate
end