@Beta public interface DatasetAdmin extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
create()
Creates dataset.
|
void |
drop()
Drops dataset.
|
boolean |
exists() |
void |
truncate()
Deletes all data of the dataset.
|
void |
upgrade()
Upgrades dataset.
|
boolean exists() throws IOException
IOException
void create() throws IOException
IOException
void drop() throws IOException
IOException
void truncate() throws IOException
IOException
void upgrade() throws IOException
IOException
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.