Interface ExportTo<T>
-
- Type Parameters:
T- the type of object to export
- All Superinterfaces:
AutoCloseable,Closeable,Export,Input<T>,InputOutput<T,T>,Operation,Output<T>
- All Known Implementing Classes:
ExportToGafferResultCache,ExportToLocalFile,ExportToOtherAuthorisedGraph,ExportToOtherGraph,ExportToSet
public interface ExportTo<T> extends Export, InputOutput<T,T>
AnExportTois an operation which exports data from a source to a specified output.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceExportTo.Builder<OP extends ExportTo<T>,T,B extends ExportTo.Builder<OP,T,?>>-
Nested classes/interfaces inherited from interface uk.gov.gchq.gaffer.operation.Operation
Operation.BaseBuilder<OP extends Operation,B extends Operation.BaseBuilder<OP,?>>
-
-
Field Summary
-
Fields inherited from interface uk.gov.gchq.gaffer.operation.export.Export
DEFAULT_KEY
-
-
Method Summary
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.export.Export
getKey, getKeyOrDefault, setKey
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation
_getNullOrOptions, addOption, containsOption, getOption, getOption, getOptions, setOptions, shallowClone, validate, validateRequiredFieldPresent
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.io.Output
castToOutputType, getOutputClass, getOutputType, getOutputTypeReference
-
-