Package | Description |
---|---|
org.apache.manifoldcf.connectorcommon.interfaces | |
org.apache.manifoldcf.connectorcommon.throttler |
Modifier and Type | Method and Description |
---|---|
void |
IThrottleGroups.createOrUpdateThrottleGroup(java.lang.String throttleGroupType,
java.lang.String throttleGroup,
IThrottleSpec throttleSpec)
Create or update a throttle group.
|
Modifier and Type | Field and Description |
---|---|
protected IThrottleSpec |
Throttler.ThrottlingGroup.throttleSpec
The current throttle spec
|
Modifier and Type | Method and Description |
---|---|
void |
Throttler.ThrottlingGroups.createOrUpdateThrottleGroup(IThreadContext threadContext,
java.lang.String throttleGroup,
IThrottleSpec throttleSpec)
Update throttle specification
|
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 |
ThrottleGroups.createOrUpdateThrottleGroup(java.lang.String throttleGroupType,
java.lang.String throttleGroup,
IThrottleSpec throttleSpec)
Set or update throttle specification for a throttle group.
|
void |
Throttler.ThrottlingGroup.updateThrottleSpecification(IThrottleSpec throttleSpec)
Update the throttle spec.
|
Constructor and Description |
---|
ThrottlingGroup(IThreadContext threadContext,
java.lang.String throttlingGroupType,
java.lang.String throttleGroup,
IThrottleSpec throttleSpec)
Constructor
|