Interface Operation<T>

Type Parameters:
T - the type of the operation result
All Superinterfaces:
CompletionStage<T>, Future<T>

public interface Operation<T> extends Future<T>, CompletionStage<T>
A representation of the asynchronous execution of an operation. Asynchronous dataset operations can be incorporated as stages of a larger computation through use of the CompletionStage methods.