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 AToArrayoperation takes in anIterableof items and converts them into an array.ToCsv AToMapoperation takes in anIterableof items and uses aCsvGeneratorto convert each item into a CSV String.ToCsv.Builder ToEntitySeeds ToList ToMap AToMapoperation takes in anIterableof items and uses aMapGeneratorto convert each item into aMapof key-value pairs.ToMap.Builder ToSet ToSingletonList AToSingletonListoperation 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 AToMapoperation takes in anIterableof items and uses aMapGeneratorto convert each item into aMapof 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 AToArrayoperation takes in anIterableof items and converts them into an array.ToCsv AToMapoperation takes in anIterableof items and uses aCsvGeneratorto convert each item into a CSV String.ToEntitySeeds ToList ToMap AToMapoperation takes in anIterableof items and uses aMapGeneratorto convert each item into aMapof key-value pairs.ToSet ToSingletonList AToSingletonListoperation takes an input of type T and converts a single input to a list.ToStream ToVertices