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

Method open

src/main/java/gate/DataStore.java:49–49  ·  view source on GitHub ↗

Open a connection to the data store.

()

Source from the content-addressed store, hash-verified

47
48 /** Open a connection to the data store. */
49 public void open() throws PersistenceException;
50
51 /** Close the data store. */
52 public void close() throws PersistenceException;

Callers 3

openDataStoreMethod · 0.95
createDataStoreMethod · 0.95
openMethod · 0.65

Implementers 1

SerialDataStoresrc/main/java/gate/persist/SerialDataS

Calls

no outgoing calls

Tested by

no test coverage detected