Example #1
0
 public void shutdown() {
   if (_inMemDs != null) {
     shutdownInternalDB(_inMemDs);
     _inMemDs = null;
   }
   if (_executor != null) {
     _executor.shutdownNow();
     _executor = null;
   }
 }