Uses of Class
uk.gov.gchq.gaffer.operation.impl.join.Join.Builder
-
Packages that use Join.Builder Package Description uk.gov.gchq.gaffer.operation.impl.join -
-
Uses of Join.Builder in uk.gov.gchq.gaffer.operation.impl.join
Methods in uk.gov.gchq.gaffer.operation.impl.join that return Join.Builder Modifier and Type Method Description Join.Builder<I>Join.Builder. collectionLimit(Integer collectionLimit)Join.Builder<I>Join.Builder. flatten(Boolean flatten)Join.Builder<I>Join.Builder. joinType(JoinType joinType)Join.Builder<I>Join.Builder. matchKey(MatchKey matchKey)Join.Builder<I>Join.Builder. matchMethod(Match matchMethod)Join.Builder<I>Join.Builder. operation(Operation operation)
-