Uses of Class
uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
Packages that use MigrateElement Package Description uk.gov.gchq.gaffer.graph.hook.migrate -
-
Uses of MigrateElement in uk.gov.gchq.gaffer.graph.hook.migrate
Methods in uk.gov.gchq.gaffer.graph.hook.migrate that return types with arguments of type MigrateElement Modifier and Type Method Description List<MigrateElement>SchemaMigration. getEdges()List<MigrateElement>SchemaMigration. getEntities()Method parameters in uk.gov.gchq.gaffer.graph.hook.migrate with type arguments of type MigrateElement Modifier and Type Method Description voidSchemaMigration. setEdges(List<MigrateElement> edges)voidSchemaMigration. setEntities(List<MigrateElement> entities)
-