Package water.util

Miscellaneous utility classes (for example, for logging).

See:
          Description

Interface Summary
Log.Tag Tags for log messages
 

Class Summary
ByteBufferInputStream  
Check  
Counter  
FileIntegrityChecker  
GLMRunner  
IndentingAppender  
JsonUtil  
JStackCollectorTask  
Log Log for H2O.
Log.LogStr  
Log.Wrapper  
LogCollectorTask  
RIStream  
RString A replaceable string that allows very easy and simple replacements.
TimelineSnapshot Wrapper around timeline snapshot.
TreeRenderer  
UserSpecifiedNetwork Data structure for holding network info specified by the user on the command line.
Utils  
Utils.IcedArrayList<T extends Iced> Simple wrapper around ArrayList with support for H2O serialization
Utils.IcedHashMap<K extends Iced,V extends Iced> Simple wrapper around HashMap with support for H2O serialization
Utils.IcedInt  
 

Enum Summary
Log.Tag.Kind What kind of message?
Log.Tag.Sys Which subsystem of h2o?
 

Exception Summary
Utils.ExpectedExceptionForDebug  
 

Package water.util Description

Miscellaneous utility classes (for example, for logging).