Uses of Class
org.apache.drill.exec.store.http.HttpStoragePlugin
Packages that use HttpStoragePlugin
-
Uses of HttpStoragePlugin in org.apache.drill.exec.store.http
Constructors in org.apache.drill.exec.store.http with parameters of type HttpStoragePluginModifierConstructorDescriptionHttpAPIConnectionSchema(HttpSchemaFactory.HttpSchema parent, String name, HttpStoragePlugin plugin, String queryUserName) HttpSchema(HttpStoragePlugin plugin, String queryUserName) HttpSchemaFactory(HttpStoragePlugin plugin) -
Uses of HttpStoragePlugin in org.apache.drill.exec.store.http.util
Methods in org.apache.drill.exec.store.http.util that return HttpStoragePluginModifier and TypeMethodDescriptionstatic HttpStoragePluginSimpleHttp.getStoragePlugin(String pluginName, DrillbitContext context) This function will return aHttpStoragePluginfor use in the HTTP UDFs.Methods in org.apache.drill.exec.store.http.util with parameters of type HttpStoragePluginModifier and TypeMethodDescriptionstatic SimpleHttpSimpleHttp.apiCall(HttpStoragePlugin plugin, HttpApiConfig endpointConfig, DrillbitContext context, List<String> args) This function makes an API call and returns a string of the parsed results.