Uses of Class
tech.oxfordsemantic.jrdfox.client.DataStoreInfo
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of DataStoreInfo in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return DataStoreInfo Modifier and Type Method Description DataStoreInfo
ServerConnection. describeDataStore(java.lang.String dataStoreName)
Returns information about the data store with the given name.Methods in tech.oxfordsemantic.jrdfox.client that return types with arguments of type DataStoreInfo Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Optional<DataStoreInfo>>
ServerConnection. listDataStores()
Returns the list of data stores available at the connected server.