Class Cell
- java.lang.Object
-
- org.apache.solr.client.solrj.cloud.autoscaling.Cell
-
- All Implemented Interfaces:
MapSerializable
,MapWriter
,NavigableObject
public class Cell extends Object implements MapWriter
Each instance represents an attribute that is being tracked by the framework such as , freedisk, cores etc
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cell
copy()
Object
getApproxValue()
String
getName()
Row
getRow()
Object
getValue()
String
toString()
void
writeMap(MapWriter.EntryWriter ew)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
-
-
-
-
Constructor Detail
-
Cell
public Cell(int index, String name, Object val, Object approxVal, Variable.Type type, Row row)
-
-
Method Detail
-
writeMap
public void writeMap(MapWriter.EntryWriter ew) throws IOException
- Specified by:
writeMap
in interfaceMapWriter
- Throws:
IOException
-
getRow
public Row getRow()
-
copy
public Cell copy()
-
getName
public String getName()
-
getValue
public Object getValue()
-
getApproxValue
public Object getApproxValue()
-
-