Package org.aksw.jenax.sparql.query.rx
Class StreamUtils
java.lang.Object
org.aksw.jenax.sparql.query.rx.StreamUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classStateful collector that merges any consecutive graphs of name contained in the datasets passed to the accept method.static classstatic classAn encoder that renames a graph if it is encountered on successive encoding requests.static classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPrefixes to distinguishes consecutive different events of the same named graphstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.graph.NodedecodeDistinguished(org.apache.jena.graph.Node g) static org.apache.jena.sparql.core.QuaddecodeDistinguished(org.apache.jena.sparql.core.Quad quad) static org.apache.jena.graph.NodeencodeDistinguished(org.apache.jena.graph.Node g) static org.apache.jena.sparql.core.QuadencodeDistinguished(org.apache.jena.sparql.core.Quad quad)
-
Field Details
-
DISTINGUISHED_PREFIX
Prefixes to distinguishes consecutive different events of the same named graph- See Also:
-
DISTINGUISHED_PREFIX_LENGTH
public static final int DISTINGUISHED_PREFIX_LENGTH
-
-
Constructor Details
-
StreamUtils
public StreamUtils()
-
-
Method Details
-
encodeDistinguished
public static org.apache.jena.graph.Node encodeDistinguished(org.apache.jena.graph.Node g) -
encodeDistinguished
public static org.apache.jena.sparql.core.Quad encodeDistinguished(org.apache.jena.sparql.core.Quad quad) -
decodeDistinguished
public static org.apache.jena.graph.Node decodeDistinguished(org.apache.jena.graph.Node g) -
decodeDistinguished
public static org.apache.jena.sparql.core.Quad decodeDistinguished(org.apache.jena.sparql.core.Quad quad)
-