Package com.google.gerrit.server.git
Class ProjectRunnable.FromCallable<T>
java.lang.Object
java.util.concurrent.FutureTask<T>
com.google.gerrit.server.git.ProjectRunnable.FromCallable<T>
- All Implemented Interfaces:
ProjectRunnable,Runnable,Future<T>,RunnableFuture<T>
- Enclosing interface:
ProjectRunnable
public static class ProjectRunnable.FromCallable<T>
extends FutureTask<T>
implements ProjectRunnable
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.StateNested classes/interfaces inherited from interface com.google.gerrit.server.git.ProjectRunnable
ProjectRunnable.FromCallable<T> -
Method Summary
Methods inherited from class java.util.concurrent.FutureTask
cancel, done, exceptionNow, get, get, isCancelled, isDone, resultNow, run, runAndReset, set, setException, state
-
Method Details
-
getProjectNameKey
- Specified by:
getProjectNameKeyin interfaceProjectRunnable
-
getRemoteName
- Specified by:
getRemoteNamein interfaceProjectRunnable
-
hasCustomizedPrint
public boolean hasCustomizedPrint()- Specified by:
hasCustomizedPrintin interfaceProjectRunnable
-
toString
- Overrides:
toStringin classFutureTask<T>
-