Package com.arcadedb.graph
Interface VertexInternal
-
- All Superinterfaces:
Document
,Identifiable
,Record
,Vertex
- All Known Implementing Classes:
ImmutableVertex
,MutableVertex
public interface VertexInternal extends Vertex
Not intended to be used by the end-user. Internal only.- Author:
- Luca Garulli ([email protected])
- See Also:
Vertex
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.arcadedb.graph.Vertex
Vertex.DIRECTION
-
-
Field Summary
-
Fields inherited from interface com.arcadedb.graph.Vertex
RECORD_TYPE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RID
getInEdgesHeadChunk()
RID
getOutEdgesHeadChunk()
void
setInEdgesHeadChunk(RID newChunk)
void
setOutEdgesHeadChunk(RID newChunk)
-
Methods inherited from interface com.arcadedb.database.Document
asDocument, asDocument, detach, get, getBinary, getBoolean, getByte, getCalendar, getDate, getDecimal, getDouble, getEmbedded, getFloat, getInstant, getInteger, getList, getLocalDate, getLocalDateTime, getLong, getMap, getPropertyNames, getShort, getString, getType, getTypeName, getZonedDateTime, has, propertiesAsMap, toJSON, toMap, toMap
-
Methods inherited from interface com.arcadedb.database.Identifiable
asEdge, asEdge, getRecord, getRecord
-
Methods inherited from interface com.arcadedb.database.Record
delete, getDatabase, getIdentity, getRecordType, reload, toJSON, toJSON
-
Methods inherited from interface com.arcadedb.graph.Vertex
asVertex, asVertex, countEdges, getEdges, getEdges, getVertices, getVertices, isConnectedTo, isConnectedTo, isConnectedTo, modify, moveToBucket, moveToType, newEdge, newLightEdge
-
-