| Package | Description |
|---|---|
| org.apache.drill.exec.server.rest | |
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| Modifier and Type | Method and Description |
|---|---|
List<StatusResources.OptionWrapper> |
StatusResources.OptionsListing.getOptions() |
List<StatusResources.OptionWrapper> |
StatusResources.getSystemInternalOptionsJSON() |
List<StatusResources.OptionWrapper> |
StatusResources.getSystemPublicOptionsJSON() |
| Constructor and Description |
|---|
OptionsListing(List<StatusResources.OptionWrapper> optList,
List<String> fltrList,
String currFilter,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
StatusResources.OptionWrapper |
RestClientFixture.getStatusInternalOption(String name)
Gets the internal option corresponding to the given name.
|
StatusResources.OptionWrapper |
RestClientFixture.getStatusOption(String name)
Gets the external option corresponding to the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<StatusResources.OptionWrapper> |
RestClientFixture.getStatusInternalOptions() |
List<StatusResources.OptionWrapper> |
RestClientFixture.getStatusOptions()
Gets all the external options from the rest api.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.