Class: Blur::ColumnFamilyDefinition
- Inherits:
-
Object
- Object
- Blur::ColumnFamilyDefinition
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- DEFAULTDEFINITION =
1
- COLUMNDEFINITIONS =
2
- FIELDS =
{ DEFAULTDEFINITION => {:type => ::Thrift::Types::STRUCT, :name => 'defaultDefinition', :class => ::Blur::ColumnDefinition}, COLUMNDEFINITIONS => {:type => ::Thrift::Types::MAP, :name => 'columnDefinitions', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::Blur::ColumnDefinition}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
583 |
# File 'lib/active_blur/thrift/blur_types.rb', line 583 def struct_fields; FIELDS; end |
#validate ⇒ Object
585 586 |
# File 'lib/active_blur/thrift/blur_types.rb', line 585 def validate end |