public interface IdGraphFactory
| Modifier and Type | Method and Description |
|---|---|
void |
delete(GraphUri gUri)
Delete graph if it exists
|
boolean |
exists(GraphUri gUri) |
<T extends com.tinkerpop.blueprints.KeyIndexableGraph> |
open(GraphUri gUri)
Open existing or create a new graph
|
<T extends com.tinkerpop.blueprints.KeyIndexableGraph> com.tinkerpop.blueprints.util.wrappers.id.IdGraph<T> open(GraphUri gUri)
gUri - void delete(GraphUri gUri) throws IOException
gUri - IOExceptionboolean exists(GraphUri gUri)
gUri - Copyright © 2015. All rights reserved.