Uses of Class
uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph.Builder
-
Packages that use ExportToOtherGraph.Builder Package Description uk.gov.gchq.gaffer.operation.export.graph Implementations of operations for exporting results from Gaffer to another Gaffer graph. -
-
Uses of ExportToOtherGraph.Builder in uk.gov.gchq.gaffer.operation.export.graph
Methods in uk.gov.gchq.gaffer.operation.export.graph that return ExportToOtherGraph.Builder Modifier and Type Method Description ExportToOtherGraph.BuilderExportToOtherGraph.Builder. graphId(String graphId)ExportToOtherGraph.BuilderExportToOtherGraph.Builder. parentSchemaIds(String... parentSchemaIds)ExportToOtherGraph.BuilderExportToOtherGraph.Builder. parentStorePropertiesId(String parentStorePropertiesId)ExportToOtherGraph.BuilderExportToOtherGraph.Builder. schema(Schema schema)ExportToOtherGraph.BuilderExportToOtherGraph.Builder. storeProperties(StoreProperties storeProperties)
-