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/concurrency-limits/concurrency-limits-servlet/src/main/java/com/netflix/concurrency/limits | Create_ds/concurrency-limits/concurrency-limits-servlet/src/main/java/com/netflix/concurrency/limits/servlet/ConcurrencyLimitServletFilter.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 ... | 3,100 |
0 | Create_ds/concurrency-limits/concurrency-limits-servlet/src/main/java/com/netflix/concurrency/limits | Create_ds/concurrency-limits/concurrency-limits-servlet/src/main/java/com/netflix/concurrency/limits/servlet/ServletLimiterBuilder.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 ... | 3,101 |
0 | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/test/java/com/netflix/concurrency | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/test/java/com/netflix/concurrency/limits/ConcurrencyLimitServletFilterSimulationTest.java | package com.netflix.concurrency.limits;
import com.netflix.concurrency.limits.executors.BlockingAdaptiveExecutor;
import com.netflix.concurrency.limits.limit.FixedLimit;
import com.netflix.concurrency.limits.limit.VegasLimit;
import com.netflix.concurrency.limits.limiter.SimpleLimiter;
import com.netflix.concurrency.l... | 3,102 |
0 | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/test/java/com/netflix/concurrency | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/test/java/com/netflix/concurrency/limits/GroupServletLimiterTest.java | package com.netflix.concurrency.limits;
import com.netflix.concurrency.limits.Limiter.Listener;
import com.netflix.concurrency.limits.limit.VegasLimit;
import com.netflix.concurrency.limits.servlet.jakarta.ServletLimiterBuilder;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import or... | 3,103 |
0 | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/test/java/com/netflix/concurrency | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/test/java/com/netflix/concurrency/limits/ConcurrencyLimitServletFilterTest.java | package com.netflix.concurrency.limits;
import com.netflix.concurrency.limits.servlet.jakarta.ConcurrencyLimitServletFilter;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.Mock;
import org.mockito.junit.jupiter.MockitoExtension;
import org.springframework.mock... | 3,104 |
0 | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/test/java/com/netflix/concurrency | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/test/java/com/netflix/concurrency/limits/HttpServerRule.java | package com.netflix.concurrency.limits;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.server.ServerConnector;
import org.eclipse.jetty.servlet.ServletContextHandler;
import org.eclipse.jetty.servlet.ServletHandler;
import org.junit.rules.ExternalResource;
import java.io.BufferedReader;
import java.... | 3,105 |
0 | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/main/java/com/netflix/concurrency/limits/servlet | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/main/java/com/netflix/concurrency/limits/servlet/jakarta/ConcurrencyLimitServletFilter.java | /**
* Copyright 2023 Netflix, Inc.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable la... | 3,106 |
0 | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/main/java/com/netflix/concurrency/limits/servlet | Create_ds/concurrency-limits/concurrency-limits-servlet-jakarta/src/main/java/com/netflix/concurrency/limits/servlet/jakarta/ServletLimiterBuilder.java | /**
* Copyright 2023 Netflix, Inc.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable la... | 3,107 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix | Create_ds/Priam/priam/src/test/java/com/netflix/priam/TestModule.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 applicable law or agreed to in... | 3,108 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/tuner/JVMOptionTunerTest.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 agreed to in... | 3,109 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/tuner/StandardTunerTest.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 applicable law or agreed to in... | 3,110 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/tuner | Create_ds/Priam/priam/src/test/java/com/netflix/priam/tuner/dse/DseTunerTest.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 applicable law or agreed to in... | 3,111 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity/FakePriamInstanceFactory.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 to in... | 3,112 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity/FakeMembership.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 to in... | 3,113 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity/token/TokenRetrieverUtilsTest.java | package com.netflix.priam.identity.token;
import static org.hamcrest.core.AllOf.allOf;
import static org.hamcrest.core.IsNot.not;
import com.google.common.collect.ImmutableSet;
import com.netflix.priam.identity.PriamInstance;
import com.netflix.priam.utils.SystemUtils;
import java.util.HashMap;
import java.util.List;... | 3,114 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity/token/TokenRetrieverTest.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 to in... | 3,115 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity/token/AssignedTokenRetrieverTest.java | package com.netflix.priam.identity.token;
import com.google.common.base.Strings;
import com.google.common.collect.ImmutableSet;
import com.google.common.truth.Truth;
import com.netflix.priam.config.IConfiguration;
import com.netflix.priam.identity.IMembership;
import com.netflix.priam.identity.IPriamInstanceFactory;
i... | 3,116 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity/config/TestAWSInstanceInfo.java | package com.netflix.priam.identity.config;
import com.google.common.truth.Truth;
import mockit.Expectations;
import org.junit.Before;
import org.junit.Test;
/** tests of {@link com.netflix.priam.identity.config.AWSInstanceInfo} */
public class TestAWSInstanceInfo {
private AWSInstanceInfo instanceInfo;
@Befo... | 3,117 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/test/java/com/netflix/priam/identity/config/FakeInstanceInfo.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 to in... | 3,118 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/connection/TestCassandraOperations.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 to in... | 3,119 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/config/FakeConfiguration.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 to in... | 3,120 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/config/PriamConfigurationPersisterTest.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 applicable law or agreed to in... | 3,121 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/config/FakeBackupRestoreConfig.java | /**
* Copyright 2018 Netflix, Inc.
*
* <p>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
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,122 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/notification/TestBackupNotificationMgr.java | package com.netflix.priam.notification;
import com.amazonaws.services.sns.model.MessageAttributeValue;
import com.google.inject.Guice;
import com.google.inject.Injector;
import com.netflix.priam.backup.AbstractBackupPath;
import com.netflix.priam.backup.BRTestModule;
import com.netflix.priam.config.IBackupRestoreConfi... | 3,123 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/health/TestThriftChecker.java | package com.netflix.priam.health;
import com.netflix.priam.config.FakeConfiguration;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import mockit.Expectations;
import mockit.Mocked;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public class Test... | 3,124 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/health/TestInstanceStatus.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 applicable law or agreed to in... | 3,125 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/health/TestCassandraMonitor.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 to in... | 3,126 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/resources/CassandraConfigTest.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 applicable law or agreed to in... | 3,127 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/resources/BackupServletV2Test.java | package com.netflix.priam.resources;
import static org.junit.Assert.assertEquals;
import com.google.inject.Guice;
import com.google.inject.Injector;
import com.netflix.priam.backup.*;
import com.netflix.priam.backupv2.MetaV2Proxy;
import com.netflix.priam.backupv2.SnapshotMetaTask;
import com.netflix.priam.config.ICo... | 3,128 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/resources/BackupServletTest.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 applicable law or agreed to in... | 3,129 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/resources/PriamConfigTest.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 applicable law or agreed to in... | 3,130 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/resources/PriamInstanceResourceTest.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 applicable law or agreed to in... | 3,131 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/stream/StreamingTest.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 applicable law or agreed to in... | 3,132 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/configSource/CompositeConfigSourceTest.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 to in... | 3,133 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/configSource/PropertiesConfigSourceTest.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 to in... | 3,134 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/configSource/AbstractConfigSourceTest.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 to in... | 3,135 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/configSource/SystemPropertiesConfigSourceTest.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 to in... | 3,136 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/scheduler/TestGuiceSingleton.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 applicable law or agreed to in... | 3,137 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/scheduler/TestSimpleTimer.java | package com.netflix.priam.scheduler;
import com.google.common.truth.Truth;
import java.text.ParseException;
import java.time.Instant;
import java.time.temporal.ChronoUnit;
import java.util.Date;
import org.junit.Assert;
import org.junit.Test;
import org.quartz.Trigger;
public class TestSimpleTimer {
private stati... | 3,138 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/scheduler/TestScheduler.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 applicable law or agreed to in... | 3,139 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/utils/Murmur3TokenManagerTest.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 applicable law or agreed to in... | 3,140 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/utils/FakeSleeper.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 applicable law or agreed to in... | 3,141 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/utils/TestSystemUtils.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 to in... | 3,142 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/utils/TestDateUtils.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 to in... | 3,143 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/utils/RandomTokenManagerTest.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 applicable law or agreed to in... | 3,144 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/utils/TestGsonJsonSerializer.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 applicable law or agreed to in... | 3,145 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/utils/BackupFileUtils.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 to in... | 3,146 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/cassandra | Create_ds/Priam/priam/src/test/java/com/netflix/priam/cassandra/token/TestDoublingLogic.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 applicable law or agreed to in... | 3,147 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/defaultimpl/CassandraProcessManagerTest.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 applicable law or agreed to in... | 3,148 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/defaultimpl/FakeCassandraProcess.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 applicable law or agreed to in... | 3,149 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backupv2/TestBackupUtils.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 to in... | 3,150 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backupv2/TestBackupV2Service.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 to in... | 3,151 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backupv2/TestSnapshotMetaTask.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 to in... | 3,152 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backupv2/TestBackupTTLTask.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 to in... | 3,153 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backupv2/TestForgottenFileManager.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 to in... | 3,154 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backupv2/TestBackupVerificationTask.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 to in... | 3,155 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backupv2/TestMetaV2Proxy.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 to in... | 3,156 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/aws/TestRemoteBackupPath.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 to in... | 3,157 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestBackupStatusMgr.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 applicable law or agreed to in... | 3,158 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestCompression.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 applicable law or agreed to in... | 3,159 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/FakeBackupFileSystem.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 applicable law or agreed to in... | 3,160 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestBackupFile.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 applicable law or agreed to in... | 3,161 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestFileIterator.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 applicable law or agreed to in... | 3,162 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestBackupService.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 to in... | 3,163 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestCustomizedTPE.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 applicable law or agreed to in... | 3,164 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/FakePostRestoreHook.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 to in... | 3,165 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/FakeCredentials.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 applicable law or agreed to in... | 3,166 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestBackupHelperImpl.java | package com.netflix.priam.backup;
import com.google.common.collect.ImmutableList;
import com.google.common.truth.Truth;
import com.google.common.util.concurrent.ListenableFuture;
import com.google.inject.Guice;
import com.google.inject.Injector;
import com.netflix.priam.compress.CompressionType;
import com.netflix.pri... | 3,167 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/BRTestModule.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 applicable law or agreed to in... | 3,168 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestS3FileSystem.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 applicable law or agreed to in... | 3,169 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/FakeDynamicRateLimiter.java | package com.netflix.priam.backup;
import java.time.Instant;
public class FakeDynamicRateLimiter implements DynamicRateLimiter {
@Override
public void acquire(AbstractBackupPath dir, Instant target, int tokens) {}
}
| 3,170 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestBackupVerification.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 to in... | 3,171 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestBackupDynamicRateLimiter.java | package com.netflix.priam.backup;
import com.google.common.base.Stopwatch;
import com.google.common.collect.ImmutableMap;
import com.google.common.truth.Truth;
import com.google.inject.Guice;
import com.google.inject.Injector;
import com.netflix.priam.aws.RemoteBackupPath;
import com.netflix.priam.config.FakeConfigura... | 3,172 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/FakeNullCredential.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 applicable law or agreed to in... | 3,173 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestAbstractFileSystem.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 to in... | 3,174 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/TestBackup.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 applicable law or agreed to in... | 3,175 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/NullBackupFileSystem.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 to in... | 3,176 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/identity/InstanceIdentityTest.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 applicable law or agreed to in... | 3,177 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/identity/DoubleRingTest.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 applicable law or agreed to in... | 3,178 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup | Create_ds/Priam/priam/src/test/java/com/netflix/priam/backup/identity/InstanceTestUtils.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 applicable law or agreed to in... | 3,179 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/restore/TestPostRestoreHook.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 to in... | 3,180 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/restore/TestRestore.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 to in... | 3,181 |
0 | Create_ds/Priam/priam/src/test/java/com/netflix/priam | Create_ds/Priam/priam/src/test/java/com/netflix/priam/dse/DseConfigStub.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 applicable law or agreed to in... | 3,182 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix | Create_ds/Priam/priam/src/main/java/com/netflix/priam/PriamServer.java | /*
* Copyright 2013 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 to in... | 3,183 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/PropertiesFileTuner.java | package com.netflix.priam.tuner;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.base.Splitter;
import com.netflix.priam.config.IConfiguration;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Map;
import javax.inject.Inject;
import org.apa... | 3,184 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/ICassandraTuner.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>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
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,185 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/StandardTuner.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>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
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,186 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/GCType.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 agreed to in... | 3,187 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/JVMOption.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 agreed to in... | 3,188 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/TuneCassandra.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 applicable law or agreed to in... | 3,189 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/JVMOptionsTuner.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 applicable law or agreed to in... | 3,190 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/CassandraTunerService.java | package com.netflix.priam.tuner;
import com.netflix.priam.backup.IncrementalBackup;
import com.netflix.priam.config.IBackupRestoreConfig;
import com.netflix.priam.config.IConfiguration;
import com.netflix.priam.connection.JMXNodeTool;
import com.netflix.priam.defaultimpl.IService;
import com.netflix.priam.scheduler.Pr... | 3,191 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/GCTuner.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 agreed to in... | 3,192 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/dse/IAuditLogTuner.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 applicable law or agreed to in... | 3,193 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/dse/AuditLogTunerLog4J.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 applicable law or agreed to in... | 3,194 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/dse/DseProcessManager.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>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
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,195 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/dse/DseTuner.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>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
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,196 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/dse/AuditLogTunerYaml.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 applicable law or agreed to in... | 3,197 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner | Create_ds/Priam/priam/src/main/java/com/netflix/priam/tuner/dse/IDseConfiguration.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>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
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,198 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cluster | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cluster/management/SchemaConstant.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 to in... | 3,199 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.