Package org.apache.hadoop.hbase.client
Class TableDescriptorUtils
java.lang.Object
org.apache.hadoop.hbase.client.TableDescriptorUtils
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomputeDelta
(TableDescriptor oldTD, TableDescriptor newTD) Compares twoTableDescriptor
and indicate which columns were added, deleted, or modified from oldTD to newTD
-
Constructor Details
-
TableDescriptorUtils
private TableDescriptorUtils()
-
-
Method Details
-
computeDelta
public static TableDescriptorUtils.TableDescriptorDelta computeDelta(TableDescriptor oldTD, TableDescriptor newTD) Compares twoTableDescriptor
and indicate which columns were added, deleted, or modified from oldTD to newTD- Returns:
- a TableDescriptorDelta that contains the added/deleted/modified column names
-