Package | Description |
---|---|
org.apache.manifoldcf.core.interfaces | |
org.apache.manifoldcf.core.throttler |
Modifier and Type | Method and Description |
---|---|
void |
IThrottleGroups.createOrUpdateThrottleGroup(String throttleGroupType,
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,
String throttleGroup,
IThrottleSpec throttleSpec)
Update throttle specification
|
void |
Throttler.createOrUpdateThrottleGroup(IThreadContext threadContext,
String throttleGroupType,
String throttleGroup,
IThrottleSpec throttleSpec)
Set or update throttle specification for a throttle group.
|
void |
ThrottleGroups.createOrUpdateThrottleGroup(String throttleGroupType,
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 |
---|
Throttler.ThrottlingGroup(IThreadContext threadContext,
String throttlingGroupType,
String throttleGroup,
IThrottleSpec throttleSpec)
Constructor
|