Package | Description |
---|---|
org.apache.lens.cube.metadata | |
org.apache.lens.server.metastore | |
org.apache.lens.storage.db |
Modifier and Type | Class and Description |
---|---|
class |
HDFSStorage |
Modifier and Type | Method and Description |
---|---|
Storage |
CubeMetastoreClient.getStorage(String storageName)
Get
Storage object corresponding to the name |
Modifier and Type | Method and Description |
---|---|
Collection<Storage> |
CubeMetastoreClient.getAllStorages()
Get all storages in metastore
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.alterStorage(String storageName,
Storage storage)
Alter storage specified by the name to new definition
|
void |
CubeMetastoreClient.createStorage(Storage storage) |
Modifier and Type | Method and Description |
---|---|
static Storage |
JAXBUtils.storageFromXStorage(XStorage xs) |
Modifier and Type | Method and Description |
---|---|
static XStorage |
JAXBUtils.xstorageFromStorage(Storage storage) |
Modifier and Type | Class and Description |
---|---|
class |
DBStorage
The Class DBStorage.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.