Uses of Interface
uk.gov.gchq.gaffer.federatedstore.operation.IFederatedOperation
-
Packages that use IFederatedOperation Package Description uk.gov.gchq.gaffer.federatedstore.operation -
-
Uses of IFederatedOperation in uk.gov.gchq.gaffer.federatedstore.operation
Classes in uk.gov.gchq.gaffer.federatedstore.operation that implement IFederatedOperation Modifier and Type Class Description class
FederatedOperation<INPUT,OUTPUT>
Deprecated.Concept of a FederatedOperation class will not exist from 2.4.0, all federation specifics are handled via operation options.class
GetAllGraphInfo
Gets graph info of selected Graphs from the FederatedStore.Methods in uk.gov.gchq.gaffer.federatedstore.operation that return IFederatedOperation Modifier and Type Method Description IFederatedOperation
IFederatedOperation. graphIds(List<String> graphsIds)
Deprecated.IFederatedOperation
IFederatedOperation. graphIdsCSV(String graphIds)
Deprecated.
-