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.Builder
ExportToOtherGraph.Builder. graphId(String graphId)
ExportToOtherGraph.Builder
ExportToOtherGraph.Builder. parentSchemaIds(String... parentSchemaIds)
ExportToOtherGraph.Builder
ExportToOtherGraph.Builder. parentStorePropertiesId(String parentStorePropertiesId)
ExportToOtherGraph.Builder
ExportToOtherGraph.Builder. schema(Schema schema)
ExportToOtherGraph.Builder
ExportToOtherGraph.Builder. storeProperties(StoreProperties storeProperties)
-