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