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 voidIThrottleGroups. 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 IThrottleSpecThrottler.ThrottlingGroup. throttleSpecThe current throttle specMethods in org.apache.manifoldcf.connectorcommon.throttler with parameters of type IThrottleSpec Modifier and Type Method Description voidThrottleGroups. createOrUpdateThrottleGroup(java.lang.String throttleGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Set or update throttle specification for a throttle group.voidThrottler. createOrUpdateThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Set or update throttle specification for a throttle group.voidThrottler.ThrottlingGroups. createOrUpdateThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Update throttle specificationvoidThrottler.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
-