ATLAS-3912: moved classes from intg to repository or common module
This commit is contained in:
parent
aa441de4f6
commit
fb37476398
|
|
@ -16,7 +16,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.atlas.store;
|
||||
package org.apache.atlas;
|
||||
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v1;
|
|||
|
||||
import org.apache.atlas.RequestContext;
|
||||
import org.apache.atlas.repository.graphdb.AtlasGraph;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.type.AtlasTypeRegistry;
|
||||
import org.apache.atlas.util.AtlasRepositoryConfiguration;
|
||||
import org.slf4j.Logger;
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import org.apache.atlas.repository.graphdb.AtlasGraph;
|
|||
import org.apache.atlas.repository.graphdb.AtlasVertex;
|
||||
import org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2;
|
||||
import org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.type.*;
|
||||
import org.apache.atlas.type.AtlasStructType.AtlasAttribute;
|
||||
import org.apache.atlas.type.AtlasStructType.AtlasAttribute.AtlasRelationshipEdgeDirection;
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ import org.apache.atlas.repository.store.graph.AtlasEntityStore;
|
|||
import org.apache.atlas.repository.store.graph.EntityGraphDiscovery;
|
||||
import org.apache.atlas.repository.store.graph.EntityGraphDiscoveryContext;
|
||||
import org.apache.atlas.repository.store.graph.v1.DeleteHandlerDelegate;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.type.AtlasArrayType;
|
||||
import org.apache.atlas.type.AtlasBusinessMetadataType.AtlasBusinessAttribute;
|
||||
import org.apache.atlas.type.AtlasClassificationType;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.apache.atlas.repository.store.graph.AtlasEntityStore;
|
|||
import org.apache.atlas.repository.store.graph.v2.AtlasEntityStream;
|
||||
import org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2;
|
||||
import org.apache.atlas.store.AtlasTypeDefStore;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.type.AtlasEntityType;
|
||||
import org.apache.atlas.type.AtlasType;
|
||||
import org.apache.atlas.type.AtlasTypeRegistry;
|
||||
|
|
|
|||
|
|
@ -18,11 +18,9 @@
|
|||
package org.apache.atlas.repository.store.graph.v2;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import org.apache.atlas.RequestContext;
|
||||
import org.apache.atlas.model.instance.AtlasEntity;
|
||||
import org.apache.atlas.model.instance.AtlasObjectId;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.testng.annotations.BeforeTest;
|
||||
import org.apache.atlas.DeleteType;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v2;
|
|||
import com.google.common.collect.ImmutableList;
|
||||
import org.apache.atlas.model.instance.AtlasEntity;
|
||||
import org.apache.atlas.model.instance.AtlasObjectId;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import org.apache.atlas.repository.store.graph.AtlasRelationshipStore;
|
|||
import org.apache.atlas.repository.store.graph.v1.DeleteHandlerDelegate;
|
||||
import org.apache.atlas.runner.LocalSolrRunner;
|
||||
import org.apache.atlas.store.AtlasTypeDefStore;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.type.AtlasEntityType;
|
||||
import org.apache.atlas.type.AtlasTypeRegistry;
|
||||
import org.apache.commons.collections.CollectionUtils;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v2;
|
|||
import com.google.common.collect.ImmutableList;
|
||||
import org.apache.atlas.model.instance.AtlasEntity;
|
||||
import org.apache.atlas.model.instance.AtlasObjectId;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.type.AtlasTypeUtil;
|
||||
|
||||
import java.util.Map;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ package org.apache.atlas.repository.store.graph.v2;
|
|||
import com.google.common.collect.ImmutableList;
|
||||
import org.apache.atlas.model.instance.AtlasEntity;
|
||||
import org.apache.atlas.model.instance.AtlasObjectId;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.type.AtlasTypeUtil;
|
||||
|
||||
import java.util.Map;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.apache.atlas.repository.store.bootstrap.AtlasTypeDefStoreInitializer;
|
|||
import org.apache.atlas.repository.store.graph.AtlasEntityStore;
|
||||
import org.apache.atlas.runner.LocalSolrRunner;
|
||||
import org.apache.atlas.store.AtlasTypeDefStore;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.type.AtlasEntityType;
|
||||
import org.apache.atlas.type.AtlasTypeRegistry;
|
||||
import org.apache.atlas.type.AtlasTypeUtil;
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ import org.apache.atlas.model.instance.AtlasEntity;
|
|||
import org.apache.atlas.model.instance.AtlasEntity.AtlasEntityWithExtInfo;
|
||||
import org.apache.atlas.model.instance.AtlasEntityHeader;
|
||||
import org.apache.atlas.model.instance.AtlasObjectId;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.utils.AtlasPerfMetrics;
|
||||
import org.apache.atlas.utils.AtlasPerfMetrics.MetricRecorder;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import org.apache.atlas.AtlasClient;
|
|||
import org.apache.atlas.AtlasException;
|
||||
import org.apache.atlas.RequestContext;
|
||||
import org.apache.atlas.authorize.AtlasAuthorizationUtils;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.util.AtlasRepositoryConfiguration;
|
||||
import org.apache.atlas.web.util.DateTimeHelper;
|
||||
import org.apache.atlas.web.util.Servlets;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ import org.apache.atlas.model.instance.EntityMutationResponse;
|
|||
import org.apache.atlas.model.instance.EntityMutations;
|
||||
import org.apache.atlas.model.typedef.AtlasTypesDef;
|
||||
import org.apache.atlas.store.AtlasTypeDefStore;
|
||||
import org.apache.atlas.store.DeleteType;
|
||||
import org.apache.atlas.DeleteType;
|
||||
import org.apache.atlas.web.rest.EntityREST;
|
||||
import org.mockito.Mockito;
|
||||
import org.testng.Assert;
|
||||
|
|
|
|||
Loading…
Reference in New Issue