Uses of Class
org.apache.drill.exec.store.http.HttpStoragePlugin
-
Uses of HttpStoragePlugin in org.apache.drill.exec.store.http
ModifierConstructorDescriptionHttpAPIConnectionSchema
(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
Modifier and TypeMethodDescriptionstatic HttpStoragePlugin
SimpleHttp.getStoragePlugin
(String pluginName, DrillbitContext context) This function will return aHttpStoragePlugin
for use in the HTTP UDFs.Modifier and TypeMethodDescriptionstatic SimpleHttp
SimpleHttp.apiCall
(HttpStoragePlugin plugin, HttpApiConfig endpointConfig, DrillbitContext context, List<String> args) This function makes an API call and returns a string of the parsed results.