public interface TableManager
Modifier and Type | Method and Description |
---|---|
boolean |
adjustSchema()
Adjust schema.
|
boolean |
dropTable()
Drops the current table.
|
boolean |
flush()
Flushes the current in-memory buffer to the storage system.
|
String |
getMessage()
Returns a human-readable message about any errors that have occurred.
|
void |
setRowLimit(long rowLimit)
Sets the row limit.
|
void |
setTableName(String tableName)
Sets the table name.
|
boolean |
truncateTable()
Truncates the current table.
|
void setTableName(String tableName)
tableName
- boolean flush()
boolean dropTable()
void setRowLimit(long rowLimit)
rowLimit
- boolean truncateTable()
boolean adjustSchema()
String getMessage()
Copyright © 2018 Hitachi Vantara. All rights reserved.