This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.cube.metadata.Storage (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.cube.metadata.Storage

Packages that use Storage
org.apache.lens.cube.metadata   
org.apache.lens.server.metastore   
org.apache.lens.storage.db   
 

Uses of Storage in org.apache.lens.cube.metadata
 

Subclasses of Storage in org.apache.lens.cube.metadata
 class HDFSStorage
           
 

Methods in org.apache.lens.cube.metadata that return Storage
 Storage CubeMetastoreClient.getStorage(String storageName)
          Get Storage object corresponding to the name
 

Methods in org.apache.lens.cube.metadata that return types with arguments of type Storage
 List<Storage> CubeMetastoreClient.getAllStorages()
          Get all storages in metastore
 

Methods in org.apache.lens.cube.metadata with parameters of type Storage
 void CubeMetastoreClient.alterStorage(String storageName, Storage storage)
          Alter storage specified by the name to new definition
 void CubeMetastoreClient.createStorage(Storage storage)
           
 

Uses of Storage in org.apache.lens.server.metastore
 

Methods in org.apache.lens.server.metastore that return Storage
static Storage JAXBUtils.storageFromXStorage(XStorage xs)
           
 

Methods in org.apache.lens.server.metastore with parameters of type Storage
static XStorage JAXBUtils.xstorageFromStorage(Storage storage)
           
 

Uses of Storage in org.apache.lens.storage.db
 

Subclasses of Storage in org.apache.lens.storage.db
 class DBStorage
          The Class DBStorage.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.