Class Filibuster1000msLatencyProfile
- java.lang.Object
-
- cloud.filibuster.junit.server.latency.Filibuster1000msLatencyProfile
-
- All Implemented Interfaces:
FilibusterLatencyProfile
public class Filibuster1000msLatencyProfile extends java.lang.Object implements FilibusterLatencyProfile
-
-
Constructor Summary
Constructors Constructor Description Filibuster1000msLatencyProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMsLatencyForMethod(java.lang.String methodName)
int
getMsLatencyForService(java.lang.String serviceName)
-
-
-
Method Detail
-
getMsLatencyForMethod
public int getMsLatencyForMethod(java.lang.String methodName)
- Specified by:
getMsLatencyForMethod
in interfaceFilibusterLatencyProfile
-
getMsLatencyForService
public int getMsLatencyForService(java.lang.String serviceName)
- Specified by:
getMsLatencyForService
in interfaceFilibusterLatencyProfile
-
-