public static interface GraphSource.Factory
GraphService
Modifier and Type | Method and Description |
---|---|
GraphSource |
createGraphSource(String routerId) |
boolean |
save(String routerId,
InputStream is)
Save the graph data, but don't load it in memory.
|
GraphSource createGraphSource(String routerId)
routerId
- Id of the router.boolean save(String routerId, InputStream is)
routerId
- the routerId of the graphis
- graph data as input streamCopyright © 2018. All rights reserved.