Class BytesWritableElementGenerator

  • All Implemented Interfaces:
    Function<Iterable<? extends org.apache.hadoop.io.BytesWritable>,​Iterable<? extends uk.gov.gchq.gaffer.data.element.Element>>, uk.gov.gchq.gaffer.data.generator.ElementGenerator<org.apache.hadoop.io.BytesWritable>

    public class BytesWritableElementGenerator
    extends Object
    implements uk.gov.gchq.gaffer.data.generator.ElementGenerator<org.apache.hadoop.io.BytesWritable>
    • Constructor Detail

      • BytesWritableElementGenerator

        public BytesWritableElementGenerator​(uk.gov.gchq.gaffer.serialisation.ToBytesSerialiser<uk.gov.gchq.gaffer.data.element.Element> elementSerialisation)
    • Method Detail

      • apply

        public Iterable<? extends uk.gov.gchq.gaffer.data.element.Element> apply​(Iterable<? extends org.apache.hadoop.io.BytesWritable> domainObjects)
        Specified by:
        apply in interface Function<Iterable<? extends org.apache.hadoop.io.BytesWritable>,​Iterable<? extends uk.gov.gchq.gaffer.data.element.Element>>