Packages

class MemberDb extends OverflowDbNode with StoredNode with Declaration with AstNode with MemberBase

Linear Supertypes
MemberBase, HasTypeFullName, HasCode, AstNode, AstNodeBase, Declaration, DeclarationBase, HasName, StoredNode, Node, Product, Equals, OverflowDbNode, Vertex, Host, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemberDb
  2. MemberBase
  3. HasTypeFullName
  4. HasCode
  5. AstNode
  6. AstNodeBase
  7. Declaration
  8. DeclarationBase
  9. HasName
  10. StoredNode
  11. Node
  12. Product
  13. Equals
  14. OverflowDbNode
  15. Vertex
  16. Host
  17. Element
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MemberDb(ref: VertexRef[Vertex])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accept[T](visitor: NodeVisitor[T]): T
    Definition Classes
    Node
  5. def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    OverflowDbNode → Vertex
    Annotations
    @transient()
  6. def allowedEdgeKeys(edgeLabel: String): List[String]
    Definition Classes
    MemberDb → OverflowDbNode
  7. def allowedInEdgeLabels(): Array[String]
    Definition Classes
    MemberDb → OverflowDbNode
  8. def allowedOutEdgeLabels(): Array[String]
    Definition Classes
    MemberDb → OverflowDbNode
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asStored: StoredNode
    Definition Classes
    MemberBase
  11. def blockOffsetToOccurrence(direction: Direction, label: String, otherVertex: VertexRef[OverflowDbNode], blockOffset: Int): Int
    Definition Classes
    OverflowDbNode
  12. def canEqual(that: Any): Boolean
    Definition Classes
    MemberDb → Equals
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def code(): String
    Definition Classes
    MemberDbHasCode
  15. def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    OverflowDbNode → Vertex
    Annotations
    @transient()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getAdjacentVerticesWithProperties(): Array[AnyRef]
    Definition Classes
    OverflowDbNode
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getEdgeKeyCount(edgeLabel: String): Int
    Definition Classes
    MemberDb → OverflowDbNode
  22. def getEdgeOffsets(): Array[Int]
    Definition Classes
    OverflowDbNode
  23. def getEdgeProperties[V](arg0: Direction, arg1: OverflowDbEdge, arg2: Int, arg3: <repeated...>[String]): Iterator[Property[V]]
    Definition Classes
    OverflowDbNode
    Annotations
    @transient()
  24. def getEdgeProperty[V](direction: Direction, edge: OverflowDbEdge, blockOffset: Int, key: String): Property[V]
    Definition Classes
    OverflowDbNode
  25. def getId: Long
    Definition Classes
    StoredNode
  26. def getOffsetRelativeToAdjacentVertexRef(edgeLabel: String, key: String): Int
    Definition Classes
    MemberDb → OverflowDbNode
  27. def getPositionInEdgeOffsets(direction: Direction, edgeLabel: String): Int
    Definition Classes
    MemberDb → OverflowDbNode
  28. def graph(): Graph
    Definition Classes
    OverflowDbNode → Element
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def id(): AnyRef
    Definition Classes
    OverflowDbNode → Element
  31. def instantiateDummyEdge(label: String, outVertex: VertexRef[OverflowDbNode], inVertex: VertexRef[OverflowDbNode]): OverflowDbEdge
    Attributes
    protected[org.apache.tinkerpop.gremlin.tinkergraph.structure]
    Definition Classes
    OverflowDbNode
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def keys(): Set[String]
    Definition Classes
    OverflowDbNode → Element
  34. def label(): String
    Definition Classes
    MemberDb → Element
  35. def name(): String
    Definition Classes
    MemberDbHasName
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def occurrenceToBlockOffset(direction: Direction, label: String, otherVertex: VertexRef[OverflowDbNode], occurrence: Int): Int
    Definition Classes
    OverflowDbNode
  40. def productArity: Int
    Definition Classes
    MemberDb → Product
  41. def productElement(n: Int): Any
    Definition Classes
    MemberDb → Product
  42. def productIterator: Iterator[Any]
    Definition Classes
    Product
  43. def productPrefix: String
    Definition Classes
    MemberDb → Product
  44. def properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    OverflowDbNode → Vertex → Element
    Annotations
    @transient()
  45. def property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    OverflowDbNode → Vertex
    Annotations
    @transient()
  46. def property[V](key: String): VertexProperty[V]
    Definition Classes
    OverflowDbNode → Vertex → Element
  47. def property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  48. def property[V](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  49. def remove(): Unit
    Definition Classes
    OverflowDbNode → Element
  50. def removeProperty(key: String): Unit
    Definition Classes
    OverflowDbNode
  51. def removeSpecificProperty(key: String): Unit
    Attributes
    protected
    Definition Classes
    MemberDb → OverflowDbNode
  52. def setAdjacentVerticesWithProperties(adjacentVerticesWithProperties: Array[AnyRef]): Unit
    Definition Classes
    OverflowDbNode
  53. def setEdgeOffsets(edgeOffsets: Array[Int]): Unit
    Definition Classes
    OverflowDbNode
  54. def setEdgeProperty[V](direction: Direction, edgeLabel: String, key: String, value: V, blockOffset: Int): Unit
    Definition Classes
    OverflowDbNode
  55. def specificKeys(): Set[String]
    Definition Classes
    MemberDb → OverflowDbNode
  56. def specificProperties[A](key: String): Iterator[VertexProperty[A]]
    Attributes
    protected
    Definition Classes
    MemberDb → OverflowDbNode
  57. def specificProperty[A](key: String): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    MemberDb → OverflowDbNode
  58. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  59. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. def typeFullName(): String
    Definition Classes
    MemberDbHasTypeFullName
  62. def underlying: Vertex
    Definition Classes
    StoredNode
  63. def updateSpecificProperty[A](cardinality: Cardinality, key: String, value: A): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    MemberDb → OverflowDbNode
  64. def value[V](key: String): V
    Definition Classes
    Element
    Annotations
    @throws( ... )
  65. def valueMap: Map[String, AnyRef]
    Definition Classes
    MemberDbStoredNode → OverflowDbNode
  66. def values[V](arg0: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  67. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    OverflowDbNode → Vertex
    Annotations
    @transient()
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from MemberBase

Inherited from HasTypeFullName

Inherited from HasCode

Inherited from AstNode

Inherited from AstNodeBase

Inherited from Declaration

Inherited from DeclarationBase

Inherited from HasName

Inherited from StoredNode

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from OverflowDbNode

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped