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/ribbon/ribbon-loadbalancer/src/test/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix/loadbalancer/RandomLBTest.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 writin... | 7,000 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix/loadbalancer/ServerStatusChangeListenerTest.java | /**
* Copyright 2015 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 i... | 7,001 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix/loadbalancer/ServerTest.java | package com.netflix.loadbalancer;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import org.junit.Test;
public class ServerTest {
@Test
public void createSchemeHost() {
Server server = new Server("http://netflix.com");
assertEquals("http", server.getS... | 7,002 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix/loadbalancer/LoadBalancerContextTest.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... | 7,003 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix/loadbalancer | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix/loadbalancer/reactive/ExecutionContextTest.java | /*
*
* Copyright 2014 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... | 7,004 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix/client/SimpleVipAddressResolverTest.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... | 7,005 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix/client | Create_ds/ribbon/ribbon-loadbalancer/src/test/java/com/netflix/client/testutil/MockHttpServer.java | package com.netflix.client.testutil;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.net.InetSocketAddress;
import java.net.URI;
import java.net.URISyntaxE... | 7,006 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/PollingServerListUpdater.java | package com.netflix.loadbalancer;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.netflix.client.config.CommonClientConfigKey;
import com.netflix.client.config.IClientConfig;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Date;
import java.util.concurrent.Executors... | 7,007 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/DummyPing.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... | 7,008 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerListSubsetFilter.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 ... | 7,009 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/NoOpLoadBalancer.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 writin... | 7,010 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/IPing.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 writin... | 7,011 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ZoneAffinityServerListFilter.java | package com.netflix.loadbalancer;
/*
*
* 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 ap... | 7,012 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/AvailabilityPredicate.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... | 7,013 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/PredicateKey.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... | 7,014 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/PredicateBasedRule.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... | 7,015 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/AbstractLoadBalancer.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 writin... | 7,016 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/RetryRule.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 writin... | 7,017 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/InterruptTask.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 writin... | 7,018 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/WeightedResponseTimeRule.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 writin... | 7,019 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/CompositePredicate.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 t... | 7,020 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerList.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 writin... | 7,021 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ILoadBalancer.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 writin... | 7,022 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/RandomRule.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... | 7,023 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ResponseTimeWeightedRule.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 writin... | 7,024 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ClientConfigEnabledRoundRobinRule.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 writin... | 7,025 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/BaseLoadBalancer.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... | 7,026 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/AbstractLoadBalancerPing.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 writin... | 7,027 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/RoundRobinRule.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... | 7,028 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ZoneAffinityPredicate.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... | 7,029 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ZoneSnapshot.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 writin... | 7,030 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/LoadBalancerStats.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 writin... | 7,031 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ConfigurationBasedServerList.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 writin... | 7,032 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/AbstractServerPredicate.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... | 7,033 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerStatusChangeListener.java | /**
* Copyright 2015 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 i... | 7,034 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerStats.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 writin... | 7,035 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/AbstractServerList.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 writin... | 7,036 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ZoneAwareLoadBalancer.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 writin... | 7,037 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/AbstractServerListFilter.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 writin... | 7,038 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/AbstractLoadBalancerRule.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 writin... | 7,039 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/AvailabilityFilteringRule.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 writin... | 7,040 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/IPingStrategy.java | package com.netflix.loadbalancer;
/**
* Defines the strategy, used to ping all servers, registered in
* <b>com.netflix.loadbalancer.BaseLoadBalancer</b>. You would
* typically create custom implementation of this interface, if you
* want your servers to be pinged in parallel. <b>Please note,
* that implementation... | 7,041 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/BestAvailableRule.java | /*
*
* Copyright 2014 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... | 7,042 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerListFilter.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... | 7,043 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ZoneAvoidanceRule.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... | 7,044 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerListChangeListener.java | /*
*
* Copyright 2014 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... | 7,045 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/DynamicServerListLoadBalancer.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... | 7,046 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/PingConstant.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 writin... | 7,047 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/LoadBalancerBuilder.java | package com.netflix.loadbalancer;
import com.netflix.client.ClientFactory;
import com.netflix.client.IClientConfigAware;
import com.netflix.client.config.ClientConfigFactory;
import com.netflix.client.config.CommonClientConfigKey;
import com.netflix.client.config.IClientConfig;
import com.netflix.client.config.IClient... | 7,048 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerComparator.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 writin... | 7,049 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ZoneStats.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 writin... | 7,050 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/Server.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... | 7,051 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ServerListUpdater.java | package com.netflix.loadbalancer;
/**
* strategy for {@link com.netflix.loadbalancer.DynamicServerListLoadBalancer} to use for different ways
* of doing dynamic server list updates.
*
* @author David Liu
*/
public interface ServerListUpdater {
/**
* an interface for the updateAction that actually execut... | 7,052 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/LoadBalancerContext.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... | 7,053 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/IRule.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 writin... | 7,054 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/ZoneAvoidancePredicate.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... | 7,055 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/NoOpPing.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 writin... | 7,056 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/reactive/ExecutionContextListenerInvoker.java | /*
*
* Copyright 2014 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... | 7,057 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/reactive/ExecutionInfo.java | /*
*
* Copyright 2014 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... | 7,058 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/reactive/ExecutionContext.java | /*
*
* Copyright 2014 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... | 7,059 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/reactive/ServerOperation.java | /*
*
* Copyright 2014 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... | 7,060 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/reactive/ExecutionListener.java | /*
*
* Copyright 2014 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... | 7,061 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/loadbalancer/reactive/LoadBalancerCommand.java | /*
*
* Copyright 2014 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... | 7,062 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/client/PrimeConnections.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 writin... | 7,063 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/client/AbstractLoadBalancerAwareClient.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 writin... | 7,064 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/client/ClientFactory.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 writin... | 7,065 |
0 | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix | Create_ds/ribbon/ribbon-loadbalancer/src/main/java/com/netflix/client/IPrimeConnection.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 writin... | 7,066 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/DynamicPropertyBasedPoolStrategyTest.java | /*
*
* Copyright 2014 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... | 7,067 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/MyUDPClient.java | /*
*
* Copyright 2014 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... | 7,068 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/udp/HelloUdpServer.java | /*
*
* Copyright 2014 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... | 7,069 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/udp/UdpClientTest.java |
/*
*
* Copyright 2014 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... | 7,070 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/http/NettyClientTest.java | /*
*
* Copyright 2014 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... | 7,071 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/http/ObserverWithLatch.java | /*
*
* Copyright 2014 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... | 7,072 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/http/ListenerTest.java | /*
* Copyright 2014 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... | 7,073 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/http/ServerListRefreshTest.java | /*
*
* Copyright 2014 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... | 7,074 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/http/DiscoveryLoadBalancerTest.java | /*
* Copyright 2014 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... | 7,075 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/ribbon/transport/netty/http/TestExecutionListener.java | package com.netflix.ribbon.transport.netty.http;
import com.netflix.loadbalancer.reactive.ExecutionContext;
import com.netflix.loadbalancer.reactive.ExecutionInfo;
import com.netflix.loadbalancer.reactive.ExecutionListener;
import com.netflix.client.config.IClientConfig;
import com.netflix.loadbalancer.Server;
import ... | 7,076 |
0 | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/client/netty | Create_ds/ribbon/ribbon-transport/src/test/java/com/netflix/client/netty/udp/HelloUdpServerExternalResource.java | package com.netflix.client.netty.udp;
import io.netty.buffer.ByteBuf;
import io.netty.channel.socket.DatagramPacket;
import io.reactivex.netty.RxNetty;
import io.reactivex.netty.channel.ConnectionHandler;
import io.reactivex.netty.channel.ObservableConnection;
import io.reactivex.netty.protocol.udp.server.UdpServer;
... | 7,077 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/RibbonTransportFactory.java | /*
* Copyright 2014 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... | 7,078 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/LoadBalancingRxClient.java | /*
*
* Copyright 2014 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... | 7,079 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/LoadBalancingRxClientWithPoolOptions.java | /*
*
* Copyright 2014 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... | 7,080 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/DynamicPropertyBasedPoolStrategy.java | /*
*
* Copyright 2014 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... | 7,081 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/RibbonTransport.java | /*
*
* Copyright 2014 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... | 7,082 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/udp/LoadBalancingUdpClient.java | /*
*
* Copyright 2014 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... | 7,083 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/tcp/LoadBalancingTcpClient.java | /*
*
* Copyright 2014 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... | 7,084 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/http/DefaultResponseToErrorPolicy.java | package com.netflix.ribbon.transport.netty.http;
import io.netty.handler.codec.http.HttpResponseStatus;
import io.reactivex.netty.protocol.http.client.HttpClientResponse;
import java.util.concurrent.TimeUnit;
import rx.Observable;
import rx.functions.Func1;
import rx.functions.Func2;
import com.netflix.client.Clien... | 7,085 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/http/LoadBalancingHttpClient.java | /*
*
* Copyright 2014 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... | 7,086 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/http/SSEClient.java | /*
*
* Copyright 2014 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... | 7,087 |
0 | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty | Create_ds/ribbon/ribbon-transport/src/main/java/com/netflix/ribbon/transport/netty/http/NettyHttpLoadBalancerErrorHandler.java | /*
*
* Copyright 2014 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... | 7,088 |
0 | Create_ds/ribbon/ribbon-guice/src/test/java/com/netflix/ribbon/examples | Create_ds/ribbon/ribbon-guice/src/test/java/com/netflix/ribbon/examples/rx/RxMovieProxyExampleTest.java | /*
* Copyright 2014 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... | 7,089 |
0 | Create_ds/ribbon/ribbon-guice/src/test/java/com/netflix/ribbon/examples | Create_ds/ribbon/ribbon-guice/src/test/java/com/netflix/ribbon/examples/rx/RxMovieClientTestBase.java | /*
* Copyright 2014 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... | 7,090 |
0 | Create_ds/ribbon/ribbon-guice/src/test/java/com/netflix/ribbon/examples | Create_ds/ribbon/ribbon-guice/src/test/java/com/netflix/ribbon/examples/rx/RibbonModuleTest.java | /*
* Copyright 2014 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... | 7,091 |
0 | Create_ds/ribbon/ribbon-guice/src/test/java/com/netflix/ribbon/examples/rx | Create_ds/ribbon/ribbon-guice/src/test/java/com/netflix/ribbon/examples/rx/proxy/RxMovieProxyExample.java | package com.netflix.ribbon.examples.rx.proxy;
import io.netty.buffer.ByteBuf;
import javax.inject.Inject;
import rx.Observable;
import com.google.inject.Singleton;
import com.netflix.ribbon.examples.rx.AbstractRxMovieClient;
import com.netflix.ribbon.examples.rx.common.Movie;
import com.netflix.ribbon.examples.rx.p... | 7,092 |
0 | Create_ds/ribbon/ribbon-guice/src/main/java/com/netflix/ribbon | Create_ds/ribbon/ribbon-guice/src/main/java/com/netflix/ribbon/guice/RibbonResourceProvider.java | /*
* Copyright 2014 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... | 7,093 |
0 | Create_ds/ribbon/ribbon-guice/src/main/java/com/netflix/ribbon | Create_ds/ribbon/ribbon-guice/src/main/java/com/netflix/ribbon/guice/RibbonModule.java | /*
* Copyright 2014 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... | 7,094 |
0 | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws/loadbalancer/DefaultNIWSServerListFilterTest.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 writin... | 7,095 |
0 | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws/loadbalancer/DiscoveryEnabledLoadBalancerSupportsPortOverrideTest.java | /*
*
* Copyright 2014 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 writin... | 7,096 |
0 | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws/loadbalancer/EurekaNotificationServerListUpdaterTest.java | package com.netflix.niws.loadbalancer;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.netflix.discovery.CacheRefreshedEvent;
import com.netflix.discovery.EurekaClient;
import com.netflix.discovery.EurekaEventListener;
import com.netflix.loadbalancer.ServerListUpdater;
import org.easymock.Cap... | 7,097 |
0 | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws/loadbalancer/LoadBalancerTestUtils.java | package com.netflix.niws.loadbalancer;
import com.netflix.appinfo.DataCenterInfo;
import com.netflix.appinfo.InstanceInfo;
import com.netflix.appinfo.MyDataCenterInfo;
import com.netflix.discovery.DefaultEurekaClientConfig;
import com.netflix.discovery.DiscoveryClient;
import com.netflix.discovery.DiscoveryManager;
i... | 7,098 |
0 | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws | Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws/loadbalancer/LBBuilderTest.java | package com.netflix.niws.loadbalancer;
import com.google.common.collect.Lists;
import com.netflix.appinfo.InstanceInfo;
import com.netflix.client.config.DefaultClientConfigImpl;
import com.netflix.client.config.IClientConfig;
import com.netflix.client.config.IClientConfigKey.Keys;
import com.netflix.config.Configurati... | 7,099 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.