Uses of Interface
org.apache.manifoldcf.connectorcommon.interfaces.IThrottleSpec
-
Packages that use IThrottleSpec Package Description org.apache.manifoldcf.connectorcommon.interfaces org.apache.manifoldcf.connectorcommon.throttler -
-
Uses of IThrottleSpec in org.apache.manifoldcf.connectorcommon.interfaces
Methods in org.apache.manifoldcf.connectorcommon.interfaces with parameters of type IThrottleSpec Modifier and Type Method Description void
IThrottleGroups. createOrUpdateThrottleGroup(java.lang.String throttleGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)
Create or update a throttle group. -
Uses of IThrottleSpec in org.apache.manifoldcf.connectorcommon.throttler
Fields in org.apache.manifoldcf.connectorcommon.throttler declared as IThrottleSpec Modifier and Type Field Description protected IThrottleSpec
Throttler.ThrottlingGroup. throttleSpec
The current throttle specMethods in org.apache.manifoldcf.connectorcommon.throttler with parameters of type IThrottleSpec Modifier and Type Method Description void
ThrottleGroups. createOrUpdateThrottleGroup(java.lang.String throttleGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)
Set or update throttle specification for a throttle group.void
Throttler. createOrUpdateThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)
Set or update throttle specification for a throttle group.void
Throttler.ThrottlingGroups. createOrUpdateThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroup, IThrottleSpec throttleSpec)
Update throttle specificationvoid
Throttler.ThrottlingGroup. updateThrottleSpecification(IThrottleSpec throttleSpec)
Update the throttle spec.Constructors in org.apache.manifoldcf.connectorcommon.throttler with parameters of type IThrottleSpec Constructor Description ThrottlingGroup(IThreadContext threadContext, java.lang.String throttlingGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)
Constructor
-