Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
92afb649
Commit
92afb649
authored
Jun 10, 2015
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed review comments
parent
1ff82a7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
DefaultGraphPersistenceStrategy.java
...tlas/discovery/graph/DefaultGraphPersistenceStrategy.java
+0
-1
GraphBackedMetadataRepository.java
...atlas/repository/graph/GraphBackedMetadataRepository.java
+0
-2
No files found.
repository/src/main/java/org/apache/atlas/discovery/graph/DefaultGraphPersistenceStrategy.java
View file @
92afb649
...
@@ -97,7 +97,6 @@ public class DefaultGraphPersistenceStrategy implements GraphPersistenceStrategi
...
@@ -97,7 +97,6 @@ public class DefaultGraphPersistenceStrategy implements GraphPersistenceStrategi
}
}
@Override
@Override
@GraphTransaction
public
Id
getIdFromVertex
(
String
dataTypeName
,
TitanVertex
vertex
)
{
public
Id
getIdFromVertex
(
String
dataTypeName
,
TitanVertex
vertex
)
{
return
metadataRepository
.
getIdFromVertex
(
dataTypeName
,
vertex
);
return
metadataRepository
.
getIdFromVertex
(
dataTypeName
,
vertex
);
}
}
...
...
repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedMetadataRepository.java
View file @
92afb649
...
@@ -938,7 +938,6 @@ public class GraphBackedMetadataRepository implements MetadataRepository {
...
@@ -938,7 +938,6 @@ public class GraphBackedMetadataRepository implements MetadataRepository {
public
final
class
GraphToTypedInstanceMapper
{
public
final
class
GraphToTypedInstanceMapper
{
@GraphTransaction
public
ITypedReferenceableInstance
mapGraphToTypedInstance
(
String
guid
,
public
ITypedReferenceableInstance
mapGraphToTypedInstance
(
String
guid
,
Vertex
instanceVertex
)
Vertex
instanceVertex
)
throws
MetadataException
{
throws
MetadataException
{
...
@@ -973,7 +972,6 @@ public class GraphBackedMetadataRepository implements MetadataRepository {
...
@@ -973,7 +972,6 @@ public class GraphBackedMetadataRepository implements MetadataRepository {
}
}
}
}
@GraphTransaction
public
void
mapVertexToInstance
(
Vertex
instanceVertex
,
ITypedInstance
typedInstance
,
public
void
mapVertexToInstance
(
Vertex
instanceVertex
,
ITypedInstance
typedInstance
,
Map
<
String
,
AttributeInfo
>
fields
)
Map
<
String
,
AttributeInfo
>
fields
)
throws
MetadataException
{
throws
MetadataException
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment