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 classFederatedOperation<INPUT,OUTPUT>Deprecated.Concept of a FederatedOperation class will not exist from 2.4.0, all federation specifics are handled via operation options.classGetAllGraphInfoGets graph info of selected Graphs from the FederatedStore.Methods in uk.gov.gchq.gaffer.federatedstore.operation that return IFederatedOperation Modifier and Type Method Description IFederatedOperationIFederatedOperation. graphIds(List<String> graphsIds)Deprecated.IFederatedOperationIFederatedOperation. graphIdsCSV(String graphIds)Deprecated.
-