Class DynamicLatencyAdjuster.Default
java.lang.Object
com.google.appengine.tools.development.DynamicLatencyAdjuster.Default
- All Implemented Interfaces:
DynamicLatencyAdjuster
- Enclosing interface:
DynamicLatencyAdjuster
public static final class DynamicLatencyAdjuster.Default
extends Object
implements DynamicLatencyAdjuster
Default implementation of a
DynamicLatencyAdjuster that provides
no adjustment.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.appengine.tools.development.DynamicLatencyAdjuster
DynamicLatencyAdjuster.Default -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintadjust(LocalRpcService service, Object request, int latencyMs)
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
adjust
- Specified by:
adjustin interfaceDynamicLatencyAdjuster- Parameters:
service- The service on which the rpc is being invoked.request- The request that was provided to the service.latencyMs- The latency to adjust.- Returns:
- The adjusted latency.
-