Interface | Description |
---|---|
PersistManager.Schemes |
Persistence schemes; used as file prefixes eg "hdfs://some_hdfs_path/some_file"
|
S3ClientFactory |
Class | Description |
---|---|
EagerPersistBase |
Parent class for Persist implementations that do eager-load
(data is loaded at import time as opposed to parse time).
|
Persist |
Abstract class describing various persistence targets.
|
Persist.PersistEntry | |
PersistEagerHTTP | |
PersistFS |
Persistence backend using local file system.
|
PersistH2O | |
PersistHex | |
PersistManager |
One true persistence manager which hides the implementations from H2O.
|
PersistManager.PersistStatsEntry | |
PersistNFS |