Class HelixFuture<V>

java.lang.Object
com.helixframework.concurrency.executor.HelixFuture<V>
Type Parameters:
V - return type
All Implemented Interfaces:
Future<V>

public class HelixFuture<V> extends Object implements Future<V>
Future that copies the current HelixContext and MDC from the calling thread onto the executing thread.