Uses of Class
uk.gov.gchq.gaffer.operation.data.EntitySeed
-
Packages that use EntitySeed Package Description uk.gov.gchq.gaffer.operation.data Core data objects for the Gaffer operation library.uk.gov.gchq.gaffer.operation.impl.output Operations for formatting the output of an operation into a required representation.uk.gov.gchq.gaffer.store.operation.handler.output Handlers for output operations. -
-
Uses of EntitySeed in uk.gov.gchq.gaffer.operation.data
Methods in uk.gov.gchq.gaffer.operation.data that return EntitySeed Modifier and Type Method Description static EntitySeed
ElementSeed. createSeed(EntityId entityId)
-
Uses of EntitySeed in uk.gov.gchq.gaffer.operation.impl.output
Methods in uk.gov.gchq.gaffer.operation.impl.output that return types with arguments of type EntitySeed Modifier and Type Method Description com.fasterxml.jackson.core.type.TypeReference<Iterable<? extends EntitySeed>>
ToEntitySeeds. getOutputTypeReference()
-
Uses of EntitySeed in uk.gov.gchq.gaffer.store.operation.handler.output
Methods in uk.gov.gchq.gaffer.store.operation.handler.output that return types with arguments of type EntitySeed Modifier and Type Method Description Iterable<EntitySeed>
ToEntitySeedsHandler. doOperation(ToEntitySeeds operation, Context context, Store store)
-