Uses of Interface
tech.oxfordsemantic.jrdfox.client.DataStoreOperationStartMonitor
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of DataStoreOperationStartMonitor in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return DataStoreOperationStartMonitor Modifier and Type Method Description DataStoreOperationStartMonitor
DataStoreConnection. getDataStoreOperationStartMonitor()
Returns the current callback interface that will be called whenever an operation starts on this data store connection.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type DataStoreOperationStartMonitor Modifier and Type Method Description void
ServerConnection. deleteDataStore(java.lang.String dataStoreName, DataStoreOperationStartMonitor dataStoreOperationStartMonitor)
Deletes a data store with the given name from the server if the validation of the operation passes.void
ServerConnection. saveDataStoreToBinaryFormat(java.lang.String dataStoreName, java.io.File file, java.lang.String encryptionAlgorithm, java.lang.String encryptionKey, BinaryDataStoreFormat format, DataStoreOperationStartMonitor dataStoreOperationStartMonitor)
Saves a data store into the specified binary format if the validation of the operation passes.void
ServerConnection. saveDataStoreToBinaryFormat(java.lang.String dataStoreName, java.io.OutputStream outputStream, java.lang.String encryptionAlgorithm, java.lang.String encryptionKey, BinaryDataStoreFormat format, DataStoreOperationStartMonitor dataStoreOperationStartMonitor)
Saves a data store into the specified binary format if the validation of the operation passes.void
DataStoreConnection. setDataStoreOperationStartMonitor(DataStoreOperationStartMonitor dataStoreOperationStartMonitor)
Sets a callback interface that will be called whenever an operation starts on this data store connection.