T - component unit typepublic interface Modify<T>
| Modifier and Type | Method and Description |
|---|---|
Modify<T> |
delete(Delete delete)
Adds delete operation for the Metastore component based on the filter expression and metadata types.
|
void |
execute()
Executes list of provided metastore operations in one transaction if Metastore implementation
supports transactions, otherwise executes operations consecutively.
|
Modify<T> |
overwrite(List<T> units)
Adds overwrite operation for the Metastore component.
|
default Modify<T> |
overwrite(T... units) |
void |
purge()
Deletes all data from the Metastore component.
|
Modify<T> overwrite(List<T> units)
units - component units to be overwrittenModify<T> delete(Delete delete)
delete - delete operation holdervoid execute()
void purge()
Copyright © 2021 The Apache Software Foundation. All rights reserved.