@InterfaceAudience.Public public final class TableDescriptorUtils extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.client.TableDescriptorUtils.TableDescriptorDelta |
computeDelta(TableDescriptor oldTD,
TableDescriptor newTD)
Compares two
TableDescriptor and indicate which columns were added, deleted, or
modified from oldTD to newTD |
public static org.apache.hadoop.hbase.client.TableDescriptorUtils.TableDescriptorDelta computeDelta(TableDescriptor oldTD, TableDescriptor newTD)
TableDescriptor
and indicate which columns were added, deleted, or
modified from oldTD to newTDCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.