| Package | Description |
|---|---|
| org.spf4j.concurrent | |
| org.spf4j.concurrent.jdbc | |
| org.spf4j.failsafe |
This package contains operation retry utilities.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Semaphore
A interface that abstracts a semaphore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundSemaphore
allows to combine various resource limiters/semahores
|
class |
LocalSemaphore
A process level semaphore implementation based on the JDK semaphore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcSemaphore
A jdbc table based semaphore implementation.
|
class |
ProcessLimitedJdbcSemaphore |
| Modifier and Type | Class and Description |
|---|---|
class |
GuavaRateLimiter |
class |
RateLimiter
Token bucket algorithm base call rate limiter.
|
| Constructor and Description |
|---|
LimitingExecutor(PermitSupplier permitSupplier) |
Copyright © 2018 SPF4J. All rights reserved.