net.sf.sparql.benchmarking.operations
Interface OperationCallable<T extends Options>

Type Parameters:
T - Options type
All Superinterfaces:
Callable<OperationRun>
All Known Implementing Classes:
AbstractGSPCallable, AbstractInMemoryQueryCallable, AbstractInMemoryUpdateCallable, AbstractOperationCallable, AbstractQueryCallable, AbstractRemoteQueryCallable, AbstractRemoteUpdateCallable, AbstractScalarValueCallable, AbstractUpdateCallable, GSPDeleteCallable, GSPGetCallable, GSPHeadCallable, GSPPostCallable, GSPPutCallable, InMemoryQueryCallable, InMemoryUpdateCallable, LongValueCallable, MixOperationCallable, NoOpCallable, NvpQueryCallable, NvpUpdateCallable, RemoteQueryCallable, RemoteUpdateCallable, SleepCallable, WrapperQueryCallable

public interface OperationCallable<T extends Options>
extends Callable<OperationRun>

Interface for operation callables

Author:
rvesse

Method Summary
 void cancel()
          Cancels the runner
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Method Detail

cancel

void cancel()
Cancels the runner



Copyright © 2014. All Rights Reserved.