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 void
SchemaMigration. setEdges(List<MigrateElement> edges)
void
SchemaMigration. setEntities(List<MigrateElement> entities)
-