water
Class Iced

java.lang.Object
  extended by water.Iced
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Direct Known Subclasses:
Chunk, ConfusionMatrix, ConfusionTask.CMFinal, Constants, CustomParser, CustomParser.CustomInspectDataOut, CustomParser.ParserSetup, CustomParser.PSetupGuess, DException, DGLM.FamilyIced, DGLM.GLMParams, DGLM.GLMValidation, DGLM.LambdaMax, DGLM.LinkIced, DHistogram, DLSM.LSMSolver, DPCA.EigenvectorMatrix, DPCA.PCAParams, DRF.DRFParams, Enum, Frame, GLMGrid.GLMModels, GLMParams, GLMValidation, Gram, H2ONode, HeartBeat, Histogram.Bins, Job.ChunkProgress, Job.Fail, JStack.StackSummary, Key, Key.Ary, Layer, Log.LogStr, LSMSolver, MinorityClasses.UnbalancedClass, Model, NewRowVecTask.DataFrame, NewRowVecTask.RowFunc, OldModel, ParseDataset.FileInfo, ParseDataset2.FVecDataOut, ParseDataset2.ParseProgressMonitor, PersistS3Task.Progress, Quantiles, RequestArguments.Argument, RowTask.RowFunction, RowVecTask.Sampling, Summary, Summary.ColSummary, Summary2, Utils.IcedInt, Value, ValueArray, ValueArray.Column, Vec, Vec.VectorGroup

public abstract class Iced
extends java.lang.Object
implements Freezable, java.lang.Cloneable

Empty marker class. Used by the auto-serializer.


Constructor Summary
Iced()
           
 
Method Summary
 Iced clone()
           
 int frozenType()
          Return the cluster-wide-unique 2-byte type ID for instances of this class
 Iced init(Key k)
           
<T extends Freezable>
T
newInstance()
          Make a new instance of class 'this' with the empty constructor
<T extends Freezable>
T
read(AutoBuffer bb)
          Deserialize from the AutoBuffer into a pre-existing 'this' object.
 DocGen.FieldDoc[] toDocField()
          Reflective list of fields
 AutoBuffer write(AutoBuffer bb)
          Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.
 AutoBuffer writeJSON(AutoBuffer bb)
           
 AutoBuffer writeJSONFields(AutoBuffer bb)
          Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iced

public Iced()
Method Detail

write

public AutoBuffer write(AutoBuffer bb)
Description copied from interface: Freezable
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.

Specified by:
write in interface Freezable

read

public <T extends Freezable> T read(AutoBuffer bb)
Description copied from interface: Freezable
Deserialize from the AutoBuffer into a pre-existing 'this' object.

Specified by:
read in interface Freezable

newInstance

public <T extends Freezable> T newInstance()
Description copied from interface: Freezable
Make a new instance of class 'this' with the empty constructor

Specified by:
newInstance in interface Freezable

frozenType

public int frozenType()
Description copied from interface: Freezable
Return the cluster-wide-unique 2-byte type ID for instances of this class

Specified by:
frozenType in interface Freezable

writeJSONFields

public AutoBuffer writeJSONFields(AutoBuffer bb)
Description copied from interface: Freezable
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer. Output is legal JSON.

Specified by:
writeJSONFields in interface Freezable

writeJSON

public AutoBuffer writeJSON(AutoBuffer bb)

toDocField

public DocGen.FieldDoc[] toDocField()
Description copied from interface: Freezable
Reflective list of fields

Specified by:
toDocField in interface Freezable

init

public Iced init(Key k)

clone

public Iced clone()
Overrides:
clone in class java.lang.Object