This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #271 from eclipse/issues/GH-619-public-api
Public API clarifications for SHACL, native store and other storage modules
- Loading branch information
Showing
24 changed files
with
181 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
memory/src/main/java/org/eclipse/rdf4j/sail/memory/model/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@Deprecated | ||
@InternalUseOnly | ||
/** | ||
* MemoryStore-specific implementations of the core RDF model objects. | ||
* | ||
* @deprecated since 3.0. This feature is for internal use only: its existence, signature or behavior may change without | ||
* warning from one release to the next. | ||
*/ | ||
package org.eclipse.rdf4j.sail.memory.model; | ||
|
||
import org.eclipse.rdf4j.common.annotation.InternalUseOnly; |
5 changes: 0 additions & 5 deletions
5
memory/src/main/java/org/eclipse/rdf4j/sail/memory/model/package.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/btree/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@Deprecated | ||
@InternalUseOnly | ||
/** | ||
* B-Tree on disk implementation. | ||
* | ||
* @deprecated since 3.0. This package is for internal use only: its existence, signature or behavior may change without | ||
* warning from one release to the next. | ||
*/ | ||
package org.eclipse.rdf4j.sail.nativerdf.btree; | ||
|
||
import org.eclipse.rdf4j.common.annotation.InternalUseOnly; |
11 changes: 11 additions & 0 deletions
11
nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/datastore/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@Deprecated | ||
@InternalUseOnly | ||
/** | ||
* File and data storage functionality. | ||
* | ||
* @deprecated Since 3.0. This package is for internal use only: its existence, signature or behavior may change without | ||
* warning from one release to the next. | ||
*/ | ||
package org.eclipse.rdf4j.sail.nativerdf.datastore; | ||
|
||
import org.eclipse.rdf4j.common.annotation.InternalUseOnly; |
11 changes: 11 additions & 0 deletions
11
nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/model/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@Deprecated | ||
@InternalUseOnly | ||
/** | ||
* Native implementations of the RDF Model interfaces. | ||
* | ||
* @deprecated since 3.0. This package is for internal use only: its existence, signature or behavior may change without | ||
* warning from one release to the next. | ||
*/ | ||
package org.eclipse.rdf4j.sail.nativerdf.model; | ||
|
||
import org.eclipse.rdf4j.common.annotation.InternalUseOnly; |
4 changes: 4 additions & 0 deletions
4
repository-dataset/src/main/java/org/eclipse/rdf4j/repository/dataset/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* A repository wrapper which supports auto-loading of datasets specified in a query. | ||
*/ | ||
package org.eclipse.rdf4j.repository.dataset; |
5 changes: 0 additions & 5 deletions
5
repository-dataset/src/main/java/org/eclipse/rdf4j/repository/dataset/package.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
sail-model/src/main/java/org/eclipse/rdf4j/sail/model/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@Deprecated | ||
@InternalUseOnly | ||
/** | ||
* | ||
* @deprecated since 3.0. This package is for internal use only: its existence, signature or behavior may change without | ||
* warning from one release to the next. | ||
*/ | ||
package org.eclipse.rdf4j.sail.model; | ||
|
||
import org.eclipse.rdf4j.common.annotation.InternalUseOnly; |
9 changes: 9 additions & 0 deletions
9
shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/AST/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@Deprecated | ||
@InternalUseOnly | ||
/** | ||
* @deprecated since 3.0. This feature is for internal use only: its existence, signature or behavior may change without | ||
* warning from one release to the next. | ||
*/ | ||
package org.eclipse.rdf4j.sail.shacl.AST; | ||
|
||
import org.eclipse.rdf4j.common.annotation.InternalUseOnly; |
17 changes: 17 additions & 0 deletions
17
shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/CloseablePeakableIteration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/GlobalValidationExecutionLogging.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters