Module: AliOts

Extended by:
AliOts
Included in:
AliOts
Defined in:
lib/ali_ots.rb,
lib/ali_ots/client.rb,
lib/ali_ots/version.rb,
lib/ali_ots/metas/row.rb,
lib/ali_ots/connection.rb,
lib/ali_ots/metas/error.rb,
lib/ali_ots/metas/column.rb,
lib/ali_ots/metas/condition.rb,
lib/ali_ots/metas/table_meta.rb,
lib/ali_ots/metas/column_value.rb,
lib/ali_ots/metas/capacity_unit.rb,
lib/ali_ots/metas/column_schema.rb,
lib/ali_ots/metas/column_update.rb,
lib/ali_ots/metas/enums/direction.rb,
lib/ali_ots/metas/get_row_request.rb,
lib/ali_ots/metas/put_row_request.rb,
lib/ali_ots/metas/get_row_response.rb,
lib/ali_ots/metas/put_row_response.rb,
lib/ali_ots/metas/consumed_capacity.rb,
lib/ali_ots/metas/enums/column_type.rb,
lib/ali_ots/metas/get_range_request.rb,
lib/ali_ots/metas/table_primary_key.rb,
lib/ali_ots/metas/delete_row_request.rb,
lib/ali_ots/metas/get_range_response.rb,
lib/ali_ots/metas/list_table_request.rb,
lib/ali_ots/metas/update_row_request.rb,
lib/ali_ots/metas/delete_row_response.rb,
lib/ali_ots/metas/list_table_response.rb,
lib/ali_ots/metas/reserved_throughput.rb,
lib/ali_ots/metas/update_row_response.rb,
lib/ali_ots/metas/create_table_request.rb,
lib/ali_ots/metas/delete_table_request.rb,
lib/ali_ots/metas/enums/operation_type.rb,
lib/ali_ots/metas/update_table_request.rb,
lib/ali_ots/metas/batch_get_row_request.rb,
lib/ali_ots/metas/update_table_response.rb,
lib/ali_ots/metas/batch_get_row_response.rb,
lib/ali_ots/metas/describe_table_request.rb,
lib/ali_ots/metas/batch_write_row_request.rb,
lib/ali_ots/metas/describe_table_response.rb,
lib/ali_ots/metas/batch_write_row_response.rb,
lib/ali_ots/metas/reserved_throughput_details.rb,
lib/ali_ots/metas/row_in_batch_get_row_request.rb,
lib/ali_ots/metas/row_in_batch_get_row_response.rb,
lib/ali_ots/metas/table_in_batch_get_row_request.rb,
lib/ali_ots/metas/enums/row_existence_expectation.rb,
lib/ali_ots/metas/row_in_batch_write_row_response.rb,
lib/ali_ots/metas/table_in_batch_get_row_response.rb,
lib/ali_ots/metas/table_in_batch_write_row_request.rb,
lib/ali_ots/metas/table_in_batch_write_row_response.rb,
lib/ali_ots/metas/put_row_in_batch_write_row_request.rb,
lib/ali_ots/metas/delete_row_in_batch_write_row_request.rb,
lib/ali_ots/metas/update_row_in_batch_write_row_request.rb

Defined Under Namespace

Modules: Metas Classes: Client, Connection

Constant Summary collapse

CONFIG =
{
  DEBUG_LEVEL: ::Logger::DEBUG,
  END_POSITION: nil,
  ACCESS_ID: nil,
  ACCESS_KEY: nil,
  INSTANCE_NAME: nil, 
  APIVERSION: "2014-08-08"
}
VERSION =
'0.0.3'

Instance Method Summary collapse

Instance Method Details

#configure {|AliOts::CONFIG| ... } ⇒ Object

Yields:



73
74
75
# File 'lib/ali_ots.rb', line 73

def configure
  yield(AliOts::CONFIG)
end