|
|
@ -1,30 +1,13 @@ |
|
|
|
package com.fr.plugin.hdfs.repository.decision; |
|
|
|
package com.fr.plugin.hdfs.repository.decision; |
|
|
|
|
|
|
|
|
|
|
|
import com.fr.decision.fun.SystemOptionProvider; |
|
|
|
import com.fr.decision.fun.impl.AbstractWebResourceProvider; |
|
|
|
import com.fr.decision.fun.impl.AbstractSystemOptionProvider; |
|
|
|
|
|
|
|
import com.fr.decision.web.MainComponent; |
|
|
|
import com.fr.decision.web.MainComponent; |
|
|
|
import com.fr.stable.fun.mark.API; |
|
|
|
|
|
|
|
import com.fr.web.struct.Atom; |
|
|
|
import com.fr.web.struct.Atom; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Created by rinoux on 2018/11/26. |
|
|
|
* Created by rinoux on 2018/11/26. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@API(level = SystemOptionProvider.CURRENT_LEVEL) |
|
|
|
public class HDFSFileServerOption extends AbstractWebResourceProvider { |
|
|
|
public class HDFSFileServerOption extends AbstractSystemOptionProvider { |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public String id() { |
|
|
|
|
|
|
|
return "hdfs_file_server"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public String displayName() { |
|
|
|
|
|
|
|
return "HDFS"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public int sortIndex() { |
|
|
|
|
|
|
|
return 2; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public Atom attach() { |
|
|
|
public Atom attach() { |
|
|
|