class DiffGraphBuilder extends overflowdb.BatchedUpdate.DiffGraphBuilder
Domain-specific version of diffgraph builder. This is to allow schema checking before diffgraph application in the future, as well as a schema-aware point for providing backwards compatibility in odbv2.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiffGraphBuilder
- DiffGraphBuilder
- DiffOrBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DiffGraphBuilder()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def absorb(other: overflowdb.BatchedUpdate.DiffGraphBuilder): DiffGraphBuilder.this.type
- Definition Classes
- DiffGraphBuilder → DiffGraphBuilder
- def addEdge(src: NodeOrDetachedNode, dst: NodeOrDetachedNode, label: String, properties: Any*): DiffGraphBuilder.this.type
- def addEdge(src: NodeOrDetachedNode, dst: NodeOrDetachedNode, label: String): DiffGraphBuilder.this.type
- Definition Classes
- DiffGraphBuilder → DiffGraphBuilder
- def addEdge(arg0: NodeOrDetachedNode, arg1: NodeOrDetachedNode, arg2: String, arg3: <repeated...>[AnyRef]): overflowdb.BatchedUpdate.DiffGraphBuilder
- Definition Classes
- DiffGraphBuilder
- Annotations
- @transient()
- def addNode(label: String, keyvalues: Any*): DiffGraphBuilder.this.type
- def addNode(node: DetachedNodeData): DiffGraphBuilder.this.type
- Definition Classes
- DiffGraphBuilder → DiffGraphBuilder
- def addNode(arg0: String, arg1: <repeated...>[AnyRef]): overflowdb.BatchedUpdate.DiffGraphBuilder
- Definition Classes
- DiffGraphBuilder
- Annotations
- @transient()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(): DiffGraph
- Definition Classes
- DiffGraphBuilder
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator(): Iterator[Change]
- Definition Classes
- DiffGraphBuilder → DiffOrBuilder
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def removeEdge(edge: Edge): DiffGraphBuilder.this.type
- Definition Classes
- DiffGraphBuilder → DiffGraphBuilder
- def removeNode(node: Node): DiffGraphBuilder.this.type
- Definition Classes
- DiffGraphBuilder → DiffGraphBuilder
- def setNodeProperty(node: Node, label: String, property: Any): DiffGraphBuilder.this.type
- Definition Classes
- DiffGraphBuilder → DiffGraphBuilder
- def size(): Int
- Definition Classes
- DiffGraphBuilder → DiffOrBuilder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()