Package org.apache.hadoop.gateway.descriptor.impl

Examples of org.apache.hadoop.gateway.descriptor.impl.GatewayDescriptorImpl


  private static Map<String, GatewayDescriptorImporter> IMPORTERS = loadImporters();
  private static Map<String, GatewayDescriptorExporter> EXPORTERS = loadExporters();

  public static GatewayDescriptor create() {
    return new GatewayDescriptorImpl();
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.gateway.descriptor.impl.GatewayDescriptorImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.