| Package | Description |
|---|---|
| org.apache.drill.exec.dotdrill |
Meta-data persistence format, used for views and other cluster-wide
persistent state.
|
| Modifier and Type | Method and Description |
|---|---|
DotDrillType |
DotDrillFile.getType() |
static DotDrillType |
DotDrillType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DotDrillType[] |
DotDrillType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DotDrillFile> |
DotDrillUtil.getDotDrills(DrillFileSystem fs,
org.apache.hadoop.fs.Path root,
DotDrillType... types) |
static List<DotDrillFile> |
DotDrillUtil.getDotDrills(DrillFileSystem fs,
org.apache.hadoop.fs.Path root,
String name,
DotDrillType... types) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.