- IndexThrottle - Interface in com.github.akurilov.concurrent.throttle
-
- InitCallable<V> - Interface in com.github.akurilov.concurrent
-
A Callable which can be initialized and should be initialized before being invoked.
- Initializable - Interface in com.github.akurilov.concurrent
-
Something what may be initialized once
- InitRunnable - Interface in com.github.akurilov.concurrent
-
A Runnable which can be initialized and should be initialized before being invoked.
- invoke() - Method in interface com.github.akurilov.concurrent.coroutine.Coroutine
-
Perform the work
- invoke() - Method in class com.github.akurilov.concurrent.coroutine.CoroutineBase
-
Decorates the invocation method with timing.
- invokeTimed(long) - Method in class com.github.akurilov.concurrent.coroutine.CoroutineBase
-
The method implementation should use the start time to check its own duration in order to not
to exceed the invocation time limit (100 ms)
- invokeTimed(long) - Method in class com.github.akurilov.concurrent.coroutine.example.HelloWorldCoroutine
-
- invokeTimed(long) - Method in class com.github.akurilov.concurrent.coroutine.ExclusiveCoroutineBase
-
- invokeTimed(long) - Method in class com.github.akurilov.concurrent.coroutine.RoundRobinOutputCoroutine
-
- invokeTimedExclusively(long) - Method in class com.github.akurilov.concurrent.coroutine.example.HelloWorldExclusiveCoroutine
-
- invokeTimedExclusively(long) - Method in class com.github.akurilov.concurrent.coroutine.ExclusiveCoroutineBase
-
The method is guaranteed to be executing only in a single thread.
- invokeTimedExclusively(long) - Method in class com.github.akurilov.concurrent.coroutine.TransferCoroutine
-
- isCancelled() - Method in class com.github.akurilov.concurrent.AnyNotNullSharedFutureTaskBase
-
- isClosed() - Method in interface com.github.akurilov.concurrent.AsyncRunnable
-
- isClosed() - Method in class com.github.akurilov.concurrent.AsyncRunnableBase
-
- isDone() - Method in class com.github.akurilov.concurrent.AnyNotNullSharedFutureTaskBase
-
- isFinished() - Method in interface com.github.akurilov.concurrent.AsyncRunnable
-
- isFinished() - Method in class com.github.akurilov.concurrent.AsyncRunnableBase
-
- isInitial() - Method in interface com.github.akurilov.concurrent.AsyncRunnable
-
- isInitial() - Method in class com.github.akurilov.concurrent.AsyncRunnableBase
-
- isInitialized() - Method in interface com.github.akurilov.concurrent.Initializable
-
- isShutdown() - Method in interface com.github.akurilov.concurrent.AsyncRunnable
-
- isShutdown() - Method in class com.github.akurilov.concurrent.AsyncRunnableBase
-
- isStarted() - Method in interface com.github.akurilov.concurrent.AsyncRunnable
-
- isStarted() - Method in class com.github.akurilov.concurrent.AsyncRunnableBase
-
- isStopped() - Method in interface com.github.akurilov.concurrent.AsyncRunnable
-
- isStopped() - Method in class com.github.akurilov.concurrent.AsyncRunnableBase
-