@Deprecated public class SharedObjectsMetaStore extends org.pentaho.metastore.stores.memory.MemoryMetaStore implements org.pentaho.metastore.api.IMetaStore
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.pentaho.metastore.api.IMetaStoreElementType |
databaseElementType
已过时。
|
protected SharedObjects |
sharedObjects
已过时。
|
| 构造器和说明 |
|---|
SharedObjectsMetaStore(SharedObjects sharedObjects)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createElement(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType,
org.pentaho.metastore.api.IMetaStoreElement element)
已过时。
|
void |
createElementType(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
已过时。
|
void |
createNamespace(String namespace)
已过时。
|
void |
deleteElement(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType,
String elementId)
已过时。
|
void |
deleteElementType(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
已过时。
|
void |
deleteNamespace(String namespace)
已过时。
|
org.pentaho.metastore.api.IMetaStoreElement |
getElement(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType,
String elementId)
已过时。
|
org.pentaho.metastore.api.IMetaStoreElement |
getElementByName(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType,
String name)
已过时。
|
List<String> |
getElementIds(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
已过时。
|
List<org.pentaho.metastore.api.IMetaStoreElement> |
getElements(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
已过时。
|
org.pentaho.metastore.api.IMetaStoreElementType |
getElementType(String namespace,
String elementTypeId)
已过时。
|
org.pentaho.metastore.api.IMetaStoreElementType |
getElementTypeByName(String namespace,
String elementTypeName)
已过时。
|
List<String> |
getElementTypeIds(String namespace)
已过时。
|
List<org.pentaho.metastore.api.IMetaStoreElementType> |
getElementTypes(String namespace)
已过时。
|
List<String> |
getNamespaces()
已过时。
|
SharedObjects |
getSharedObjects()
已过时。
|
boolean |
namespaceExists(String namespace)
已过时。
|
void |
setSharedObjects(SharedObjects sharedObjects)
已过时。
|
void |
updateElementType(String namespace,
org.pentaho.metastore.api.IMetaStoreElementType elementType)
已过时。
|
equals, newAttribute, newElement, newElement, newElementOwner, newElementType, updateElementgetDescription, getName, getTwoWayPasswordEncoder, setDescription, setName, setTwoWayPasswordEncoderprotected org.pentaho.metastore.api.IMetaStoreElementType databaseElementType
protected SharedObjects sharedObjects
public SharedObjectsMetaStore(SharedObjects sharedObjects) throws org.pentaho.metastore.api.exceptions.MetaStoreException
org.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic List<String> getNamespaces() throws org.pentaho.metastore.api.exceptions.MetaStoreException
getNamespaces 在接口中 org.pentaho.metastore.api.IMetaStoregetNamespaces 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic void createNamespace(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreNamespaceExistsException
createNamespace 在接口中 org.pentaho.metastore.api.IMetaStorecreateNamespace 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreNamespaceExistsExceptionpublic void deleteNamespace(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException
deleteNamespace 在接口中 org.pentaho.metastore.api.IMetaStoredeleteNamespace 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsExceptionpublic boolean namespaceExists(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException
namespaceExists 在接口中 org.pentaho.metastore.api.IMetaStorenamespaceExists 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic List<org.pentaho.metastore.api.IMetaStoreElementType> getElementTypes(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementTypes 在接口中 org.pentaho.metastore.api.IMetaStoregetElementTypes 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic List<String> getElementTypeIds(String namespace) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementTypeIds 在接口中 org.pentaho.metastore.api.IMetaStoregetElementTypeIds 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic org.pentaho.metastore.api.IMetaStoreElementType getElementType(String namespace, String elementTypeId) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementType 在接口中 org.pentaho.metastore.api.IMetaStoregetElementType 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic org.pentaho.metastore.api.IMetaStoreElementType getElementTypeByName(String namespace, String elementTypeName) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementTypeByName 在接口中 org.pentaho.metastore.api.IMetaStoregetElementTypeByName 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic void createElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreElementTypeExistsException
createElementType 在接口中 org.pentaho.metastore.api.IMetaStorecreateElementType 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreElementTypeExistsExceptionpublic void updateElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException
updateElementType 在接口中 org.pentaho.metastore.api.IMetaStoreupdateElementType 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic void deleteElementType(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsException
deleteElementType 在接口中 org.pentaho.metastore.api.IMetaStoredeleteElementType 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreDependenciesExistsExceptionpublic List<org.pentaho.metastore.api.IMetaStoreElement> getElements(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElements 在接口中 org.pentaho.metastore.api.IMetaStoregetElements 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic List<String> getElementIds(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementIds 在接口中 org.pentaho.metastore.api.IMetaStoregetElementIds 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic org.pentaho.metastore.api.IMetaStoreElement getElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String elementId) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElement 在接口中 org.pentaho.metastore.api.IMetaStoregetElement 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic org.pentaho.metastore.api.IMetaStoreElement getElementByName(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String name) throws org.pentaho.metastore.api.exceptions.MetaStoreException
getElementByName 在接口中 org.pentaho.metastore.api.IMetaStoregetElementByName 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic void createElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, org.pentaho.metastore.api.IMetaStoreElement element) throws org.pentaho.metastore.api.exceptions.MetaStoreException, org.pentaho.metastore.api.exceptions.MetaStoreElementExistException
createElement 在接口中 org.pentaho.metastore.api.IMetaStorecreateElement 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionorg.pentaho.metastore.api.exceptions.MetaStoreElementExistExceptionpublic void deleteElement(String namespace, org.pentaho.metastore.api.IMetaStoreElementType elementType, String elementId) throws org.pentaho.metastore.api.exceptions.MetaStoreException
deleteElement 在接口中 org.pentaho.metastore.api.IMetaStoredeleteElement 在类中 org.pentaho.metastore.stores.memory.MemoryMetaStoreorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic SharedObjects getSharedObjects()
public void setSharedObjects(SharedObjects sharedObjects)
Copyright © 2024 Hitachi Vantara. All rights reserved.