Uses of Interface
uk.gov.gchq.gaffer.operation.export.GetExport.Builder
-
Packages that use GetExport.Builder Package Description uk.gov.gchq.gaffer.operation.export Extension interfaces for supporting exporting of data from a Gaffer graph to another location.uk.gov.gchq.gaffer.operation.impl.export.localfile uk.gov.gchq.gaffer.operation.impl.export.resultcache Operations for exporting and retrieving objects from a Gaffer results cache.uk.gov.gchq.gaffer.operation.impl.export.set Operations for exporting and retrieving objects from a Set.uk.gov.gchq.gaffer.operation.impl.job Operations for interacting with the Job tracker to get Job details and Job results. -
-
Uses of GetExport.Builder in uk.gov.gchq.gaffer.operation.export
Classes in uk.gov.gchq.gaffer.operation.export with type parameters of type GetExport.Builder Modifier and Type Interface Description static interface
GetExport.Builder<OP extends GetExport,B extends GetExport.Builder<OP,?>>
-
Uses of GetExport.Builder in uk.gov.gchq.gaffer.operation.impl.export.localfile
Classes in uk.gov.gchq.gaffer.operation.impl.export.localfile that implement GetExport.Builder Modifier and Type Class Description static class
ImportFromLocalFile.Builder
-
Uses of GetExport.Builder in uk.gov.gchq.gaffer.operation.impl.export.resultcache
Classes in uk.gov.gchq.gaffer.operation.impl.export.resultcache that implement GetExport.Builder Modifier and Type Class Description static class
GetGafferResultCacheExport.Builder
-
Uses of GetExport.Builder in uk.gov.gchq.gaffer.operation.impl.export.set
Classes in uk.gov.gchq.gaffer.operation.impl.export.set that implement GetExport.Builder Modifier and Type Class Description static class
GetSetExport.Builder
-
Uses of GetExport.Builder in uk.gov.gchq.gaffer.operation.impl.job
Classes in uk.gov.gchq.gaffer.operation.impl.job that implement GetExport.Builder Modifier and Type Class Description static class
GetJobResults.Builder
-