Issue #2635 Remove unneeded retrieval plan plan for sbn data on the wfo.
Change-Id: Icb4ce20d0fa5c8bfc8af90020bbdcade0c396168 Former-commit-id:b4b51de862
[formerlyd329fc26bb
] [formerlyd324400d65
] [formerlyb4b51de862
[formerlyd329fc26bb
] [formerlyd324400d65
] [formerlyd0ae47d053
[formerlyd324400d65
[formerly f4c1739687685a22847a09490724e84825032146]]]] Former-commit-id:d0ae47d053
Former-commit-id:413d6e83d3
[formerly729ab5d41e
] [formerly 230f64f02e7a5999b7f549e68cba93e994622dda [formerly8476a13e41
]] Former-commit-id: 71ca5ec5cbf790259ccbbf23ade4ec069ca5e700 [formerlyf0f1abea6b
] Former-commit-id:b12fc921a5
This commit is contained in:
parent
0f56d01ce6
commit
af8b8cf0f5
1 changed files with 0 additions and 18 deletions
|
@ -16,28 +16,10 @@
|
|||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- SBN routed subscriptions are scheduled for retrieval at the WFO,
|
||||
but the actual retrieval occurs at the NCF -->
|
||||
<bean id="SBNRetrievalPlan"
|
||||
class="com.raytheon.uf.edex.datadelivery.bandwidth.retrieval.RetrievalPlan">
|
||||
<property name="network" value="SBN" />
|
||||
<property name="map" ref="BandwidthMap" />
|
||||
<property name="bandwidthDao" ref="bandwidthDao" />
|
||||
<property name="bucketsDao" ref="bandwidthBucketDao" />
|
||||
<property name="associator" ref="bandwidthBucketAllocationAssociator" />
|
||||
<property name="scheduler">
|
||||
<bean
|
||||
class="com.raytheon.uf.edex.datadelivery.bandwidth.retrieval.PriorityRetrievalScheduler" />
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<util:map id="retrievalPlans">
|
||||
<entry key="OPSNET">
|
||||
<ref local="OPSNETRetrievalPlan" />
|
||||
</entry>
|
||||
<entry key="SBN">
|
||||
<ref local="SBNRetrievalPlan" />
|
||||
</entry>
|
||||
</util:map>
|
||||
|
||||
</beans>
|
Loading…
Add table
Reference in a new issue