Uses of Interface
uk.gov.gchq.gaffer.federatedstore.operation.IFederationOperation
-
Packages that use IFederationOperation Package Description uk.gov.gchq.gaffer.federatedstore uk.gov.gchq.gaffer.federatedstore.operation -
-
Uses of IFederationOperation in uk.gov.gchq.gaffer.federatedstore
Methods in uk.gov.gchq.gaffer.federatedstore with parameters of type IFederationOperation Modifier and Type Method Description List<GraphSerialisable>FederatedStore. getGraphs(User user, List<String> graphIds, IFederationOperation operation)Gets a collection of graph objects within FederatedStore scope from the given csv of graphIds, with visibility of the given user. -
Uses of IFederationOperation in uk.gov.gchq.gaffer.federatedstore.operation
Classes in uk.gov.gchq.gaffer.federatedstore.operation with type parameters of type IFederationOperation Modifier and Type Class Description static classIFederationOperation.BaseBuilder<OP extends IFederationOperation,B extends Operation.BaseBuilder<OP,?>>Deprecated.Classes in uk.gov.gchq.gaffer.federatedstore.operation that implement IFederationOperation Modifier and Type Class Description classAddGraphAn Operation used for adding graphs to a FederatedStore.classAddGraphWithHooksDeprecated.Will be removed in 2.4.0, functionality will be merged into the AddGraph operation.classChangeGraphAccessclassChangeGraphIdclassFederatedOperation<INPUT,OUTPUT>Deprecated.Concept of a FederatedOperation class will not exist from 2.4.0, all federation specifics are handled via operation options.classGetAllGraphIdsAn Operation to get all the graphIds within scope of the FederatedStore.classGetAllGraphInfoGets graph info of selected Graphs from the FederatedStore.classRemoveGraphAn Operation used for removing graphs from a FederatedStore.classRemoveGraphAndDeleteAllDataDeprecated.Will be removed in 2.4.0, functionality will be merged into the RemoveGraph operation.
-