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 class
IFederationOperation.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 class
AddGraph
An Operation used for adding graphs to a FederatedStore.class
AddGraphWithHooks
Deprecated.Will be removed in 2.4.0, functionality will be merged into the AddGraph operation.class
ChangeGraphAccess
class
ChangeGraphId
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
GetAllGraphIds
An Operation to get all the graphIds within scope of the FederatedStore.class
GetAllGraphInfo
Gets graph info of selected Graphs from the FederatedStore.class
RemoveGraph
An Operation used for removing graphs from a FederatedStore.class
RemoveGraphAndDeleteAllData
Deprecated.Will be removed in 2.4.0, functionality will be merged into the RemoveGraph operation.
-