Uses of Class
uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
Packages that use AddGraph Package Description uk.gov.gchq.gaffer.federatedstore.operation uk.gov.gchq.gaffer.federatedstore.operation.handler -
-
Uses of AddGraph in uk.gov.gchq.gaffer.federatedstore.operation
Classes in uk.gov.gchq.gaffer.federatedstore.operation with type parameters of type AddGraph Modifier and Type Class Description static class
AddGraph.AddGraphBuilder<OP extends AddGraph,B extends AddGraph.AddGraphBuilder<OP,?>>
Subclasses of AddGraph in uk.gov.gchq.gaffer.federatedstore.operation Modifier and Type Class Description class
AddGraphWithHooks
Deprecated.Will be removed in 2.4.0, functionality will be merged into the AddGraph operation.Methods in uk.gov.gchq.gaffer.federatedstore.operation that return AddGraph Modifier and Type Method Description AddGraph
AddGraph. setUserRequestingAdminUsage(boolean adminRequest)
AddGraph
AddGraph. shallowClone()
-
Uses of AddGraph in uk.gov.gchq.gaffer.federatedstore.operation.handler
Classes in uk.gov.gchq.gaffer.federatedstore.operation.handler with type parameters of type AddGraph Modifier and Type Class Description class
FederatedAddGraphHandlerParent<OP extends AddGraph>
A handler for operations that addGraph to the FederatedStore.
-