| 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 |
|---|---|
Counter |
Counters.create(String name)
Create a counter.
|
Counter |
Counters.get(String name)
Get one counter by name.
|
| Modifier and Type | Method and Description |
|---|---|
Counter |
CdCounters.create(String name) |
Counter |
CdCounters.get(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReCounter
Retriable counter.
|
| Modifier and Type | Method and Description |
|---|---|
Counter |
ReCounters.create(String name) |
Counter |
ReCounters.get(String name) |
| Constructor and Description |
|---|
ReCounter(Counter orgn)
Ctor.
|
Copyright © 2014–2015 stateful.co. All rights reserved.