Package org.apache.solr.common.cloud
Class RoutingRule
- java.lang.Object
- 
- org.apache.solr.common.cloud.ZkNodeProps
- 
- org.apache.solr.common.cloud.RoutingRule
 
 
- 
- All Implemented Interfaces:
- org.noggit.JSONWriter.Writable
 
 public class RoutingRule extends ZkNodeProps Used for routing docs with particular keys into another collection
- 
- 
Field Summary- 
Fields inherited from class org.apache.solr.common.cloud.ZkNodePropspropMap
 
- 
 - 
Constructor SummaryConstructors Constructor Description RoutingRule(String routeKey, Map<String,Object> propMap)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DocRouter.Range>getRouteRanges()StringgetRouteRangesStr()StringgetTargetCollectionName()booleanisExpired()static StringmakeExpiryAt(long timeMsFromNow)StringtoString()- 
Methods inherited from class org.apache.solr.common.cloud.ZkNodePropscontainsKey, equals, fromKeyVals, get, getBool, getInt, getProperties, getStr, getStr, keySet, load, plus, plus, shallowCopy, write
 
- 
 
- 
- 
- 
Method Detail- 
getRouteRangespublic List<DocRouter.Range> getRouteRanges() 
 - 
getTargetCollectionNamepublic String getTargetCollectionName() 
 - 
makeExpiryAtpublic static String makeExpiryAt(long timeMsFromNow) 
 - 
isExpiredpublic boolean isExpired() 
 - 
getRouteRangesStrpublic String getRouteRangesStr() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ZkNodeProps
 
 
- 
 
-