MCPcopy Create free account
hub / github.com/GateNLP/gate-core / close

Method close

src/main/java/gate/persist/SerialDataStore.java:349–352  ·  view source on GitHub ↗

Close the data store.

()

Source from the content-addressed store, hash-verified

347
348 /** Close the data store. */
349 @Override
350 public void close() throws PersistenceException {
351 Gate.getDataStoreRegister().remove(this);
352 } // close()
353
354 /** Save: synchonise the in-memory image of the LR with the persistent
355 * image.

Callers 1

generateCorpusMethod · 0.95

Calls 2

getDataStoreRegisterMethod · 0.95
removeMethod · 0.65

Tested by

no test coverage detected