예제 #1
0
 /**
  * Indicates whether Persistit is currently in the initialized state.
  *
  * @return The state
  */
 @Override
 public boolean isInitialized() {
   return _persistit.isInitialized();
 }