Class: Impala::Protocol::TUpdateStateResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/state_store_subscriber_service_types.rb

Constant Summary collapse

STATUS =
1
UPDATED_OBJECTS =
2
DELETED_OBJECT_KEYS =
3
FIELDS =
{
STATUS => { :type => ::Thrift::Types::STRUCT, :name => 'status', :class => Impala::Protocol::TStatus, :optional => true },
UPDATED_OBJECTS => { :type => ::Thrift::Types::LIST, :name => 'updated_objects', :element => { :type => ::Thrift::Types::STRUCT, :class => Impala::Protocol::TVersionedObject }, :optional => true },
DELETED_OBJECT_KEYS => { :type => ::Thrift::Types::LIST, :name => 'deleted_object_keys', :element => { :type => ::Thrift::Types::STRING }, :optional => true }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



58
# File 'lib/impala/protocol/state_store_subscriber_service_types.rb', line 58

def struct_fields; FIELDS; end

#validateObject



60
61
# File 'lib/impala/protocol/state_store_subscriber_service_types.rb', line 60

def validate
end