Package | Description |
---|---|
org.apache.manifoldcf.connectorcommon.interfaces | |
org.apache.manifoldcf.connectorcommon.throttler |
Modifier and Type | Method and Description |
---|---|
IConnectionThrottler |
IThrottleGroups.obtainConnectionThrottler(java.lang.String throttleGroupType,
java.lang.String throttleGroup,
java.lang.String[] binNames)
Construct connection throttler for connections with specific bin names.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
Throttler.ConnectionThrottler
Connection throttler implementation class.
|
Modifier and Type | Method and Description |
---|---|
IConnectionThrottler |
Throttler.ThrottlingGroup.obtainConnectionThrottler(IThreadContext threadContext,
java.lang.String[] binNames)
Create a bunch of bins, corresponding to the bin names specified.
|
IConnectionThrottler |
Throttler.ThrottlingGroups.obtainConnectionThrottler(IThreadContext threadContext,
java.lang.String throttleGroup,
java.lang.String[] binNames)
Obtain connection throttler.
|
IConnectionThrottler |
Throttler.obtainConnectionThrottler(IThreadContext threadContext,
java.lang.String throttleGroupType,
java.lang.String throttleGroup,
java.lang.String[] binNames)
Construct connection throttler for connections with specific bin names.
|
IConnectionThrottler |
ThrottleGroups.obtainConnectionThrottler(java.lang.String throttleGroupType,
java.lang.String throttleGroup,
java.lang.String[] binNames)
Construct connection throttler for connections with specific bin names.
|