org.apache.camel.component.hdfs2
Class HdfsOsgiHelper

java.lang.Object
  extended by org.apache.camel.component.hdfs2.HdfsOsgiHelper

public class HdfsOsgiHelper
extends Object

Class which may be used in OSGi/Blueprint environment to perform some static initialization

This could be useful to fix the usage of ServiceLoader by Hadoop 2 in OSGi environment.


Constructor Summary
HdfsOsgiHelper(Map<String,String> fileSystems)
          By using this constructor it is possible to perform static initialization of FileSystem.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdfsOsgiHelper

public HdfsOsgiHelper(Map<String,String> fileSystems)
By using this constructor it is possible to perform static initialization of FileSystem.



Apache Camel