Uses of Class
tech.oxfordsemantic.jrdfox.client.BinaryDataStoreFormat
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client |
-
Uses of BinaryDataStoreFormat in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return BinaryDataStoreFormat Modifier and Type Method Description static BinaryDataStoreFormatBinaryDataStoreFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BinaryDataStoreFormat[]BinaryDataStoreFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type BinaryDataStoreFormat Modifier and Type Method Description voidServerConnection. saveDataStoreToBinaryFormat(java.lang.String dataStoreName, java.io.File file, java.lang.String encryptionAlgorithm, java.lang.String encryptionKey, BinaryDataStoreFormat format)Saves a data store into the specified binary format.voidServerConnection. saveDataStoreToBinaryFormat(java.lang.String dataStoreName, java.io.OutputStream outputStream, java.lang.String encryptionAlgorithm, java.lang.String encryptionKey, BinaryDataStoreFormat format)Saves a data store into the specified binary format.voidServerConnection. saveDataStoreToBinaryFormat(java.lang.String dataStoreName, java.lang.String expectedDataStoreUniqueID, long expectedDataStoreVersion, java.io.File file, java.lang.String encryptionAlgorithm, java.lang.String encryptionKey, BinaryDataStoreFormat format)Saves a data store into the specified binary format if the data store's unique ID and version match the expected values.voidServerConnection. saveDataStoreToBinaryFormat(java.lang.String dataStoreName, java.lang.String expectedDataStoreUniqueID, long expectedDataStoreVersion, java.io.OutputStream outputStream, java.lang.String encryptionAlgorithm, java.lang.String encryptionKey, BinaryDataStoreFormat format)Saves a data store into the specified binary format if the data store's unique ID and version match the expected values.