Omaha #3671 turn on LZF compression of satellite hdf5 data
Change-Id: I6709fa5a262a0119d81d2b22745c2d4f67d649aa Former-commit-id:9158ce06e2
[formerly7e3b5f973b
] [formerly9158ce06e2
[formerly7e3b5f973b
] [formerly6a1ee6a5d0
[formerly 2f79d47e4ed5aaf316d54a442123b9906fa8d2b9]]] Former-commit-id:6a1ee6a5d0
Former-commit-id:40b7f9b574
[formerlye288d38707
] Former-commit-id:534653c297
This commit is contained in:
parent
c9dbc2a8bc
commit
23204510d8
1 changed files with 5 additions and 4 deletions
|
@ -4,10 +4,11 @@
|
|||
|
||||
<bean id="satelliteProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties"
|
||||
depends-on="satellitePluginName">
|
||||
<property name="pluginName" ref="satellitePluginName" />
|
||||
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.satellite" />
|
||||
<property name="dao" value="com.raytheon.edex.plugin.satellite.dao.SatelliteDao" />
|
||||
<property name="record" value="com.raytheon.uf.common.dataplugin.satellite.SatelliteRecord" />
|
||||
<property name="pluginName" ref="satellitePluginName" />
|
||||
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.satellite" />
|
||||
<property name="dao" value="com.raytheon.edex.plugin.satellite.dao.SatelliteDao" />
|
||||
<property name="record" value="com.raytheon.uf.common.dataplugin.satellite.SatelliteRecord" />
|
||||
<property name="compression" value="LZF" />
|
||||
</bean>
|
||||
|
||||
<bean id="satelliteRegistered" factory-bean="pluginRegistry" factory-method="register">
|
||||
|
|
Loading…
Add table
Reference in a new issue