[RocksJava] Incorporated changes for D30525
This commit is contained in:
parent
0aab1005f8
commit
23ad5f401a
@ -16,7 +16,8 @@ public class ColumnFamilyDescriptor {
|
||||
* options,</p>
|
||||
*
|
||||
* @param columnFamilyName name of column family.
|
||||
* @deprecated will be removed in RocksDB 3.10.0. Use {}
|
||||
* @deprecated will be removed in RocksDB 3.10.0. Use
|
||||
* {@link #ColumnFamilyDescriptor(byte[])} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public ColumnFamilyDescriptor(final String columnFamilyName){
|
||||
@ -41,7 +42,8 @@ public class ColumnFamilyDescriptor {
|
||||
* @param columnFamilyName name of column family.
|
||||
* @param columnFamilyOptions options to be used with
|
||||
* column family.
|
||||
* @deprecated will be removed in RocksDB 3.10.0. Use {}
|
||||
* @deprecated will be removed in RocksDB 3.10.0. Use
|
||||
* {@link #ColumnFamilyDescriptor(byte[], ColumnFamilyOptions)} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public ColumnFamilyDescriptor(final String columnFamilyName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user