
public final class MapKeyValueGraphFactory extends AbstractKeyValueGraphFactory implements GraphFactory
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_SUPPORT_GET_CONTEXTNODES |
static boolean |
DEFAULT_SUPPORT_GET_RELATIONS |
| Constructor and Description |
|---|
MapKeyValueGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
MapFactory |
getMapFactory() |
SetFactory |
getSetFactory() |
protected KeyValueStore |
openKeyValueStore(String identifier)
This must be overridden by subclasses to instantiate the key/value store.
|
void |
setMapFactory(MapFactory mapFactory) |
void |
setSetFactory(SetFactory setFactory) |
getSupportGetContextNodes, getSupportGetRelations, openGraph, setSupportGetContextNodes, setSupportGetRelationsloadGraph, loadGraph, loadGraph, openGraph, parseGraph, parseGraph, parseGraphclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadGraph, loadGraph, loadGraph, openGraph, openGraph, parseGraph, parseGraph, parseGraphpublic static final boolean DEFAULT_SUPPORT_GET_CONTEXTNODES
public static final boolean DEFAULT_SUPPORT_GET_RELATIONS
protected KeyValueStore openKeyValueStore(String identifier) throws IOException
AbstractKeyValueGraphFactoryopenKeyValueStore in class AbstractKeyValueGraphFactoryidentifier - An optional identifier to distinguish key/value stores from one another.IOExceptionpublic MapFactory getMapFactory()
public void setMapFactory(MapFactory mapFactory)
public SetFactory getSetFactory()
public void setSetFactory(SetFactory setFactory)
Copyright © 2017. All rights reserved.