public class OpenTSDBStoragePlugin extends AbstractStoragePlugin
context
DEFAULT_WS_NAME
Constructor and Description |
---|
OpenTSDBStoragePlugin(OpenTSDBStoragePluginConfig configuration,
DrillbitContext context,
String name) |
Modifier and Type | Method and Description |
---|---|
ServiceImpl |
getClient() |
OpenTSDBStoragePluginConfig |
getConfig()
Method returns a Jackson serializable object that extends a StoragePluginConfig.
|
OpenTSDBGroupScan |
getPhysicalScan(String userName,
JSONOptions selection)
Get the physical scan operator for the particular GroupScan (read) node.
|
void |
registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent)
Register the schemas provided by this SchemaFactory implementation under the given parent schema.
|
boolean |
supportsRead()
Indicates if Drill can read the table from this format.
|
close, getContext, getFormatPlugin, getLogicalOptimizerRules, getName, getOptimizerRules, getOptimizerRules, getPhysicalOptimizerRules, getPhysicalScan, getPhysicalScan, getPhysicalScan, getPhysicalScan, getPhysicalScan, start, supportsWrite
public OpenTSDBStoragePlugin(OpenTSDBStoragePluginConfig configuration, DrillbitContext context, String name) throws IOException
IOException
public boolean supportsRead()
StoragePlugin
supportsRead
in interface StoragePlugin
supportsRead
in class AbstractStoragePlugin
public OpenTSDBStoragePluginConfig getConfig()
StoragePlugin
public OpenTSDBGroupScan getPhysicalScan(String userName, JSONOptions selection) throws IOException
StoragePlugin
getPhysicalScan
in interface StoragePlugin
getPhysicalScan
in class AbstractStoragePlugin
userName
- User whom to impersonate when when reading the contents as part of Scan.selection
- The configured storage engine specific selection.IOException
public void registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) throws IOException
SchemaFactory
schemaConfig
- Configuration for schema objects.parent
- Reference to parent schema.IOException
- in case of error during schema registrationpublic ServiceImpl getClient()
Copyright © 1970 The Apache Software Foundation. All rights reserved.