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 void
init(Iterable matchCandidates)
Initialises the match and stores the match candidates.List
matching(Object testObject)
Compares a list of Objects against a test Object and returns matched Objects.void
setElementGroupByProperties(Set<String> groupByProperties)
-
-
-
Method Detail
-
init
public void init(Iterable matchCandidates)
Description copied from interface:Match
Initialises the match and stores the match candidates.
-
-