Uses of Package
uk.gov.gchq.gaffer.operation.impl.output
-
Packages that use uk.gov.gchq.gaffer.operation.impl.output Package Description uk.gov.gchq.gaffer.operation.impl.output Operations for formatting the output of an operation into a required representation.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.store.operation.handler.output Handlers for output operations. -
Classes in uk.gov.gchq.gaffer.operation.impl.output used by uk.gov.gchq.gaffer.operation.impl.output Class Description ToArray AToArray
operation takes in anIterable
of items and converts them into an array.ToCsv AToMap
operation takes in anIterable
of items and uses aCsvGenerator
to convert each item into a CSV String.ToCsv.Builder ToEntitySeeds ToList ToMap AToMap
operation takes in anIterable
of items and uses aMapGenerator
to convert each item into aMap
of key-value pairs.ToMap.Builder ToSet ToSingletonList AToSingletonList
operation takes an input of type T and converts a single input to a list.ToStream ToVertices ToVertices.Builder ToVertices.EdgeVertices ToVertices.UseMatchedVertex -
Classes in uk.gov.gchq.gaffer.operation.impl.output used by uk.gov.gchq.gaffer.rest.factory Class Description ToMap AToMap
operation takes in anIterable
of items and uses aMapGenerator
to convert each item into aMap
of key-value pairs. -
Classes in uk.gov.gchq.gaffer.operation.impl.output used by uk.gov.gchq.gaffer.store.operation.handler.output Class Description ToArray AToArray
operation takes in anIterable
of items and converts them into an array.ToCsv AToMap
operation takes in anIterable
of items and uses aCsvGenerator
to convert each item into a CSV String.ToEntitySeeds ToList ToMap AToMap
operation takes in anIterable
of items and uses aMapGenerator
to convert each item into aMap
of key-value pairs.ToSet ToSingletonList AToSingletonList
operation takes an input of type T and converts a single input to a list.ToStream ToVertices