public static final class TableDescriptorUtils.TableDescriptorDelta extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private Set<byte[]> | columnsAdded | 
| private Set<byte[]> | columnsDeleted | 
| private Set<byte[]> | columnsModified | 
| Modifier | Constructor and Description | 
|---|---|
| private  | TableDescriptorDelta(TableDescriptor oldTD,
                    TableDescriptor newTD) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<byte[]> | getColumnsAdded() | 
| Set<byte[]> | getColumnsDeleted() | 
| Set<byte[]> | getColumnsModified() | 
private final Set<byte[]> columnsAdded
private final Set<byte[]> columnsDeleted
private final Set<byte[]> columnsModified
private TableDescriptorDelta(TableDescriptor oldTD, TableDescriptor newTD)
public Set<byte[]> getColumnsAdded()
public Set<byte[]> getColumnsDeleted()
public Set<byte[]> getColumnsModified()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.