eu.ostrzyciel.jelly.core.proto.v1

Members list

Concise view

Type members

Classlikes

final case class RdfDatatypeEntry(id: Int, value: String) extends GeneratedMessage

Attributes

id

1-based

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfDatatypeEntry extends GeneratedMessageCompanion[RdfDatatypeEntry]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfDatatypeEntry]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfDefaultGraph() extends GeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfDefaultGraph extends GeneratedMessageCompanion[RdfDefaultGraph]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfDefaultGraph]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfGraph(graph: Graph) extends GeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfGraph extends GeneratedMessageCompanion[RdfGraph]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfGraph]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfGraphEnd() extends GeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfGraphEnd extends GeneratedMessageCompanion[RdfGraphEnd]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfGraphEnd]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfGraphStart(graph: RdfGraph) extends GeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfGraphStart extends GeneratedMessageCompanion[RdfGraphStart]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfGraphStart]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfIri(prefixId: Int, nameId: Int) extends GeneratedMessage

=== Rdf Terms ===

=== Rdf Terms ===

Attributes

prefixId

Either of these can be zero if the prefix or the suffix are not used.

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfIri extends GeneratedMessageCompanion[RdfIri]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfIri]
trait Serializable
class Object
trait Matchable
class Any
Self type
RdfIri.type
final case class RdfLiteral(lex: String, literalKind: LiteralKind) extends GeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfLiteral extends GeneratedMessageCompanion[RdfLiteral]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfLiteral]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfNameEntry(id: Int, value: String) extends GeneratedMessage

Attributes

id

1-based

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfNameEntry extends GeneratedMessageCompanion[RdfNameEntry]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfNameEntry]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfPrefixEntry(id: Int, value: String) extends GeneratedMessage

Attributes

id

1-based

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfPrefixEntry extends GeneratedMessageCompanion[RdfPrefixEntry]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfPrefixEntry]
trait Serializable
class Object
trait Matchable
class Any
Self type
object RdfProto extends GeneratedFileObject

Attributes

Graph
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
final case class RdfQuad(s: RdfTerm, p: RdfTerm, o: RdfTerm, g: RdfGraph) extends GeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfQuad extends GeneratedMessageCompanion[RdfQuad]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfQuad]
trait Serializable
class Object
trait Matchable
class Any
Self type
RdfQuad.type
final case class RdfRepeat() extends GeneratedMessage

TODO: compare size & perf of empty message vs simple value (bool)

TODO: compare size & perf of empty message vs simple value (bool)

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfRepeat extends GeneratedMessageCompanion[RdfRepeat]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfRepeat]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfStreamFrame(rows: Seq[RdfStreamRow]) extends GeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfStreamFrame extends GeneratedMessageCompanion[RdfStreamFrame]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfStreamFrame]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfStreamOptions(streamName: String, streamType: RdfStreamType, generalizedStatements: Boolean, useRepeat: Boolean, maxNameTableSize: Int, maxPrefixTableSize: Int, maxDatatypeTableSize: Int) extends GeneratedMessage

Attributes

generalizedStatements

Whether the stream may contain generalized triples, quads, or datasets

maxNameTableSize

Prefix tables

streamName

Name of the stream (completely optional). This may be used for, e.g., topic names in a pub/sub system.

streamType

Type of the stream (required)

useRepeat

Whether RdfRepeat will be used

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfStreamOptions extends GeneratedMessageCompanion[RdfStreamOptions]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfStreamOptions]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfStreamRow(row: Row) extends GeneratedMessage

=== Streams ===

=== Streams ===

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfStreamRow extends GeneratedMessageCompanion[RdfStreamRow]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfStreamRow]
trait Serializable
class Object
trait Matchable
class Any
Self type
sealed abstract class RdfStreamType(val value: Int) extends GeneratedEnum

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object RdfStreamType extends GeneratedEnumCompanion[RdfStreamType]

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[RdfStreamType]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class RdfTerm(term: Term) extends GeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfTerm extends GeneratedMessageCompanion[RdfTerm]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfTerm]
trait Serializable
class Object
trait Matchable
class Any
Self type
RdfTerm.type
final case class RdfTriple(s: RdfTerm, p: RdfTerm, o: RdfTerm) extends GeneratedMessage

=== Triples, quads, graphs ===

=== Triples, quads, graphs ===

Attributes

Companion:
object
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RdfTriple extends GeneratedMessageCompanion[RdfTriple]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfTriple]
trait Serializable
class Object
trait Matchable
class Any
Self type