Package com.yahoo.search.dispatch
Class ReconfigurableDispatcher
java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.search.dispatch.Dispatcher
com.yahoo.search.dispatch.ReconfigurableDispatcher
- All Implemented Interfaces:
com.yahoo.component.Component
,com.yahoo.component.Deconstructable
,Comparable<com.yahoo.component.Component>
- Author:
- jonmv
-
Field Summary
Fields inherited from class com.yahoo.search.dispatch.Dispatcher
DISPATCH, topKProbability
Fields inherited from class com.yahoo.component.AbstractComponent
isDeconstructable
-
Constructor Summary
ConstructorDescriptionReconfigurableDispatcher
(com.yahoo.component.ComponentId clusterId, com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, com.yahoo.container.handler.VipStatus vipStatus) -
Method Summary
Methods inherited from class com.yahoo.search.dispatch.Dispatcher
allGroupsHaveSize1, getArgumentType, getFillInvoker, getSearchInvoker
Methods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
-
Constructor Details
-
ReconfigurableDispatcher
public ReconfigurableDispatcher(com.yahoo.component.ComponentId clusterId, com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, com.yahoo.container.handler.VipStatus vipStatus)
-
-
Method Details
-
deconstruct
public void deconstruct()- Specified by:
deconstruct
in interfacecom.yahoo.component.Deconstructable
- Overrides:
deconstruct
in classDispatcher
-