Package | Description |
---|---|
org.apache.manifoldcf.connectorcommon.interfaces | |
org.apache.manifoldcf.connectorcommon.throttler |
Modifier and Type | Method and Description |
---|---|
static IThrottleGroups |
ThrottleGroupsFactory.make(IThreadContext tc)
Make a connection throttle handle.
|
Modifier and Type | Class and Description |
---|---|
class |
ThrottleGroups
An implementation of IThrottleGroups, which establishes a JVM-wide
pool of throttlers that can be used as a resource by any connector that needs
it.
|