Class EntitySeedSupplier

  • All Implemented Interfaces:
    Supplier<uk.gov.gchq.gaffer.operation.data.EntitySeed>, ElementSeedSupplier<uk.gov.gchq.gaffer.operation.data.EntitySeed>

    public class EntitySeedSupplier
    extends Object
    implements ElementSeedSupplier<uk.gov.gchq.gaffer.operation.data.EntitySeed>
    • Constructor Detail

      • EntitySeedSupplier

        public EntitySeedSupplier​(long maxNodeId)
    • Method Detail

      • get

        public uk.gov.gchq.gaffer.operation.data.EntitySeed get()
        Specified by:
        get in interface Supplier<uk.gov.gchq.gaffer.operation.data.EntitySeed>