See: Description
| Interface | Description |
|---|---|
| FutureCompletionListener<V> |
Listener that is notified when a
ListenableFuture completes and thus
has a result available. |
| ListenableFuture<V> |
Future that allows asynchronous notifications.
|
| Class | Description |
|---|---|
| AbstractListenableFuture<V> |
Abstract base implementation of a
ListenableFuture. |
| BasicIntegerIdPool |
Pool of integer IDs.
|
| DatagramChannelUtil |
Utility methods for dealing with
DatagramChannels. |
| DelegatingListenableFuture<V> |
Listenable future implementation that simply delegates all method calls to
another listenable future.
|
| EnvironmentUtil |
Utility functions for handling environment variables.
|
| HostNameUtil |
Host name utility.
|
| IdentityWrapper<T> |
Identity semantics for any reference.
|
| Inet4AddressUtil |
Utility methods for dealing with IPv4 addresses.
|
| IntegerIdPool |
Pool of integer IDs.
|
| IntegerIdPool.Id |
Integer identifier.
|
| LinkedWeakIdentityHashSet<E> |
Hash set that holds its elements through weak references and has a
predictable iteration order.
|
| NullTerminatedStringUtil |
Utility methods for converting between Java strings and the null-terminated
byte-sequences used over the wire.
|
| SimpleConcurrentQueue<E> |
Simple concurrent lock-free queue backed by a linked list.
|
| SimpleListenableFuture<V> |
Simple implementation of a
ListenableFuture. |
| UserNameUtil |
User name utility.
|
Utility classes that are used by various components..
Copyright © 2014–2018 aquenos GmbH. All rights reserved.