コード例 #1
0
 // Creates a store, called when replaying journals
 private void createStoreFromEntry(CreateStoreEntry entry) throws FileAlreadyExistsException {
   createStoreInternal(entry.getStoreId());
 }