Uses of Interface
org.eclipse.rdf4j.sail.base.SailSink
-
Packages that use SailSink Package Description org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. -
-
Uses of SailSink in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement SailSink Modifier and Type Class Description classChangesetSet of changes applied to anSailSourceBranchawaiting to be flushed into its backingSailSource.Fields in org.eclipse.rdf4j.sail.base declared as SailSink Modifier and Type Field Description private SailSinkSailSourceConnection. inferredOnlySinkOutstanding inferred statements that are not yet flushed by a read operation.private SailSinkObservingSailDataset. observerTheSailSinkthat is tracking the statement patterns.private SailSinkSailSourceBranch. preparedNon-null afterSailSourceBranch.prepare(), but beforeSailSourceBranch.flush().private SailSinkSailSourceBranch. serializableNon-null when inIsolationLevels.SERIALIZABLE(or higher) mode.Fields in org.eclipse.rdf4j.sail.base with type parameters of type SailSink Modifier and Type Field Description private java.util.Map<UpdateContext,SailSink>SailSourceConnection. explicitSinksOutstanding changes that are underway, but not yet realized, by an active operation.Methods in org.eclipse.rdf4j.sail.base that return SailSink Modifier and Type Method Description SailSinkDelegatingSailSource. sink(IsolationLevel level)SailSinkSailSource. sink(IsolationLevel level)Create aSailSinkthat when when itsSailSource.flush()is called, the changes are applied to this source.SailSinkSailSourceBranch. sink(IsolationLevel level)SailSinkUnionSailSource. sink(IsolationLevel level)Methods in org.eclipse.rdf4j.sail.base with parameters of type SailSink Modifier and Type Method Description private voidSailSourceConnection. add(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts)private voidSailSourceBranch. flush(Changeset change, SailSink sink)private voidSailSourceBranch. flush(SailSink sink)private voidSailSourceBranch. prepare(Changeset change, SailSink sink)private voidSailSourceBranch. prepare(SailSink sink)private booleanSailSourceConnection. remove(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts)(package private) voidChangeset. sinkApproved(SailSink sink)(package private) voidChangeset. sinkDeprecated(SailSink sink)voidChangeset. sinkObserved(SailSink sink)Constructors in org.eclipse.rdf4j.sail.base with parameters of type SailSink Constructor Description ObservingSailDataset(SailDataset delegate, SailSink observer)Creates aIsolationLevels.SERIALIZABLESailDatasetthat tracks consistency. -
Uses of SailSink in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement SailSink Modifier and Type Class Description private classMemorySailStore.MemorySailSinkMethods in org.eclipse.rdf4j.sail.memory that return SailSink Modifier and Type Method Description SailSinkMemorySailStore.MemorySailSource. sink(IsolationLevel level)Methods in org.eclipse.rdf4j.sail.memory with parameters of type SailSink Modifier and Type Method Description voidFileIO. read(java.io.File dataFile, SailSink explicit, SailSink inferred)private voidFileIO. readNamespace(java.io.DataInputStream dataIn, SailSink store)private voidFileIO. readStatement(boolean hasContext, boolean isExplicit, java.io.DataInputStream dataIn, SailSink explicit, SailSink inferred)
-