Package org.apache.drill.exec.store.dfs
Class WorkspaceConfig
java.lang.Object
org.apache.drill.exec.store.dfs.WorkspaceConfig
Stores the workspace related config. A workspace has:
- location which is a path.
- writable flag to indicate whether the location supports creating new tables.
- default storage format for new tables created in this workspace.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WorkspaceConfig
Default workspace is a root directory which supports read, but not write. -
Constructor Summary
ConstructorDescriptionWorkspaceConfig
(String location, boolean writable, String defaultInputFormat, boolean allowAccessOutsideWorkspace) -
Method Summary
-
Field Details
-
DEFAULT
Default workspace is a root directory which supports read, but not write.
-
-
Constructor Details
-
WorkspaceConfig
-
-
Method Details