class MemberDb extends OverflowDbNode with StoredNode with Declaration with AstNode with MemberBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MemberDb
- MemberBase
- HasTypeFullName
- HasCode
- AstNode
- AstNodeBase
- Declaration
- DeclarationBase
- HasName
- StoredNode
- Node
- Product
- Equals
- OverflowDbNode
- Vertex
- Host
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MemberDb(ref: VertexRef[Vertex])
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
accept[T](visitor: NodeVisitor[T]): T
- Definition Classes
- Node
-
def
addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
- Definition Classes
- OverflowDbNode → Vertex
- Annotations
- @transient()
-
def
allowedEdgeKeys(edgeLabel: String): List[String]
- Definition Classes
- MemberDb → OverflowDbNode
-
def
allowedInEdgeLabels(): Array[String]
- Definition Classes
- MemberDb → OverflowDbNode
-
def
allowedOutEdgeLabels(): Array[String]
- Definition Classes
- MemberDb → OverflowDbNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asStored: StoredNode
- Definition Classes
- MemberBase
-
def
blockOffsetToOccurrence(direction: Direction, label: String, otherVertex: VertexRef[OverflowDbNode], blockOffset: Int): Int
- Definition Classes
- OverflowDbNode
-
def
canEqual(that: Any): Boolean
- Definition Classes
- MemberDb → Equals
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def code(): String
-
def
edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
- Definition Classes
- OverflowDbNode → Vertex
- Annotations
- @transient()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAdjacentVerticesWithProperties(): Array[AnyRef]
- Definition Classes
- OverflowDbNode
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getEdgeKeyCount(edgeLabel: String): Int
- Definition Classes
- MemberDb → OverflowDbNode
-
def
getEdgeOffsets(): Array[Int]
- Definition Classes
- OverflowDbNode
-
def
getEdgeProperties[V](arg0: Direction, arg1: OverflowDbEdge, arg2: Int, arg3: <repeated...>[String]): Iterator[Property[V]]
- Definition Classes
- OverflowDbNode
- Annotations
- @transient()
-
def
getEdgeProperty[V](direction: Direction, edge: OverflowDbEdge, blockOffset: Int, key: String): Property[V]
- Definition Classes
- OverflowDbNode
-
def
getId: Long
- Definition Classes
- StoredNode
-
def
getOffsetRelativeToAdjacentVertexRef(edgeLabel: String, key: String): Int
- Definition Classes
- MemberDb → OverflowDbNode
-
def
getPositionInEdgeOffsets(direction: Direction, edgeLabel: String): Int
- Definition Classes
- MemberDb → OverflowDbNode
-
def
graph(): Graph
- Definition Classes
- OverflowDbNode → Element
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
id(): AnyRef
- Definition Classes
- OverflowDbNode → Element
-
def
instantiateDummyEdge(label: String, outVertex: VertexRef[OverflowDbNode], inVertex: VertexRef[OverflowDbNode]): OverflowDbEdge
- Attributes
- protected[org.apache.tinkerpop.gremlin.tinkergraph.structure]
- Definition Classes
- OverflowDbNode
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keys(): Set[String]
- Definition Classes
- OverflowDbNode → Element
-
def
label(): String
- Definition Classes
- MemberDb → Element
- def name(): String
-
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
occurrenceToBlockOffset(direction: Direction, label: String, otherVertex: VertexRef[OverflowDbNode], occurrence: Int): Int
- Definition Classes
- OverflowDbNode
-
def
productArity: Int
- Definition Classes
- MemberDb → Product
-
def
productElement(n: Int): Any
- Definition Classes
- MemberDb → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- MemberDb → Product
-
def
properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
- Definition Classes
- OverflowDbNode → Vertex → Element
- Annotations
- @transient()
-
def
property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- OverflowDbNode → Vertex
- Annotations
- @transient()
-
def
property[V](key: String): VertexProperty[V]
- Definition Classes
- OverflowDbNode → Vertex → Element
-
def
property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- Vertex
- Annotations
- @transient()
-
def
property[V](key: String, value: V): VertexProperty[V]
- Definition Classes
- Vertex → Element
-
def
remove(): Unit
- Definition Classes
- OverflowDbNode → Element
-
def
removeProperty(key: String): Unit
- Definition Classes
- OverflowDbNode
-
def
removeSpecificProperty(key: String): Unit
- Attributes
- protected
- Definition Classes
- MemberDb → OverflowDbNode
-
def
setAdjacentVerticesWithProperties(adjacentVerticesWithProperties: Array[AnyRef]): Unit
- Definition Classes
- OverflowDbNode
-
def
setEdgeOffsets(edgeOffsets: Array[Int]): Unit
- Definition Classes
- OverflowDbNode
-
def
setEdgeProperty[V](direction: Direction, edgeLabel: String, key: String, value: V, blockOffset: Int): Unit
- Definition Classes
- OverflowDbNode
-
def
specificKeys(): Set[String]
- Definition Classes
- MemberDb → OverflowDbNode
-
def
specificProperties[A](key: String): Iterator[VertexProperty[A]]
- Attributes
- protected
- Definition Classes
- MemberDb → OverflowDbNode
-
def
specificProperty[A](key: String): VertexProperty[A]
- Attributes
- protected
- Definition Classes
- MemberDb → OverflowDbNode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toMap: Map[String, Any]
- Definition Classes
- StoredNode
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
typeFullName(): String
- Definition Classes
- MemberDb → HasTypeFullName
-
def
underlying: Vertex
- Definition Classes
- StoredNode
-
def
updateSpecificProperty[A](cardinality: Cardinality, key: String, value: A): VertexProperty[A]
- Attributes
- protected
- Definition Classes
- MemberDb → OverflowDbNode
-
def
value[V](key: String): V
- Definition Classes
- Element
- Annotations
- @throws( ... )
-
def
valueMap: Map[String, AnyRef]
- Definition Classes
- MemberDb → StoredNode → OverflowDbNode
-
def
values[V](arg0: <repeated...>[String]): Iterator[V]
- Definition Classes
- Element
- Annotations
- @transient()
-
def
vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
- Definition Classes
- OverflowDbNode → Vertex
- Annotations
- @transient()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )