Class CreateDestinationVertexAndEdgeAsyncTask

  • All Implemented Interfaces:
    DatabaseAsyncTask

    public class CreateDestinationVertexAndEdgeAsyncTask
    extends CreateEdgeAsyncTask
    Asynchronous Task that creates the destination vertex and the edge that connects it to the existent source vertex.
    • Constructor Detail

      • CreateDestinationVertexAndEdgeAsyncTask

        public CreateDestinationVertexAndEdgeAsyncTask​(RID sourceVertex,
                                                       String destinationVertexType,
                                                       String[] destinationVertexAttributeNames,
                                                       Object[] destinationVertexAttributeValues,
                                                       String edgeType,
                                                       Object[] edgeAttributes,
                                                       boolean bidirectional,
                                                       boolean light,
                                                       NewEdgeCallback callback)