Uses of Interface
tech.oxfordsemantic.jrdfox.client.DataStoreOperationStartMonitor
Packages that use DataStoreOperationStartMonitor
-
Uses of DataStoreOperationStartMonitor in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return DataStoreOperationStartMonitorModifier and TypeMethodDescriptionDataStoreConnection.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 DataStoreOperationStartMonitorModifier and TypeMethodDescriptionvoidServerConnection.deleteDataStore(String dataStoreName, DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Deletes a data store with the given name from the server if the validation of the operation passes.voidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, File file, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format, DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Saves a data store into the specified binary format if the validation of the operation passes.voidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, OutputStream outputStream, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format, DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Saves a data store into the specified binary format if the validation of the operation passes.voidDataStoreConnection.setDataStoreOperationStartMonitor(DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Sets a callback interface that will be called whenever an operation starts on this data store connection.