| Interface | Description |
|---|---|
| Callables.AdvancedRetryPredicate<T> | Deprecated
use RetryPolicy
|
| Callables.CheckedCallable<T,EX extends Exception> |
A callable that will be retried.
|
| Callables.RetryPredicate<T,R> | Deprecated
use RetryPolicy
|
| Callables.SimpleRetryPredicate<T> | Deprecated
use RetryPolicy
|
| Callables.TimeoutRetryPredicate<T,R> | Deprecated
use RetryPolicy
|
| ExecutionContext | |
| ExecutionContextFactory<T extends ExecutionContext> | |
| IntAppender | |
| IntSequence | |
| Slf4jMessageFormatter.ErrorHandler | |
| Writeable |
Interface for Objects that can write themselves to a appendable.
|
| Class | Description |
|---|---|
| AggregateTranslator | |
| AppendableUtils | |
| Arrays |
Array utilities.
|
| BasicExecutionContext |
The simplest execution context possible.
|
| Callables |
Utility class for executing stuff with retry logic.
|
| Callables.FibonacciBackoffRetryPredicate<T,R> | Deprecated
use RetryPolicy
|
| Callables.RetryDecision<R> | Deprecated
use RetryPolicy
|
| Callables.TimeoutCallable<T,EX extends Exception> | Deprecated
use RetryPolicy
|
| CharSequences |
Special methods to use for character sequences...
|
| CharSequenceTranslator | |
| Closeables | |
| EscapeJsonStringAppendableWrapper | |
| ExecutionContexts | |
| IntAppender.CommentNumberAppender | |
| IntAppender.SimplePrefixNumberAppender | |
| IntMath | |
| IntMath.XorShift128 | |
| IntMath.XorShift32 |
A very fast Pseudo random generator.
|
| IntMath.XorShift32ThreadSafe | Deprecated
please use JDK java.util.concurrent.ThreadLocalRandom instead.
|
| IntMath.XorShift32ThreadSafe.Singleton | |
| LookupTranslator |
Translates a value using a lookup table.
|
| Method | |
| Objects | |
| OctalUnescaper | |
| PackageInfo | |
| Slf4jMessageFormatter |
A more flexible implementation of the SLF4j message formatter (org.slf4j.helpers.MessageFormatter).
|
| TestTimeSource | |
| Throwables |
utility class for throwables.
|
| TimeoutDeadline | |
| TimeSource |
Utility method to convert between TimeSource.nanoTime and System.currentTimeMillis
|
| Timing |
A Utility class that allows for quick conversion between nanotime and epoch relative time.
|
| TLScratch | |
| UnicodeUnescaper | |
| XCollectors |
| Enum | Description |
|---|---|
| Callables.AdvancedAction | Deprecated
use RetryPolicy
|
| Callables.RetryDecision.Type | |
| Callables.SimpleAction | Deprecated
use RetryPolicy
|
| ReferenceType | |
| Throwables.PackageDetail |
enum describing the PackageDetail level to be logged in the stack trace.
|
| Exception | Description |
|---|---|
| CloneFailedException | |
| Throwables.TrimmedException | |
| UncheckedExecutionException | |
| UncheckedTimeoutException |
Copyright © 2018 SPF4J. All rights reserved.