Interface IFederatedOperation
-
- All Superinterfaces:
AutoCloseable
,Closeable
,Operation
- All Known Implementing Classes:
FederatedOperation
,GetAllGraphInfo
@Deprecated public interface IFederatedOperation extends Operation
Deprecated.Concept of a FederatedOperation class will not exist from 2.4.0, all federation specifics are handled via operation options.Interface for Operations that uses a selection of graphs to be performed.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface uk.gov.gchq.gaffer.operation.Operation
Operation.BaseBuilder<OP extends Operation,B extends Operation.BaseBuilder<OP,?>>, Operation.Builder<OP,B extends Operation.Builder<OP,?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<String>
getGraphIds()
Deprecated.IFederatedOperation
graphIds(List<String> graphsIds)
Deprecated.IFederatedOperation
graphIdsCSV(String graphIds)
Deprecated.-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation
_getNullOrOptions, addOption, close, containsOption, getOption, getOption, getOptions, setOptions, shallowClone, validate, validateRequiredFieldPresent
-
-
-
-
Method Detail
-
graphIds
IFederatedOperation graphIds(List<String> graphsIds)
Deprecated.
-
graphIdsCSV
IFederatedOperation graphIdsCSV(String graphIds)
Deprecated.
-
-