Class SingleFaultKey<ReqT,ResT>
- java.lang.Object
-
- cloud.filibuster.junit.statem.keys.SingleFaultKey<ReqT,ResT>
-
-
Constructor Summary
Constructors Constructor Description SingleFaultKey(cloud.filibuster.junit.statem.keys.SingleFaultKey.Builder builder)
SingleFaultKey(io.grpc.MethodDescriptor<ReqT,ResT> methodDescriptor)
SingleFaultKey(io.grpc.MethodDescriptor<ReqT,ResT> methodDescriptor, io.grpc.Status.Code code)
SingleFaultKey(io.grpc.MethodDescriptor<ReqT,ResT> methodDescriptor, io.grpc.Status.Code code, ReqT request)
SingleFaultKey(io.grpc.MethodDescriptor<ReqT,ResT> methodDescriptor, ReqT request)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
static java.util.List<SingleFaultKey>
generateFaultKeysInDecreasingGranularity(org.json.JSONObject rpcWhereFaultsInjected)
FaultKeyType
getFaultKeyType()
int
hashCode()
int
size()
java.lang.String
toString()
-
-
-
Constructor Detail
-
SingleFaultKey
public SingleFaultKey(cloud.filibuster.junit.statem.keys.SingleFaultKey.Builder builder)
-
SingleFaultKey
public SingleFaultKey(io.grpc.MethodDescriptor<ReqT,ResT> methodDescriptor, io.grpc.Status.Code code)
-
SingleFaultKey
public SingleFaultKey(io.grpc.MethodDescriptor<ReqT,ResT> methodDescriptor, ReqT request)
-
-
Method Detail
-
getFaultKeyType
public FaultKeyType getFaultKeyType()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
generateFaultKeysInDecreasingGranularity
public static java.util.List<SingleFaultKey> generateFaultKeysInDecreasingGranularity(org.json.JSONObject rpcWhereFaultsInjected)
-
-