Interface ThriftQueryWeighers.QueryWeigher<T>
-
- Enclosing class:
- ThriftQueryWeighers
public static interface ThriftQueryWeighers.QueryWeigher<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryWeight
weighFailure(java.lang.Exception error, long timeTakenNanos)
QueryWeight
weighSuccess(T result, long timeTakenNanos)
-
-
-
Method Detail
-
weighSuccess
QueryWeight weighSuccess(T result, long timeTakenNanos)
-
weighFailure
QueryWeight weighFailure(java.lang.Exception error, long timeTakenNanos)
-
-