/** * Flushes the memstore anyway. * * @throws IOException */ public void flushMemStore() throws IOException { MemStoreSnapshot snapshot = memstore.snapshot(); internalFlushCache(snapshot); memstore.clearSnapshot(snapshot.getId()); }