Class FilibusterNoLatencyProfile
- java.lang.Object
-
- cloud.filibuster.junit.server.latency.FilibusterNoLatencyProfile
-
- All Implemented Interfaces:
FilibusterLatencyProfile
public class FilibusterNoLatencyProfile extends java.lang.Object implements FilibusterLatencyProfile
-
-
Constructor Summary
Constructors Constructor Description FilibusterNoLatencyProfile()
-
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
-
-