Methods
Modifier and Type |
Method and Description |
String |
addPartition(String tableName,
String storageName,
File path) |
String |
addPartitions(String tableName,
String storageName,
String path) |
String |
addStorage(String tableName,
File path) |
abstract APIResult |
doAddStorage(String name,
String path) |
abstract APIResult |
doDropAllStorages(String name) |
abstract APIResult |
doDropStorage(String tableName,
String storageName) |
String |
dropAllStorages(String tableName) |
String |
dropPartitions(String tableName,
String storageName,
String filter) |
String |
dropStorage(String tableName,
String storageName) |
String |
getAllPartitions(String tableName,
String storageName,
String filter) |
abstract List<String> |
getAllStorages(String name) |
String |
getStorage(String tableName,
String storage) |
String |
showAll(String filter) |
String |
showAllStorages(String tableName) |
String |
updatePartition(String tableName,
String storageName,
File path) |
String |
updatePartitions(String tableName,
String storageName,
String path) |