Class ElementMatch
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.join.match.ElementMatch
-
-
Constructor Summary
Constructors Constructor Description ElementMatch()ElementMatch(String... groupByProperties)ElementMatch(Set<String> groupByProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(Iterable matchCandidates)Initialises the match and stores the match candidates.Listmatching(Object testObject)Compares a list of Objects against a test Object and returns matched Objects.voidsetElementGroupByProperties(Set<String> groupByProperties)
-
-
-
Method Detail
-
init
public void init(Iterable matchCandidates)
Description copied from interface:MatchInitialises the match and stores the match candidates.
-
-