index int64 0 0 | repo_id stringlengths 9 205 | file_path stringlengths 31 246 | content stringlengths 1 12.2M | __index_level_0__ int64 0 10k |
|---|---|---|---|---|
0 | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/metrics/ExcludeMetricPredicate.java | /*
* Copyright (c) 2015. Airbnb.com
*
* 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 l... | 9,800 |
0 | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/metrics/StatsDReporter.java | /*
* Copyright (c) 2015. Airbnb.com
*
* 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 l... | 9,801 |
0 | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/metrics/Dimension.java | /*
* Copyright (c) 2015. Airbnb.com
*
* 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 l... | 9,802 |
0 | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/metrics/KafkaStatsDReporter.java | package com.airbnb.metrics;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
import com.timgroup.statsd.StatsDClient;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class KafkaStatsDReporter implement... | 9,803 |
0 | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/metrics/MetricInfo.java | package com.airbnb.metrics;
import org.apache.kafka.common.Metric;
public class MetricInfo {
private final Metric metric;
private final String name;
private final String tags;
public MetricInfo(Metric metric, String name, String tags) {
this.metric = metric;
this.name = name;
this.tags = tags;
... | 9,804 |
0 | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/kafka | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/kafka/kafka09/StatsdMetricsReporter.java | /*
* Copyright (c) 2015. Airbnb.com
*
* 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 l... | 9,805 |
0 | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/kafka | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/kafka/kafka08/StatsdMetricsReporter.java | /*
* Copyright (c) 2015. Airbnb.com
*
* 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 l... | 9,806 |
0 | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/kafka | Create_ds/kafka-statsd-metrics2/src/main/java/com/airbnb/kafka/kafka08/StatsdMetricsReporterMBean.java | /*
* Copyright (c) 2015. Airbnb.com
*
* 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 l... | 9,807 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslKeyExchangeException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,808 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,809 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslMessageException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,810 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslEncodingException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,811 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslCryptoException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,812 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslEntityAuthException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,813 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslUserAuthException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,814 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslUserIdTokenException.java | /**
* Copyright (c) 2013-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,815 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslInternalException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,816 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslError.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,817 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslErrorResponseException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,818 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslConstants.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,819 |
0 | Create_ds/msl/core/src/main/java/com/netflix | Create_ds/msl/core/src/main/java/com/netflix/msl/MslMasterTokenException.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,820 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/NullCryptoContext.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,821 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/CryptoCache.java | /**
* Copyright (c) 2013-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,822 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/ClientMslCryptoContext.java | /**
* Copyright (c) 2013-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,823 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/AsymmetricCryptoContext.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,824 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/EccCryptoContext.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,825 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/SessionCryptoContext.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,826 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/JsonWebEncryptionCryptoContext.java | /**
* Copyright (c) 2013-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,827 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/ICryptoContext.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,828 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/RsaCryptoContext.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,829 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/MslSignatureEnvelope.java | /**
* Copyright (c) 2013-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,830 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/MslCiphertextEnvelope.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,831 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/JcaAlgorithm.java | /**
* Copyright (c) 2013 Netflix, Inc. All rights reserved.
*
* 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... | 9,832 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/JsonWebKey.java | /**
* Copyright (c) 2013-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,833 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/crypto/SymmetricCryptoContext.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,834 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/Base64.java | /**
* Copyright (c) 2016 Netflix, Inc. All rights reserved.
*
* 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 ... | 9,835 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/Base64Jaxb.java | /**
* Copyright (c) 2016 Netflix, Inc. All rights reserved.
*
* 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... | 9,836 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/MslUtils.java | /**
* Copyright (c) 2013-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,837 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/MslStore.java | /**
* Copyright (c) 2012-2020 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,838 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/Base64Secure.java | /**
* Copyright (c) 2016-2017 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,839 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/NullAuthenticationUtils.java | /**
* Copyright (c) 2016 Netflix, Inc. All rights reserved.
*
* 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... | 9,840 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/MslCompression.java | /**
* Copyright (c) 2017-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,841 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/SimpleMslStore.java | /**
* Copyright (c) 2012-2020 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,842 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/NullMslStore.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,843 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/MslContext.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,844 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/util/AuthenticationUtils.java | /**
* Copyright (c) 2013-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,845 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MessageFactory.java | /**
* Copyright (c) 2015-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,846 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MessageOutputStream.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,847 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MessageDebugContext.java | /**
* Copyright (c) 2013-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,848 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/ErrorHeader.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,849 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/ErrorMessageRegistry.java | /**
* Copyright (c) 2013-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,850 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/PayloadChunk.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,851 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MessageInputStream.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,852 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MessageContext.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,853 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/ResponseMessageBuilder.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,854 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MessageBuilder.java | /**
* Copyright (c) 2012-2020 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,855 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MessageServiceTokenBuilder.java | /**
* Copyright (c) 2012-2020 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,856 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/NonReplayableMessageContext.java | /**
* Copyright (c) 2014 Netflix, Inc. All rights reserved.
*
* 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... | 9,857 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/IdempotentResponseMessageBuilder.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,858 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/FilterStreamFactory.java | /**
* Copyright (c) 2013-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,859 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/ServerReceiveMessageContext.java | /**
* Copyright (c) 2017 Netflix, Inc. All rights reserved.
*
* 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 ... | 9,860 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MslControl.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,861 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MessageCapabilities.java | /**
* Copyright (c) 2013-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,862 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/SecretMessageContext.java | /**
* Copyright (c) 2014 Netflix, Inc. All rights reserved.
*
* 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... | 9,863 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/MessageHeader.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,864 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/Header.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,865 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/PublicMessageContext.java | /**
* Copyright (c) 2014 Netflix, Inc. All rights reserved.
*
* 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... | 9,866 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/msg/ConsoleFilterStreamFactory.java | /**
* Copyright (c) 2013-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,867 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/KeyResponseData.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,868 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/KeyExchangeScheme.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,869 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/DiffieHellmanExchange.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,870 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/KeyRequestData.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,871 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/JsonWebEncryptionLadderExchange.java | /**
* Copyright (c) 2013-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,872 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/JsonWebKeyLadderExchange.java | /**
* Copyright (c) 2013-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,873 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/AsymmetricWrappedExchange.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,874 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/DiffieHellmanParameters.java | /**
* Copyright (c) 2014 Netflix, Inc. All rights reserved.
*
* 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... | 9,875 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/KeyExchangeFactory.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,876 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/SymmetricWrappedExchange.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,877 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/keyx/WrapCryptoContextRepository.java | /**
* Copyright (c) 2014 Netflix, Inc. All rights reserved.
*
* 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... | 9,878 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/MslEncoderException.java | /**
* Copyright (c) 2015-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,879 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/MslEncoderFactory.java | /**
* Copyright (c) 2015-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,880 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/JsonMslObject.java | /**
* Copyright (c) 2015-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,881 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/ThriftyUtf8Reader.java | /**
* Copyright (c) 2017-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,882 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/Url.java | /**
* Copyright (c) 2012-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,883 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/LZWInputStream.java | /**
* Copyright (c) 2013-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,884 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/MslObject.java | /**
* Copyright (c) 2015-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,885 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/MslTokenizer.java | /**
* Copyright (c) 2015-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,886 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/MslEncodable.java | /**
* Copyright (c) 2015-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,887 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/JsonMslArray.java | /**
* Copyright (c) 2015-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,888 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/MslEncoderFormat.java | /**
* Copyright (c) 2015-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,889 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/MslEncoderUtils.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,890 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/DefaultMslEncoderFactory.java | /**
* Copyright (c) 2017 Netflix, Inc. All rights reserved.
*
* 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... | 9,891 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/UnsynchronizedBufferedInputStream.java | /**
* Copyright (c) 2018 Netflix, Inc. All rights reserved.
*
* 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 ... | 9,892 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/JavaUrl.java | /**
* Copyright (c) 2012-2016 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,893 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/LZWOutputStream.java | /**
* Copyright (c) 2013-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,894 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/JsonMslTokenizer.java | /**
* Copyright (c) 2015-2018 Netflix, Inc. All rights reserved.
*
* 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 require... | 9,895 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/io/MslArray.java | /**
* Copyright (c) 2015-2018 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,896 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/userauth/UserAuthenticationScheme.java | /**
* Copyright (c) 2012-2014 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,897 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/userauth/EmailPasswordAuthenticationFactory.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,898 |
0 | Create_ds/msl/core/src/main/java/com/netflix/msl | Create_ds/msl/core/src/main/java/com/netflix/msl/userauth/EmailPasswordAuthenticationData.java | /**
* Copyright (c) 2012-2017 Netflix, Inc. All rights reserved.
*
* 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 requir... | 9,899 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.