index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/CatalogTraversalAction.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
100
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/impl/ConnectorTableServiceProxy.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
101
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/impl/DefaultOwnerValidationService.java
package com.netflix.metacat.main.services.impl; import com.google.common.collect.ImmutableSet; import com.netflix.metacat.common.MetacatRequestContext; import com.netflix.metacat.common.QualifiedName; import com.netflix.metacat.common.dto.TableDto; import com.netflix.metacat.common.server.util.MetacatContextManager; i...
102
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/impl/CatalogServiceImpl.java
/* * Copyright 2016 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or ag...
103
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/impl/PartitionServiceImpl.java
/* * Copyright 2016 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or ag...
104
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/impl/MViewServiceImpl.java
/* * Copyright 2016 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or ag...
105
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/impl/DatabaseServiceImpl.java
/* * Copyright 2016 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or ag...
106
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/impl/TableServiceImpl.java
/* * Copyright 2016 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or ag...
107
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/impl/package-info.java
/* * * Copyright 2016 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
108
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/init/MetacatThriftInitService.java
package com.netflix.metacat.main.services.init; import com.google.common.base.Throwables; import com.netflix.metacat.main.services.MetacatThriftService; import lombok.Getter; import lombok.NonNull; import lombok.RequiredArgsConstructor; import lombok.experimental.Accessors; import lombok.extern.slf4j.Slf4j; import ja...
109
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/init/MetacatCoreInitService.java
package com.netflix.metacat.main.services.init; import com.netflix.metacat.common.server.util.ThreadServiceManager; import com.netflix.metacat.main.manager.CatalogManager; import com.netflix.metacat.main.manager.ConnectorManager; import com.netflix.metacat.main.manager.PluginManager; import lombok.Getter; import lombo...
110
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/init/package-info.java
/* * * Copyright 2016 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
111
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/health/MetacatHealthIndicator.java
package com.netflix.metacat.main.services.health; import com.netflix.metacat.main.services.init.MetacatCoreInitService; import com.netflix.metacat.main.services.init.MetacatThriftInitService; import lombok.RequiredArgsConstructor; import org.apache.thrift.transport.TSocket; import org.springframework.boot.actuate.heal...
112
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/health/package-info.java
/* * * Copyright 2016 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
113
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/search/ElasticSearchEventHandlers.java
/* * Copyright 2016 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or ag...
114
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/search/ElasticSearchUtil.java
/* * Copyright 2016 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or ag...
115
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/search/ElasticSearchUtilImpl.java
/* * Copyright 2016 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or ag...
116
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/search/ElasticSearchCatalogTraversalAction.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
117
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/search/ElasticSearchRefresh.java
/* * Copyright 2016 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or ag...
118
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/search/ElasticSearchDocConstants.java
/* * Copyright 2017 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unl...
119
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/search/package-info.java
/* * Copyright 2017 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unl...
120
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/search/ElasticSearchDoc.java
/* * Copyright 2017 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unl...
121
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications/NotificationService.java
/* * * Copyright 2016 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
122
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications/DefaultNotificationServiceImpl.java
/* * * Copyright 2016 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
123
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications/package-info.java
/* * Copyright 2017 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unl...
124
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications/sns/SNSNotificationPartitionAddMsg.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
125
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications/sns/SNSNotificationMetric.java
/* * * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
126
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications/sns/SNSNotificationServiceImpl.java
/* * * Copyright 2016 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
127
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications/sns/SNSNotificationServiceUtil.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
128
0
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications
Create_ds/metacat/metacat-main/src/main/java/com/netflix/metacat/main/services/notifications/sns/package-info.java
/* * Copyright 2017 Netflix, Inc. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unl...
129
0
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
130
0
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/store/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
131
0
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/store
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/store/data/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
132
0
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/store/data/repositories/CrdbDataMetadataRepositoryTests.java
//CHECKSTYLE:OFF package com.netflix.metacat.metadata.store.data.repositories; import com.netflix.metacat.metadata.store.configs.UserMetadataStoreConfig; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureDataJpa; import org.springframework.boot.t...
133
0
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/store/data/repositories/CrdbDefinitionMetadataRepositoryTests.java
//CHECKSTYLE:OFF package com.netflix.metacat.metadata.store.data.repositories; import com.netflix.metacat.metadata.store.configs.UserMetadataStoreConfig; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureDataJpa; import org.springframework.boot.t...
134
0
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/functionalTest/java/com/netflix/metacat/metadata/store/data/repositories/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
135
0
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
136
0
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/util/EntityTestUtil.java
//CHECKSTYLE:OFF package com.netflix.metacat.metadata.util; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ObjectNode; import com.netflix.metacat.common.Qua...
137
0
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/util/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
138
0
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/store/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
139
0
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/store
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/store/data/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
140
0
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/store/data/repositories/DataMetadataRepositoryTests.java
//CHECKSTYLE:OFF package com.netflix.metacat.metadata.store.data.repositories; import com.netflix.metacat.metadata.store.configs.UserMetadataStoreConfig; import com.netflix.metacat.metadata.store.data.entities.DataMetadataEntity; import com.netflix.metacat.metadata.util.EntityTestUtil; import lombok.extern.slf4j.Slf4j...
141
0
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/store/data/repositories/DefinitionMetadataRepositoryTests.java
//CHECKSTYLE:OFF package com.netflix.metacat.metadata.store.data.repositories; import com.netflix.metacat.common.QualifiedName; import com.netflix.metacat.metadata.store.configs.UserMetadataStoreConfig; import com.netflix.metacat.metadata.store.data.entities.DefinitionMetadataEntity; import com.netflix.metacat.metadat...
142
0
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/test/java/com/netflix/metacat/metadata/store/data/repositories/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
143
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/UserMetadataServiceImpl.java
package com.netflix.metacat.metadata; import com.netflix.metacat.common.json.MetacatJson; import com.netflix.metacat.common.server.properties.Config; import com.netflix.metacat.common.server.usermetadata.BaseUserMetadataService; import com.netflix.metacat.common.server.usermetadata.MetadataInterceptor; import com.netf...
144
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
145
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/UserMetadataStoreService.java
package com.netflix.metacat.metadata.store; import com.netflix.metacat.metadata.store.data.repositories.DataMetadataRepository; import com.netflix.metacat.metadata.store.data.repositories.DefinitionMetadataRepository; import lombok.NonNull; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.ann...
146
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
147
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/configs/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
148
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/configs/UserMetadataStoreConfig.java
package com.netflix.metacat.metadata.store.configs; import com.netflix.metacat.common.json.MetacatJson; import com.netflix.metacat.common.json.MetacatJsonLocator; import com.netflix.metacat.metadata.store.UserMetadataStoreService; import com.netflix.metacat.metadata.store.data.repositories.DataMetadataRepository; impo...
149
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/converters/QualifiedNameConverter.java
package com.netflix.metacat.metadata.store.data.converters; import com.netflix.metacat.common.QualifiedName; import lombok.extern.slf4j.Slf4j; import javax.persistence.AttributeConverter; import javax.persistence.Converter; /** * The attribute converter for the QualifiedName type. * * @author rveeramacheneni */ ...
150
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/converters/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
151
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/converters/ObjectNodeConverter.java
package com.netflix.metacat.metadata.store.data.converters; import com.fasterxml.jackson.databind.node.ObjectNode; import com.netflix.metacat.common.json.MetacatJson; import lombok.NonNull; import lombok.extern.slf4j.Slf4j; import javax.persistence.AttributeConverter; import javax.persistence.Converter; /** * Attri...
152
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/repositories/DefinitionMetadataRepository.java
package com.netflix.metacat.metadata.store.data.repositories; import com.netflix.metacat.common.QualifiedName; import com.netflix.metacat.metadata.store.data.entities.DefinitionMetadataEntity; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import java.u...
153
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/repositories/DataMetadataRepository.java
package com.netflix.metacat.metadata.store.data.repositories; import com.netflix.metacat.metadata.store.data.entities.DataMetadataEntity; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import java.util.Optional; /** * The data metadata entity reposito...
154
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/repositories/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
155
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/entities/BaseUserMetadataEntity.java
package com.netflix.metacat.metadata.store.data.entities; import com.fasterxml.jackson.databind.node.ObjectNode; import com.netflix.metacat.metadata.store.data.converters.ObjectNodeConverter; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.To...
156
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/entities/BaseEntity.java
package com.netflix.metacat.metadata.store.data.entities; import lombok.AccessLevel; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.ToString; import lombok.experimental.SuperBuilder; im...
157
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/entities/AuditEntity.java
package com.netflix.metacat.metadata.store.data.entities; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.ToString; import org.springframework.data.annotation.CreatedBy; import org.springframework.data.annotation.Create...
158
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/entities/DefinitionMetadataEntity.java
package com.netflix.metacat.metadata.store.data.entities; import com.netflix.metacat.common.QualifiedName; import com.netflix.metacat.metadata.store.data.converters.QualifiedNameConverter; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.ToStr...
159
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/entities/DataMetadataEntity.java
package com.netflix.metacat.metadata.store.data.entities; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.ToString; import lombok.experimental.SuperBuilder; import javax.persistence.Basic; import javax.persistence.Column; import javax.persis...
160
0
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data
Create_ds/metacat/metacat-metadata/src/main/java/com/netflix/metacat/metadata/store/data/entities/package-info.java
/* * * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
161
0
Create_ds/mantis-api/src/test/java/io/mantisrx
Create_ds/mantis-api/src/test/java/io/mantisrx/api/UtilTest.java
package io.mantisrx.api; import org.junit.Test; import static org.junit.Assert.assertArrayEquals; public class UtilTest { @Test public void testGetTagList() { String[] tags = Util.getTaglist("/jobconnectbyname/rx-sps-tracker?clientId=testClientId", "testTargetId", "us-east-1"); assertArrayEq...
162
0
Create_ds/mantis-api/src/test/java/io/mantisrx/api
Create_ds/mantis-api/src/test/java/io/mantisrx/api/tunnel/CrossRegionHandlerTest.java
package io.mantisrx.api.tunnel; import com.google.common.collect.ImmutableList; import io.mantisrx.api.push.ConnectionBroker; import junit.framework.TestCase; import org.junit.Test; import rx.Scheduler; import static org.mockito.Mockito.doReturn; import static org.mockito.Mockito.mock; import static org.mockito.Mocki...
163
0
Create_ds/mantis-api/src/main/java/io/mantisrx
Create_ds/mantis-api/src/main/java/io/mantisrx/api/Bootstrap.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
164
0
Create_ds/mantis-api/src/main/java/io/mantisrx
Create_ds/mantis-api/src/main/java/io/mantisrx/api/Util.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
165
0
Create_ds/mantis-api/src/main/java/io/mantisrx
Create_ds/mantis-api/src/main/java/io/mantisrx/api/MantisAPIModule.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
166
0
Create_ds/mantis-api/src/main/java/io/mantisrx
Create_ds/mantis-api/src/main/java/io/mantisrx/api/MantisServerStartup.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
167
0
Create_ds/mantis-api/src/main/java/io/mantisrx
Create_ds/mantis-api/src/main/java/io/mantisrx/api/MantisConfigurationBasedServerList.java
/** * Copyright 2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
168
0
Create_ds/mantis-api/src/main/java/io/mantisrx
Create_ds/mantis-api/src/main/java/io/mantisrx/api/Constants.java
package io.mantisrx.api; import lombok.experimental.UtilityClass; @UtilityClass public class Constants { public static final String numMessagesCounterName = "numSinkMessages"; public static final String numDroppedMessagesCounterName = "numDroppedSinkMessages"; public static final String numBytesCounterNam...
169
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/MasterCacheLoader.java
package io.mantisrx.api.filters; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheStats; import com.google.inject.Inject; import com.netflix.config.DynamicBooleanProperty; import com.netflix.config.DynamicIntProperty; import com.netflix.spectator.ap...
170
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/Artifacts.java
package io.mantisrx.api.filters; import io.mantisrx.shaded.com.fasterxml.jackson.databind.ObjectMapper; import com.google.common.base.Strings; import com.netflix.zuul.filters.http.HttpSyncEndpoint; import com.netflix.zuul.message.http.HttpHeaderNames; import com.netflix.zuul.message.http.HttpRequestMessage; import com...
171
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/Routes.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
172
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/MetricsReporting.java
package io.mantisrx.api.filters; import com.netflix.spectator.api.Counter; import com.netflix.spectator.api.Timer; import com.netflix.zuul.filters.http.HttpOutboundSyncFilter; import com.netflix.zuul.message.http.HttpResponseMessage; import com.netflix.zuul.netty.SpectatorUtils; import io.vavr.Tuple; import io.vavr.Tu...
173
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/Healthcheck.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
174
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/Favicon.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
175
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/MREAppStreamToJobClusterMapping.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
176
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/AppStreamDiscovery.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
177
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/MasterCacheHitChecker.java
package io.mantisrx.api.filters; import com.google.inject.Inject; import com.google.inject.name.Named; import com.netflix.config.DynamicBooleanProperty; import com.netflix.spectator.api.Counter; import com.netflix.zuul.filters.http.HttpInboundSyncFilter; import com.netflix.zuul.message.http.HttpHeaderNames; import com...
178
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/Options.java
package io.mantisrx.api.filters; import com.netflix.zuul.filters.http.HttpSyncEndpoint; import com.netflix.zuul.message.http.HttpRequestMessage; import com.netflix.zuul.message.http.HttpResponseMessage; import com.netflix.zuul.message.http.HttpResponseMessageImpl; import com.netflix.zuul.stats.status.StatusCategoryUti...
179
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/OutboundHeaders.java
package io.mantisrx.api.filters; import com.netflix.zuul.filters.http.HttpOutboundSyncFilter; import com.netflix.zuul.message.HeaderName; import com.netflix.zuul.message.http.HttpResponseMessage; import io.netty.handler.codec.http.HttpHeaderNames; import io.netty.util.AsciiString; public class OutboundHeaders extends...
180
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/JobDiscoveryInfoCacheHitChecker.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
181
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/JobDiscoveryCacheLoader.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
182
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/filters/MQLParser.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
183
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/proto/Artifact.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
184
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/proto/AppDiscoveryMap.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
185
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/tunnel/MantisCrossRegionalClient.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
186
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/tunnel/RegionData.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
187
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/tunnel/NoOpCrossRegionalClient.java
package io.mantisrx.api.tunnel; import io.netty.buffer.ByteBuf; import mantis.io.reactivex.netty.protocol.http.client.HttpClient; import mantis.io.reactivex.netty.protocol.http.sse.ServerSentEvent; public class NoOpCrossRegionalClient implements MantisCrossRegionalClient { @Override public HttpClient<ByteBuf,...
188
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/tunnel/CrossRegionHandler.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
189
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/push/MantisWebSocketFrameHandler.java
package io.mantisrx.api.push; import java.util.concurrent.BlockingQueue; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.ScheduledFuture; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.concurrent.TimeUnit; imp...
190
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/push/ConnectionBroker.java
package io.mantisrx.api.push; import io.mantisrx.shaded.com.fasterxml.jackson.databind.ObjectMapper; import com.google.inject.Inject; import com.google.inject.Singleton; import com.google.inject.name.Named; import com.netflix.spectator.api.Counter; import com.netflix.zuul.netty.SpectatorUtils; import io.mantisrx.api.C...
191
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/push/PushConnectionDetails.java
package io.mantisrx.api.push; import io.mantisrx.runtime.parameter.SinkParameter; import io.mantisrx.runtime.parameter.SinkParameters; import io.netty.handler.codec.http.QueryStringDecoder; import io.vavr.collection.List; import io.vavr.control.Try; import lombok.Value; import java.util.stream.Collectors; public @Va...
192
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/push/MantisSSEHandler.java
package io.mantisrx.api.push; import com.netflix.config.DynamicIntProperty; import com.netflix.spectator.api.Counter; import com.netflix.zuul.netty.SpectatorUtils; import io.mantisrx.api.Constants; import io.mantisrx.api.Util; import io.mantisrx.server.core.master.MasterDescription; import io.mantisrx.server.master.cl...
193
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/services/AppStreamStore.java
package io.mantisrx.api.services; import com.google.common.collect.ImmutableList; import io.mantisrx.discovery.proto.AppJobClustersMap; import java.io.IOException; import java.util.Collection; /** * Interface to get streams associated with a given app or set of apps */ public interface AppStreamStore { default Ap...
194
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/services/AppStreamDiscoveryService.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
195
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/services/JobDiscoveryService.java
/** * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
196
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api
Create_ds/mantis-api/src/main/java/io/mantisrx/api/services/ConfigurationBasedAppStreamStore.java
package io.mantisrx.api.services; import com.netflix.spectator.api.Counter; import com.netflix.zuul.netty.SpectatorUtils; import io.mantisrx.common.JsonSerializer; import io.mantisrx.discovery.proto.AppJobClustersMap; import io.mantisrx.shaded.org.apache.curator.framework.listen.Listenable; import java.io.IOException;...
197
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api/services
Create_ds/mantis-api/src/main/java/io/mantisrx/api/services/artifacts/InMemoryArtifactManager.java
package io.mantisrx.api.services.artifacts; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.stream.Collectors; import io.mantisrx.api.proto.Artifact; public class InMemoryArtifactManager implements ArtifactManager { private Map<String, Artifact> ...
198
0
Create_ds/mantis-api/src/main/java/io/mantisrx/api/services
Create_ds/mantis-api/src/main/java/io/mantisrx/api/services/artifacts/ArtifactManager.java
package io.mantisrx.api.services.artifacts; /* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * U...
199