Uses of Class
uk.gov.gchq.gaffer.operation.impl.join.match.MatchKey
-
Packages that use MatchKey Package Description uk.gov.gchq.gaffer.operation.impl.join uk.gov.gchq.gaffer.operation.impl.join.match uk.gov.gchq.gaffer.operation.impl.join.methods -
-
Uses of MatchKey in uk.gov.gchq.gaffer.operation.impl.join
Methods in uk.gov.gchq.gaffer.operation.impl.join that return MatchKey Modifier and Type Method Description MatchKey
Join. getMatchKey()
Methods in uk.gov.gchq.gaffer.operation.impl.join with parameters of type MatchKey Modifier and Type Method Description Join.Builder<I>
Join.Builder. matchKey(MatchKey matchKey)
void
Join. setMatchKey(MatchKey matchKey)
-
Uses of MatchKey in uk.gov.gchq.gaffer.operation.impl.join.match
Methods in uk.gov.gchq.gaffer.operation.impl.join.match that return MatchKey Modifier and Type Method Description static MatchKey
MatchKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatchKey[]
MatchKey. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MatchKey in uk.gov.gchq.gaffer.operation.impl.join.methods
Methods in uk.gov.gchq.gaffer.operation.impl.join.methods with parameters of type MatchKey Modifier and Type Method Description List<uk.gov.gchq.koryphe.tuple.MapTuple>
JoinFunction. join(Iterable left, Iterable right, Match match, MatchKey matchKey, Boolean flatten)
-