Package | Description |
---|---|
gate | |
gate.corpora | |
gate.creole | |
gate.creole.annic | |
gate.event | |
gate.gui | |
gate.persist |
Modifier and Type | Method and Description |
---|---|
static DataStore |
Factory.createDataStore(String dataStoreClassName,
String storageUrl)
Create a new DataStore and open it.
|
DataStore |
LanguageResource.getDataStore()
Get the data store that this LR lives in.
|
protected static DataStore |
Factory.instantiateDataStore(String dataStoreClassName,
String storageUrl)
Instantiate a DataStore (not open or created).
|
static DataStore |
Factory.openDataStore(String dataStoreClassName,
String storageUrl)
Open an existing DataStore.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataStoreRegister.add(DataStore o)
Adds the specified element to this set if it is not already present.
|
void |
LanguageResource.setDataStore(DataStore dataStore)
Set the data store that this LR lives in.
|
Modifier and Type | Method and Description |
---|---|
DataStore |
TextualDocumentFormat.getDataStore() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentImpl.setDataStore(DataStore dataStore) |
void |
SerialCorpusImpl.setDataStore(DataStore dataStore) |
Modifier and Type | Field and Description |
---|---|
protected DataStore |
AbstractLanguageResource.dataStore
The data store this LR lives in.
|
Modifier and Type | Method and Description |
---|---|
DataStore |
AbstractLanguageResource.getDataStore()
Get the data store that this LR lives in.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLanguageResource.setDataStore(DataStore dataStore)
Set the data store that this LR lives in.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchableDataStore
Datastores want to become indexable and searchable should implement this interface.
|
Modifier and Type | Method and Description |
---|---|
DataStore |
CreoleEvent.getDatastore()
Gets the
DataStore that has been created/loaded/closed. |
Constructor and Description |
---|
CreoleEvent(DataStore datastore,
int type)
Constructor
|
DatastoreEvent(DataStore source,
int type,
Resource res,
Object resourceID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected DataStore |
MainFrame.createSearchableDataStore()
Method is used in NewDSAction
|
protected DataStore |
MainFrame.createSerialDataStore()
Method is used in NewDSAction
|
protected DataStore |
MainFrame.openDocServiceDataStore()
Method is used in ....OpenDSAction
|
protected DataStore |
MainFrame.openSearchableDataStore()
Method is used in OpenDSAction
|
protected DataStore |
MainFrame.openSerialDataStore()
Method is used in OpenDSAction
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneDataStoreImpl |
class |
SerialDataStore
A data store based on Java serialisation.
|
Copyright © 2024 GATE. All rights reserved.