Class | Description |
---|---|
KeyValueFileStore<K extends util.object.Identifiable,V> |
A
KeyValueStore backed by a TaskFileStore . |
MemoryKeyValueStore<K extends util.object.Identifiable,V> |
A
KeyValueStore backed by an in-memory map; mainly useful for
testing. |
RemotePathMapper |
Implements
RemotePathResolver using a configured remote-to-local
map. |
TaskIdPathStore<T extends util.object.Identifiable> |
A
TaskFileStore based on TaskIdPath . |
TSafeKeyValueStore<K extends util.object.Identifiable,V> |
Wraps a
KeyValueStore to make it thread safe. |