Uses of Enum
org.apache.jena.rdfconnection.Isolation
Packages that use Isolation
-
Uses of Isolation in org.apache.jena.rdfconnection
Methods in org.apache.jena.rdfconnection that return IsolationModifier and TypeMethodDescriptionstatic IsolationReturns 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 IsolationModifier and TypeMethodDescriptionstatic RDFConnectionConnect to a local (same JVM) dataset.static RDFConnectionDeprecated.Constructors in org.apache.jena.rdfconnection with parameters of type IsolationModifierConstructorDescriptionRDFConnectionLocal(Dataset dataset, Isolation isolation) Deprecated. -
Uses of Isolation in org.apache.jena.rdflink
Methods in org.apache.jena.rdflink with parameters of type IsolationModifier and TypeMethodDescriptionstatic RDFLinkRDFLink.connect(DatasetGraph dataset, Isolation isolation) Connect to a local (same JVM) dataset.static RDFLinkRDFLinkDatasetBuilder.connect(DatasetGraph dsg, Isolation isolation) static RDFLinkRDFLinkFactory.connect(DatasetGraph dataset, Isolation isolation) Connect to a local (same JVM) dataset.
RDFConnection.connect(Dataset, Isolation).