Class Condition
- java.lang.Object
-
- org.apache.solr.client.solrj.cloud.autoscaling.Condition
-
- All Implemented Interfaces:
MapSerializable
,MapWriter
,NavigableObject
public class Condition extends Object implements MapWriter
-
-
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 Double
delta(Object val)
boolean
equals(Object that)
Clause
getClause()
String
getName()
Operand
getOperand()
Object
getValue()
Double
replicaCountDelta(Object val)
String
toString()
void
writeMap(MapWriter.EntryWriter ew)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
-
-
-
-
Method Detail
-
writeMap
public void writeMap(MapWriter.EntryWriter ew) throws IOException
- Specified by:
writeMap
in interfaceMapWriter
- Throws:
IOException
-
getClause
public Clause getClause()
-
getName
public String getName()
-
getValue
public Object getValue()
-
getOperand
public Operand getOperand()
-
-