public class HttpScanSpec extends Object implements DrillTableSelection
Constructor and Description |
---|
HttpScanSpec(String pluginName,
String connectionName,
String tableName,
HttpStoragePluginConfig config,
PersistentTokenTable tokenTable,
StoragePluginRegistry engineRegistry) |
Modifier and Type | Method and Description |
---|---|
HttpStoragePluginConfig |
config() |
String |
connection() |
HttpApiConfig |
connectionConfig() |
String |
digest()
The digest of the selection represented by the implementation.
|
StoragePluginRegistry |
getRegistry() |
PersistentTokenTable |
getTokenTable() |
String |
getURL() |
String |
pluginName() |
String |
tableName() |
String |
toString() |
public HttpScanSpec(String pluginName, String connectionName, String tableName, HttpStoragePluginConfig config, PersistentTokenTable tokenTable, StoragePluginRegistry engineRegistry)
public String pluginName()
public String connection()
public String tableName()
public HttpStoragePluginConfig config()
public PersistentTokenTable getTokenTable()
public String getURL()
public StoragePluginRegistry getRegistry()
public HttpApiConfig connectionConfig()
public String digest()
DrillTableSelection
digest
in interface DrillTableSelection
Copyright © 1970 The Apache Software Foundation. All rights reserved.