Uses of Class
org.apache.jena.rdfconnection.Isolation
-
Packages that use Isolation Package Description org.apache.jena.rdfconnection -
-
Uses of Isolation in org.apache.jena.rdfconnection
Methods in org.apache.jena.rdfconnection that return Isolation Modifier and Type Method Description static IsolationIsolation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Isolation[]Isolation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.rdfconnection with parameters of type Isolation Modifier and Type Method Description static RDFConnectionRDFConnectionFactory. connect(Dataset dataset, Isolation isolation)Connect to a local (same JVM) dataset.Constructors in org.apache.jena.rdfconnection with parameters of type Isolation Constructor Description RDFConnectionLocal(Dataset dataset, Isolation isolation)
-