Uses of Interface
org.apache.accumulo.server.compaction.RetryableThriftFunction
-
Packages that use RetryableThriftFunction Package Description org.apache.accumulo.server.compaction -
-
Uses of RetryableThriftFunction in org.apache.accumulo.server.compaction
Constructors in org.apache.accumulo.server.compaction with parameters of type RetryableThriftFunction Constructor Description RetryableThriftCall(long start, long maxWaitTime, int maxNumRetries, RetryableThriftFunction<T> function)RetryableThriftCall constructor
-