org.terracotta.offheapstore.util
Class Retryer

java.lang.Object
  extended by org.terracotta.offheapstore.util.Retryer

public class Retryer
extends Object

Author:
cdennis

Constructor Summary
Retryer(long minDelay, long maxDelay, TimeUnit unit, ThreadFactory threadFactory)
           
 
Method Summary
 void completeAsynchronously(Runnable task)
           
 void shutdownNow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Retryer

public Retryer(long minDelay,
               long maxDelay,
               TimeUnit unit,
               ThreadFactory threadFactory)
Method Detail

completeAsynchronously

public void completeAsynchronously(Runnable task)

shutdownNow

public void shutdownNow()


Copyright © 2016. All rights reserved.