public static class MultiPipelineExecutor.SemaphoreRunnable<K> extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected MultiPipelineExecutor<K> |
parent |
protected Semaphore |
semaphore |
protected Runnable |
wrappedTask |
Constructor and Description |
---|
MultiPipelineExecutor.SemaphoreRunnable(Runnable task,
Semaphore semaphore,
MultiPipelineExecutor<K> parent) |
protected Runnable wrappedTask
protected Semaphore semaphore
protected MultiPipelineExecutor<K> parent
public MultiPipelineExecutor.SemaphoreRunnable(Runnable task, Semaphore semaphore, MultiPipelineExecutor<K> parent)
Copyright © 2015. All Rights Reserved.