|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.astyanax.util.Callables
public class Callables
| Constructor Summary | |
|---|---|
Callables()
|
|
| Method Summary | ||
|---|---|---|
static
|
decorateWithBarrier(java.util.concurrent.CyclicBarrier barrier,
java.util.concurrent.Callable<T> callable)
Create a callable that waits on a barrier before starting execution |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Callables()
| Method Detail |
|---|
public static <T> java.util.concurrent.Callable<T> decorateWithBarrier(java.util.concurrent.CyclicBarrier barrier,
java.util.concurrent.Callable<T> callable)
barrier - callable -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||