Package org.apache.ambari.view.pig.persistence

Examples of org.apache.ambari.view.pig.persistence.InstanceKeyValueStorage


        // If specifed, use LocalKeyValueStorage - key-value file based storage
        storageInstance = new LocalKeyValueStorage(context);
      } else {
        LOG.debug("Using Persistence API to store data");
        // If not specifed, use ambari-views Persistence API
        storageInstance = new InstanceKeyValueStorage(context);
      }
    }
    return storageInstance;
  }
View Full Code Here

TOP

Related Classes of org.apache.ambari.view.pig.persistence.InstanceKeyValueStorage

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.