Package uk.gov.gchq.gaffer.federated
Class IndexGenerator
- java.lang.Object
-
- uk.gov.gchq.gaffer.federated.IndexGenerator
-
- All Implemented Interfaces:
Function<Iterable<? extends Element>,Iterable<? extends Element>>
,ElementGenerator<Element>
,OneToManyElementGenerator<Element>
public class IndexGenerator extends Object implements OneToManyElementGenerator<Element>
-
-
Constructor Summary
Constructors Constructor Description IndexGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<Element>
_apply(Element element)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.data.generator.OneToManyElementGenerator
apply
-
-