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/Priam/priam/src/main/java/com/netflix/priam/cluster | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cluster/management/Compaction.java | /**
* Copyright 2018 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,200 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cluster | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cluster/management/Flush.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,201 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cluster | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cluster/management/IClusterManagement.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,202 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cluster | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cluster/management/ClusterManagementService.java | package com.netflix.priam.cluster.management;
/*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... | 3,203 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/compress/SnappyCompression.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,204 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/compress/ICompression.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,205 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/compress/ChunkedStream.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,206 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/compress/CompressionType.java | package com.netflix.priam.compress;
public enum CompressionType {
SNAPPY,
LZ4,
NONE
}
| 3,207 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/DoubleRing.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,208 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/InstanceIdentity.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,209 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/PriamInstance.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,210 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/IPriamInstanceFactory.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,211 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/IMembership.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,212 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/token/TokenRetrieverUtils.java | package com.netflix.priam.identity.token;
import com.google.common.collect.ImmutableSet;
import com.netflix.priam.identity.PriamInstance;
import com.netflix.priam.utils.GsonJsonSerializer;
import com.netflix.priam.utils.SystemUtils;
import java.util.Collections;
import java.util.List;
import java.util.stream.Collector... | 3,213 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/token/ITokenRetriever.java | package com.netflix.priam.identity.token;
import com.google.inject.ImplementedBy;
import com.netflix.priam.identity.PriamInstance;
import java.util.Optional;
import org.apache.commons.lang3.math.Fraction;
/** Fetches PriamInstances and other data which is convenient at the time */
@ImplementedBy(TokenRetriever.class)... | 3,214 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/token/TokenRetriever.java | package com.netflix.priam.identity.token;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Sets;
import com.netflix.priam.config.IConfiguration;
import com.netflix.priam.identity.IMembers... | 3,215 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/config/InstanceInfo.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,216 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/config/LocalInstanceInfo.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,217 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity | Create_ds/Priam/priam/src/main/java/com/netflix/priam/identity/config/AWSInstanceInfo.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,218 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/connection/INodeToolObserver.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,219 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/connection/INodeToolObservable.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,220 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/connection/JMXNodeTool.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,221 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/connection/CassandraOperations.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,222 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/connection/JMXConnectionException.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,223 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/connection/ICassandraOperations.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,224 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/config/PriamConfigurationPersister.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,225 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/config/IBackupRestoreConfig.java | /**
* Copyright 2018 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,226 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/config/IConfiguration.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,227 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/config/BackupRestoreConfig.java | /**
* Copyright 2018 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,228 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/config/BackupsToCompress.java | package com.netflix.priam.config;
public enum BackupsToCompress {
ALL,
IF_REQUIRED,
NONE
}
| 3,229 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/config/PriamConfiguration.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,230 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cryptography/IFileCryptography.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,231 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cryptography/CryptographyAlgorithm.java | package com.netflix.priam.cryptography;
public enum CryptographyAlgorithm {
PLAINTEXT,
PGP
}
| 3,232 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cryptography | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cryptography/pgp/PgpUtil.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,233 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cryptography | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cryptography/pgp/PgpCredential.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,234 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cryptography | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cryptography/pgp/PgpCryptography.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,235 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/notification/BackupNotificationMgr.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,236 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/notification/AWSSnsNotificationService.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,237 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/notification/INotificationService.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,238 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/notification/UploadStatus.java | package com.netflix.priam.notification;
public enum UploadStatus {
STARTED,
SUCCESS,
FAILED
}
| 3,239 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/google/GoogleFileIterator.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,240 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/google/GcsCredential.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,241 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/google/GoogleEncryptedFileSystem.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,242 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/health/IThriftChecker.java | package com.netflix.priam.health;
import com.google.inject.ImplementedBy;
@ImplementedBy(ThriftChecker.class)
public interface IThriftChecker {
boolean isThriftServerListening();
}
| 3,243 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/health/ThriftChecker.java | package com.netflix.priam.health;
import com.netflix.priam.config.IConfiguration;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.concurrent.TimeUnit;
import javax.inject.Inject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class ThriftChecker implements IThriftChe... | 3,244 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/health/CassandraMonitor.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,245 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/health/InstanceState.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,246 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/resources/PriamConfig.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,247 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/resources/CassandraAdmin.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,248 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/resources/CassandraConfig.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,249 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/resources/BackupServletV2.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,250 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/resources/BackupServlet.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,251 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/resources/PriamInstanceResource.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,252 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/resources/RestoreServlet.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,253 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/resources/SecurityGroupAdmin.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,254 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/configSource/AbstractConfigSource.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,255 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/configSource/MemoryConfigSource.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,256 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/configSource/PriamConfigSource.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,257 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/configSource/IConfigSource.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,258 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/configSource/PropertiesConfigSource.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,259 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/configSource/CompositeConfigSource.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,260 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/configSource/SimpleDBConfigSource.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,261 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/configSource/SystemPropertiesConfigSource.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,262 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/TaskTimer.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,263 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/CronTimer.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,264 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/GuiceJobFactory.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,265 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/UnsupportedTypeException.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,266 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/BlockingSubmitThreadPoolExecutor.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,267 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/ExecutionException.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,268 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/NamedThreadPoolExecutor.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,269 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/Task.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,270 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/SimpleTimer.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,271 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/scheduler/PriamScheduler.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,272 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/SystemUtils.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,273 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/ITokenManager.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,274 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/FifoQueue.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,275 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/TokenManager.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,276 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/Sleeper.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,277 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/DateUtil.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,278 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/ThreadSleeper.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,279 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/RetryableCallable.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,280 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/MaxSizeHashMap.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,281 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/ExponentialRetryCallable.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,282 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/BoundedExponentialRetryCallable.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,283 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/utils/GsonJsonSerializer.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,284 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cli/Application.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,285 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cli/Backuper.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,286 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cli/IncrementalBackuper.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,287 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cli/LightGuiceModule.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,288 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cli/StaticMembership.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,289 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cli/Restorer.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,290 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cred/ClearCredential.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,291 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cred/ICredentialGeneric.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,292 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/cred/ICredential.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,293 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/defaultimpl/ICassandraProcess.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,294 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/defaultimpl/CassandraProcessManager.java | /**
* Copyright 2017 Netflix, Inc.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or agree... | 3,295 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/defaultimpl/IService.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,296 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/defaultimpl/PriamGuiceModule.java | /*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,297 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/defaultimpl/InjectedWebListener.java | /*
* Copyright 2013 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,298 |
0 | Create_ds/Priam/priam/src/main/java/com/netflix/priam | Create_ds/Priam/priam/src/main/java/com/netflix/priam/backupv2/MetaFileInfo.java | /*
* Copyright 2018 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,299 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.