| Package | Description |
|---|---|
| org.apache.drill.exec.server.rest |
| Modifier and Type | Method and Description |
|---|---|
StorageResources.JsonResult |
StorageResources.createOrUpdatePlugin(PluginConfigWrapper plugin)
Deprecated.
|
StorageResources.JsonResult |
StorageResources.createOrUpdatePlugin(String name,
String storagePluginConfig) |
StorageResources.JsonResult |
StorageResources.createOrUpdatePluginJSON(PluginConfigWrapper plugin) |
StorageResources.JsonResult |
StorageResources.deletePlugin(String name) |
StorageResources.JsonResult |
StorageResources.deletePluginViaGet(String name)
Deprecated.
use the method with DELETE request
StorageResources.deletePlugin(String) instead |
StorageResources.JsonResult |
StorageResources.enablePlugin(String name,
Boolean enable) |
StorageResources.JsonResult |
StorageResources.enablePluginViaGet(String name,
Boolean enable)
Deprecated.
use the method with POST request
StorageResources.enablePlugin(java.lang.String, java.lang.Boolean) instead |
Copyright © 2021 The Apache Software Foundation. All rights reserved.