Uses of Class
org.apache.jena.rdfconnection.Isolation
-
Packages that use Isolation Package Description org.apache.jena.rdfconnection org.apache.jena.rdflink -
-
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 RDFConnectionRDFConnection. connect(Dataset dataset, Isolation isolation)Connect to a local (same JVM) dataset.static RDFConnectionRDFConnectionFactory. connect(Dataset dataset, Isolation isolation)Deprecated.Constructors in org.apache.jena.rdfconnection with parameters of type Isolation Constructor Description RDFConnectionLocal(Dataset dataset, Isolation isolation)Deprecated. -
Uses of Isolation in org.apache.jena.rdflink
Methods in org.apache.jena.rdflink with parameters of type Isolation Modifier and Type Method Description static RDFLinkRDFLinkDatasetBuilder. connect(DatasetGraph dsg, Isolation isolation)static RDFLinkRDFLinkFactory. connect(DatasetGraph dataset, Isolation isolation)Connect to a local (same JVM) dataset.RDFLinkDatasetBuilderRDFLinkDatasetBuilder. isolation(Isolation isolation)
-