public class DruidSchemaFactory extends Object implements SchemaFactory
| Operand | Description | Required |
|---|---|---|
| url | URL of Druid's query node. The default is "http://localhost:8082". | No |
| coordinatorUrl | URL of Druid's coordinator node.
The default is url, replacing "8082" with "8081",
for example "http://localhost:8081". |
No |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_URL
Default Druid URL.
|
| Constructor and Description |
|---|
DruidSchemaFactory() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
create(SchemaPlus parentSchema,
String name,
Map<String,Object> operand) |
public static final String DEFAULT_URL
public Schema create(SchemaPlus parentSchema, String name, Map<String,Object> operand)
create in interface SchemaFactoryCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.