public final class IdGraphFactoryTinker extends Object implements IdGraphFactory
| Constructor and Description |
|---|
IdGraphFactoryTinker() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(GraphUri gUri)
Delete graph if it exists
|
boolean |
exists(GraphUri gUri) |
com.tinkerpop.blueprints.util.wrappers.id.IdGraph<com.tinkerpop.blueprints.impls.tg.TinkerGraph> |
open(GraphUri gUri)
Open existing or create a new graph
|
static void |
register() |
public static void register()
public com.tinkerpop.blueprints.util.wrappers.id.IdGraph<com.tinkerpop.blueprints.impls.tg.TinkerGraph> open(GraphUri gUri)
IdGraphFactoryopen in interface IdGraphFactorypublic void delete(GraphUri gUri) throws IOException
IdGraphFactorydelete in interface IdGraphFactoryIOExceptionpublic boolean exists(GraphUri gUri)
exists in interface IdGraphFactoryCopyright © 2015. All rights reserved.