Modifier and Type | Method and Description |
---|---|
XStorage |
ObjectFactory.createXStorage()
Create an instance of
XStorage |
XStorage |
XStorage.withClassname(String value) |
XStorage |
XStorage.withName(String value) |
XStorage |
XStorage.withProperties(XProperties value) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XStorage> |
ObjectFactory.createXStorage(XStorage value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XStorage> |
ObjectFactory.createXStorage(XStorage value)
|
Modifier and Type | Method and Description |
---|---|
XStorage |
LensMetadataClient.getStorage(String storageName) |
XStorage |
LensClient.getStorage(String storageName) |
Modifier and Type | Method and Description |
---|---|
APIResult |
LensMetadataClient.createNewStorage(XStorage storage) |
APIResult |
LensMetadataClient.updateStorage(String storageName,
XStorage storage) |
Modifier and Type | Method and Description |
---|---|
static XStorage |
JAXBUtils.xstorageFromStorage(Storage storage) |
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.alterStorage(XStorage storage)
Alter storage specified by the name to new definition
|
void |
CubeMetastoreClient.createStorage(XStorage storage) |
static Storage |
JAXBUtils.storageFromXStorage(XStorage xs) |
Modifier and Type | Method and Description |
---|---|
void |
MetastoreHelper.createStorage(XStorage storage) |
void |
MetastoreHelper.createStorage(XStorage storage,
String sessionHandleString) |
Modifier and Type | Method and Description |
---|---|
XStorage |
CubeMetastoreService.getStorage(LensSessionHandle sessionid,
String storageName)
Get Storage specified by name
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreService.alterStorage(LensSessionHandle sessionid,
String storageName,
XStorage storage)
Alter storage specified by name, with new definition
|
void |
CubeMetastoreService.createStorage(LensSessionHandle sessionid,
XStorage storage)
Create a storage
|
Modifier and Type | Method and Description |
---|---|
XStorage |
CubeMetastoreServiceImpl.getStorage(LensSessionHandle sessionid,
String storageName) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XStorage> |
MetastoreResource.getStorage(LensSessionHandle sessionid,
String storageName)
Get the storage specified by name
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreServiceImpl.alterStorage(LensSessionHandle sessionid,
String storageName,
XStorage storage) |
APIResult |
MetastoreResource.createNewStorage(LensSessionHandle sessionid,
XStorage storage)
Create new storage
|
void |
CubeMetastoreServiceImpl.createStorage(LensSessionHandle sessionid,
XStorage storage) |
APIResult |
MetastoreResource.updateStorage(LensSessionHandle sessionid,
String storageName,
XStorage storage)
Update storage definition
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.