Interface ThriftQueryWeighers.QueryWeigher<T>

  • Enclosing class:
    ThriftQueryWeighers

    public static interface ThriftQueryWeighers.QueryWeigher<T>
    • Method Detail

      • weighSuccess

        QueryWeight weighSuccess​(T result,
                                 long timeTakenNanos)
      • weighFailure

        QueryWeight weighFailure​(java.lang.Exception error,
                                 long timeTakenNanos)