Yueh-Hsuan Chiang 6935eb24e0 Add ColumnFamilyHandle::GetDescriptor()
Summary:
This patch addes ColumnFamilyHandle::GetDescriptor(), which allows
developers to obtain the CF options and names of the associated column
family given its handle.

  // Returns the up-to-date descriptor used by the current handle.  Since it
  // returns the up-to-date information, this call might internally locks
  // and releases DB mutex to access the up-to-date CF options.
  virtual ColumnFamilyDescriptor GetDescriptor() = 0;

Test Plan: augment column_family_test

Reviewers: sdong, yoshinorim, IslamAbdelRahman, rven, kradhakrishnan, anthony

Reviewed By: anthony

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D51543
2016-01-06 18:14:01 -08:00
..
2015-12-29 13:22:13 -08:00
2016-01-06 18:14:01 -08:00
2015-12-11 21:10:49 -08:00
2015-04-23 12:10:36 -07:00
2015-12-22 11:58:13 -08:00
2015-08-07 21:59:51 -07:00
2015-07-01 16:13:56 -07:00
2015-12-22 16:06:20 -08:00
2015-07-17 18:59:11 +02:00
2015-12-16 14:32:58 -08:00
2015-09-17 11:42:56 -07:00
2015-11-10 16:56:06 -08:00