public abstract class GraphMetadataStore extends Object
| Constructor and Description |
|---|
GraphMetadataStore() |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<GraphMetadataEntry> |
getMetadata() |
Object |
getMetadata(String key) |
Iterable<GraphMetadataEntry> |
getMetadataWithPrefix(String prefix) |
abstract void |
setMetadata(String key,
Object value) |
public abstract Iterable<GraphMetadataEntry> getMetadata()
public Iterable<GraphMetadataEntry> getMetadataWithPrefix(String prefix)
Copyright © 2014–2017. All rights reserved.