| Package | Description |
|---|---|
| co.stateful |
Stateful.co SDK.
|
| co.stateful.cached |
Cached SDK interfaces (highly recommended to use in production).
|
| co.stateful.retry |
SDK that retries on failures.
|
| Modifier and Type | Method and Description |
|---|---|
Lock |
Locks.get(String name)
Get one lock by name.
|
| Constructor and Description |
|---|
Atomic(Callable<T> clbl,
Lock lck)
Public ctor (default maximum waiting time of five minutes).
|
Atomic(Callable<T> clbl,
Lock lck,
long maximum)
Public ctor.
|
| Modifier and Type | Method and Description |
|---|---|
Lock |
CdLocks.get(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReLock
Retriable lock.
|
| Modifier and Type | Method and Description |
|---|---|
Lock |
ReLocks.get(String name) |
| Constructor and Description |
|---|
ReLock(Lock orgn)
Ctor.
|
Copyright © 2014–2015 stateful.co. All rights reserved.