Uses of Interface
com.amazonaws.kinesisvideo.stream.throttling.Throttler
-
Packages that use Throttler Package Description com.amazonaws.kinesisvideo.stream.throttling -
-
Uses of Throttler in com.amazonaws.kinesisvideo.stream.throttling
Classes in com.amazonaws.kinesisvideo.stream.throttling that implement Throttler Modifier and Type Class Description classDiscreteTimePeriodsThrottlerThrottles the operations to hit the target ops per second.Constructors in com.amazonaws.kinesisvideo.stream.throttling with parameters of type Throttler Constructor Description ThrottledInputStream(InputStream unthrottledInputStream, Throttler throttler)ThrottledOutputStream(OutputStream unthrottledOutputStream, Throttler throttler)
-