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 DataStoreOperationStartMonitorDataStoreConnection. 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 voidServerConnection. 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.voidServerConnection. 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.voidServerConnection. 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.voidDataStoreConnection. setDataStoreOperationStartMonitor(DataStoreOperationStartMonitor dataStoreOperationStartMonitor)Sets a callback interface that will be called whenever an operation starts on this data store connection.