java.lang.Object
org.apache.jena.fuseki.system.spot.TDBOps
Operations related to TDB1 and TDB2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Check whether a location is a TDB1 database, performing some validation checks.static void
Check whether a location is a TDB2 database, performing some validation checks.static boolean
Test to see is a location appears to be a TDB1 database, or a database can be created at the pathname.static boolean
Test to see is a location appears to be a TDB2 database, or a database can be created at the pathname.
-
Constructor Details
-
TDBOps
public TDBOps()
-
-
Method Details
-
isTDB1
Test to see is a location appears to be a TDB1 database, or a database can be created at the pathname. -
checkTDB1
Check whether a location is a TDB1 database, performing some validation checks. Throw an exception if invalid. This check passes if a database can be created at the location (i.e. it is empty or does not exist yet). Validation is of the file structure, not the database contents. -
isTDB2
Test to see is a location appears to be a TDB2 database, or a database can be created at the pathname. -
checkTDB2
Check whether a location is a TDB2 database, performing some validation checks. Throw an exception if invalid. This check passes if a database can be created at the location (i.e. it is empty or does not exist yet). Validation is of the file structure, not the database contents.
-