Interface ComputeAdminConnection
-
- All Superinterfaces:
AdminConnection
,java.lang.AutoCloseable
public interface ComputeAdminConnection extends AdminConnection
Connection for importing files and virtual graphs via external compute
-
-
Field Summary
-
Fields inherited from interface com.complexible.stardog.api.admin.AdminConnection
NO_TIMEOUT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
importFile(java.lang.String theDatabase, java.lang.String mappingsString, java.util.Properties properties, java.lang.String theNamedGraph, java.lang.String theInputFile, VirtualGraphAdminConnection.InputFileType fileType, java.lang.String theComputeSource)
void
importGraph(java.lang.String theDatabase, java.lang.String theDataSource, java.util.Properties theDatasourceOptions, java.lang.String theMappings, java.lang.String theNamedGraph, java.lang.String thePartitionColumn, java.lang.String theComputeSource, boolean theRemoveAll)
-
Methods inherited from interface com.complexible.stardog.api.admin.AdminConnection
as, backup, backup, backup, backup, backupAll, builder, changeEncryptionPassword, checkpoint, close, createNewEncryptionKey, currentStatus, currentStatus, disableEncryption, disk, drop, fileKeyList, generateDiagnosticReport, get, get, getPermissionManager, getProcessManager, getProperty, getQueryManager, getRoleManager, getStoredFunctions, getStoredQueries, getTokenManager, getUserManager, isOpen, list, newDatabase, offline, offline, online, optimize, optimize, removeEncryptionPassword, repair, restore, restore, set, setEncryptionPassword, setProperty, shutdown, verify
-
-
-
-
Method Detail
-
importGraph
void importGraph(java.lang.String theDatabase, @Nullable java.lang.String theDataSource, java.util.Properties theDatasourceOptions, java.lang.String theMappings, java.lang.String theNamedGraph, java.lang.String thePartitionColumn, @Nullable java.lang.String theComputeSource, boolean theRemoveAll)
-
importFile
void importFile(java.lang.String theDatabase, java.lang.String mappingsString, java.util.Properties properties, java.lang.String theNamedGraph, java.lang.String theInputFile, VirtualGraphAdminConnection.InputFileType fileType, java.lang.String theComputeSource)
-
-