| Interface | Description |
|---|---|
| Config.CLIOption |
An interface that makes it convenient to use commons-CLI style option
while defining all fields as an enum at one place.
|
| Config.ConfigurableEnum | |
| Config.DefaultValueEnum | |
| Config.Disableable |
Used to disallow some parameters from being configured during production
runs but allow them to be configured for testing or instrumentation
purposes.
|
| Diskable<K,V> | |
| GCConcurrentHashMapCallback | |
| IntegerType | |
| Keyable<KeyType> | |
| Pausable | |
| Summarizable |
| Class | Description |
|---|---|
| ClassFinder | |
| Config | |
| DefaultTest | |
| DelayProfiler | |
| DiskMap<K,V> | |
| DiskMapTest |
Test class for
DiskMap. |
| GCConcurrentHashMap<K,V> | |
| GCConcurrentHashMap.GCConcurrentHashMapTest | |
| IntegerPacketTypeMap<V extends IntegerPacketType> | |
| MultiArrayMap<K,V extends Keyable<K>> | |
| MultiArrayMapTest | |
| MyLogger | |
| NullIfEmptyMap<KeyType,ValueType> | |
| RepeatRule |
Taken from https://gist.github.com/fappel/8bcb2aea4b39ff9cfb6e
|
| SessionKeys | |
| SessionKeys.SecretKeyAndCertificate | |
| SessionKeys.SecretKeyCertificate |
A secret key certificate consists of a [secretKey, timestamp] 2-tuple
signed by the corresponding public key, and all three of these together
form the certificate.
|
| SessionKeysTest | |
| Stringer | |
| StringLocker | |
| Util | |
| UtilServer |
Created by kanantharamu on 2/21/17.
|
| UtilTest | |
| Waitfor<NodeIDType> |
| Enum | Description |
|---|---|
| SessionKeys.Events |
Events associated with secret session keys.
|
| Annotation Type | Description |
|---|---|
| Repeat |
Taken from https://gist.github.com/fappel/8bcb2aea4b39ff9cfb6e
|