Class OtherGraphExporter
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.export.graph.OtherGraphExporter
-
-
Constructor Summary
Constructors Constructor Description OtherGraphExporter(Context context, Graph graph)
-
-
-
Method Detail
-
add
public void add(String key, Iterable<?> elements) throws OperationException
- Specified by:
add
in interfaceExporter
- Throws:
OperationException
-
get
public Iterable<?> get(String key) throws OperationException
- Specified by:
get
in interfaceExporter
- Throws:
OperationException
-
-