Interface IFederationOperation
-
- All Superinterfaces:
AutoCloseable
,Closeable
,Operation
- All Known Implementing Classes:
AddGraph
,AddGraphWithHooks
,ChangeGraphAccess
,ChangeGraphId
,FederatedOperation
,GetAllGraphIds
,GetAllGraphInfo
,RemoveGraph
,RemoveGraphAndDeleteAllData
@Deprecated public interface IFederationOperation extends Operation
Deprecated.Concept of a FederatedOperation class will not exist from 2.4.0, all federation specifics are handled via operation options.IFederationOperation
interface is for special operations used to configure/manipulate/control federation. It has no intended function outside of federation and should only be handled by theFederatedStore
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IFederationOperation.BaseBuilder<OP extends IFederationOperation,B extends Operation.BaseBuilder<OP,?>>
Deprecated.-
Nested classes/interfaces inherited from interface uk.gov.gchq.gaffer.operation.Operation
Operation.Builder<OP,B extends Operation.Builder<OP,?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
isUserRequestingAdminUsage()
Deprecated.Operation
setUserRequestingAdminUsage(boolean adminRequest)
Deprecated.-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation
_getNullOrOptions, addOption, close, containsOption, getOption, getOption, getOptions, setOptions, shallowClone, validate, validateRequiredFieldPresent
-
-
-
-
Method Detail
-
isUserRequestingAdminUsage
boolean isUserRequestingAdminUsage()
Deprecated.
-
setUserRequestingAdminUsage
Operation setUserRequestingAdminUsage(boolean adminRequest)
Deprecated.
-
-