How to delete graph in Titan with Cassandra storage backend?

前端 未结 4 1187
醉话见心
醉话见心 2021-02-14 19:24

I use Titan 0.4.0 All, running Rexster in shared VM mode on Ubuntu 12.04.

How could I properly delete a graph in Titan which is using the Cassandra storage backend?

4条回答
  •  忘了有多久
    2021-02-14 19:52

    For the continuation of Titan called JanusGraph, the command is JanusGraphFactory.clear(graph) but is soon to be JanusGraphCleanup.clear(graph).

提交回复
热议问题