public interface AtlasRestClient
| Modifier and Type | Method and Description |
|---|---|
InputStream |
exportData(org.apache.atlas.model.impexp.AtlasExportRequest request) |
String |
getEntityGuid(String entityType,
String attributeName,
String qualifiedName) |
org.apache.atlas.model.impexp.AtlasServer |
getServer(String endpoint,
HiveConf conf) |
boolean |
getStatus(HiveConf conf) |
org.apache.atlas.model.impexp.AtlasImportResult |
importData(org.apache.atlas.model.impexp.AtlasImportRequest request,
AtlasReplInfo atlasReplInfo) |
InputStream exportData(org.apache.atlas.model.impexp.AtlasExportRequest request) throws SemanticException
SemanticExceptionorg.apache.atlas.model.impexp.AtlasImportResult importData(org.apache.atlas.model.impexp.AtlasImportRequest request,
AtlasReplInfo atlasReplInfo)
throws Exception
Exceptionorg.apache.atlas.model.impexp.AtlasServer getServer(String endpoint, HiveConf conf) throws SemanticException
SemanticExceptionString getEntityGuid(String entityType, String attributeName, String qualifiedName) throws SemanticException
SemanticExceptionboolean getStatus(HiveConf conf) throws SemanticException
SemanticExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.