зеркало из https://github.com/Azure/YCSB.git
Merge branch 'master' of github.com:brianfrankcooper/YCSB
This commit is contained in:
Коммит
fa173a26f4
|
@ -83,7 +83,13 @@ public class HBaseClient extends com.yahoo.ycsb.DB
|
|||
*/
|
||||
public void cleanup() throws DBException
|
||||
{
|
||||
|
||||
try {
|
||||
if (_hTable != null) {
|
||||
_hTable.flushCommits();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
throw new DBException(e);
|
||||
}
|
||||
}
|
||||
|
||||
public void getHTable(String table) throws IOException
|
||||
|
|
Загрузка…
Ссылка в новой задаче