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/lottie-android/lottie/src/main/java/com/airbnb/lottie/model | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model/layer/BaseLayer.java | package com.airbnb.lottie.model.layer;
import android.graphics.BlurMaskFilter;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
impo... | 2,600 |
0 | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model/layer/CompositionLayer.java | package com.airbnb.lottie.model.layer;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.RectF;
import android.util.Log;
import androidx.annotation.FloatRange;
import androidx.annotation.Nullable;
import androidx.collection.LongSparseArray;
import ... | 2,601 |
0 | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model/layer/ImageLayer.java | package com.airbnb.lottie.model.layer;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
import androidx.annotation.NonNull;
import androidx.an... | 2,602 |
0 | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model/layer/TextLayer.java | package com.airbnb.lottie.model.layer;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PointF;
import android.graphics.RectF;
import android.graphics.Typeface;
import androidx.annotation... | 2,603 |
0 | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model/layer/SolidLayer.java | package com.airbnb.lottie.model.layer;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.ColorFilter;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.RectF;
import androidx.annotation.Nullable;
import com.airbnb... | 2,604 |
0 | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model/layer/NullLayer.java | package com.airbnb.lottie.model.layer;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.RectF;
import com.airbnb.lottie.LottieDrawable;
public class NullLayer extends BaseLayer {
NullLayer(LottieDrawable lottieDrawable, Layer layerModel) {
super(lottieDrawable, layerModel... | 2,605 |
0 | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model/layer/ShapeLayer.java | package com.airbnb.lottie.model.layer;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.RectF;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.airbnb.lottie.LottieComposition;
import com.airbnb.lottie.LottieDrawable;
import com.airbnb.lottie.... | 2,606 |
0 | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model/layer/package-info.java | @RestrictTo(LIBRARY)
package com.airbnb.lottie.model.layer;
import static androidx.annotation.RestrictTo.Scope.LIBRARY;
import androidx.annotation.RestrictTo; | 2,607 |
0 | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model | Create_ds/lottie-android/lottie/src/main/java/com/airbnb/lottie/model/layer/Layer.java | package com.airbnb.lottie.model.layer;
import androidx.annotation.Nullable;
import com.airbnb.lottie.LottieComposition;
import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
import com.airbnb.lottie.model.animatable.AnimatableTextFrame;
import com.airbnb.lottie.model.animatable.AnimatableTextProperties;
imp... | 2,608 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/freemarker/ActivitiesCodeGenerator.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,609 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/freemarker/WorkflowCodeGenerator.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,610 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/freemarker/SourceFileCreator.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,611 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/common/SharedProcessorUtils.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,612 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/common/ProcessorConstants.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,613 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/common/PrimitiveTypeHelper.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,614 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/objectmodel/MethodParameter.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,615 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/objectmodel/Activities.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,616 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/objectmodel/Method.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,617 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/objectmodel/SignalMethod.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,618 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/objectmodel/TypeDefinition.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,619 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/objectmodel/ActivityMethod.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,620 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/objectmodel/GetStateMethod.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,621 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/objectmodel/ExecuteMethod.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,622 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/objectmodel/Workflow.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,623 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/annotationprocessor/ProcessorUtils.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,624 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/annotationprocessor/WorkflowTypeVisitor.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,625 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/annotationprocessor/WorkflowValidator.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,626 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/annotationprocessor/ActivitiesValidator.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,627 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/annotationprocessor/ActivitiesDeclarationVisitor.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | 2,628 |
0 | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony | Create_ds/aws-swf-build-tools/src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/annotationprocessor/AsynchronyDeciderAnnotationProcessor.java | /*
* Copyright 2012 Amazon.com, Inc. or its affiliates. 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. A copy of the License is
* located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license... | 2,629 |
0 | Create_ds/okreplay/okreplay-sample/src/androidTest/java/okreplay | Create_ds/okreplay/okreplay-sample/src/androidTest/java/okreplay/sample/ExampleInstrumentedFooTest.java | package okreplay.sample;
import com.jakewharton.espresso.OkHttp3IdlingResource;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestRule;
import org.junit.runner.RunWith;
import androidx.test.core.app.ApplicationProvider;
import androidx.test.espr... | 2,630 |
0 | Create_ds/okreplay/okreplay-sample/src/androidTest/java/okreplay | Create_ds/okreplay/okreplay-sample/src/androidTest/java/okreplay/sample/ExampleInstrumentedBarTest.java | package okreplay.sample;
import com.jakewharton.espresso.OkHttp3IdlingResource;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestRule;
import org.junit.runner.RunWith;
import androidx.test.espresso.IdlingRegistry;
import androidx.test.espresso.... | 2,631 |
0 | Create_ds/okreplay/okreplay-sample/src/main/java/okreplay | Create_ds/okreplay/okreplay-sample/src/main/java/okreplay/sample/OkReplayAdapterFactory.java | package okreplay.sample;
import com.ryanharter.auto.value.moshi.MoshiAdapterFactory;
import com.squareup.moshi.JsonAdapter;
@MoshiAdapterFactory
public abstract class OkReplayAdapterFactory implements JsonAdapter.Factory {
public static JsonAdapter.Factory create() {
return new AutoValueMoshi_OkReplayAdapterFac... | 2,632 |
0 | Create_ds/okreplay/okreplay-sample/src/main/java/okreplay | Create_ds/okreplay/okreplay-sample/src/main/java/okreplay/sample/Repository.java | package okreplay.sample;
import androidx.annotation.Nullable;
import com.google.auto.value.AutoValue;
import com.squareup.moshi.JsonAdapter;
import com.squareup.moshi.Moshi;
@AutoValue abstract class Repository {
abstract String name();
@Nullable abstract String description();
public static JsonAdapter<Reposi... | 2,633 |
0 | Create_ds/okreplay/okreplay-tests/src/test/java | Create_ds/okreplay/okreplay-tests/src/test/java/okreplay/ClassAnnotatedTapeNameTest.java | /*
* Copyright 2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 2,634 |
0 | Create_ds/okreplay/okreplay-tests/src/test/java | Create_ds/okreplay/okreplay-tests/src/test/java/okreplay/TapeNameTest.java | package okreplay;
import com.google.common.io.Files;
import org.codehaus.groovy.runtime.ResourceGroovyMethods;
import org.junit.AfterClass;
import org.junit.Rule;
import org.junit.Test;
import java.io.File;
import spock.lang.Issue;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.Matcher... | 2,635 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/RecorderListener.java | package okreplay;
public interface RecorderListener {
void onRecorderStart(Tape tape);
void onRecorderStop();
}
| 2,636 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/Message.java | package okreplay;
import java.nio.charset.Charset;
import okhttp3.Headers;
/**
* An abstraction of an HTTP request or response. Implementations can be backed by any sort of
* underlying implementation.
*/
interface Message {
/** @return all HTTP headers attached to this message. */
Headers headers();
/**
... | 2,637 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/HandlerException.java | package okreplay;
/** Thrown to indicates an exception with some part of the handling chain. */
abstract class HandlerException extends RuntimeException {
HandlerException(String message) {
super(message);
}
}
| 2,638 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/YamlTapeLoader.java | package okreplay;
import org.yaml.snakeyaml.DumperOptions;
import org.yaml.snakeyaml.TypeDescription;
import org.yaml.snakeyaml.Yaml;
import org.yaml.snakeyaml.constructor.Constructor;
import org.yaml.snakeyaml.error.YAMLException;
import org.yaml.snakeyaml.introspector.BeanAccess;
import org.yaml.snakeyaml.represente... | 2,639 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/RecordedMessage.java | package okreplay;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.TreeMap;
import okhttp3.Headers;
import okhttp3.MediaType;
abstract class RecordedMessage extends AbstractMessage {
final Headers headers;
final byte[] body;
RecordedMessage(Headers headers, byte[] body) {
this.header... | 2,640 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/YamlRecordedResponse.java | package okreplay;
import java.util.Collections;
import java.util.Map;
import okhttp3.MediaType;
import okhttp3.ResponseBody;
public class YamlRecordedResponse extends YamlRecordedMessage {
private final int status;
YamlRecordedResponse(Map<String, String> headers, Object body, int status) {
super(headers, b... | 2,641 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/Tape.java | package okreplay;
/** Represents a set of recorded HTTP interactions that can be played back or appended to. */
public interface Tape {
/** @return The name of the tape. */
String getName();
/** @param mode the new record mode of the tape. */
void setMode(TapeMode mode);
TapeMode getMode();
/** @param ... | 2,642 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/MemoryTape.java | package okreplay;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
import static java.util.Collections.unmodifiableList;
import static okreplay.Util.VIA;
/**
* Represents a set of recorded HTTP interactions that can be played back or
* appe... | 2,643 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/FilenameNormalizer.java | package okreplay;
import java.text.Normalizer;
public final class FilenameNormalizer {
public static String toFilename(String tapeName) {
return Normalizer.normalize(tapeName, Normalizer.Form.NFD)
.replaceAll("\\p{InCombiningDiacriticalMarks}+", "")
.replaceAll("[^\\w\\d]+", "_")
.replac... | 2,644 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/Util.java | package okreplay;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.nio.charset.Charset;
import java.u... | 2,645 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/MatchRules.java | package okreplay;
import java.util.Arrays;
/** Standard {@link MatchRule} implementations. */
public enum MatchRules implements MatchRule {
method {
@Override public boolean isMatch(Request a, Request b) {
return a.method().equalsIgnoreCase(b.method());
}
}, uri {
@Override public boolean isMatc... | 2,646 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/Response.java | package okreplay;
import okhttp3.Protocol;
public interface Response extends Message {
/** @return the HTTP status code of the response. */
int code();
/** @return the content MIME type of the response. */
String getContentType();
RecordedResponse.Builder newBuilder();
Protocol protocol();
} | 2,647 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/ComposedMatchRule.java | package okreplay;
import java.util.Arrays;
import java.util.Collection;
import java.util.LinkedHashSet;
import java.util.Set;
import static okreplay.Util.all;
public class ComposedMatchRule implements MatchRule {
public static MatchRule of(MatchRule... rules) {
return new ComposedMatchRule(new LinkedHashSet<>(... | 2,648 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/YamlRecordedRequest.java | package okreplay;
import java.net.URI;
import java.util.Collections;
import java.util.Map;
import okhttp3.HttpUrl;
import okhttp3.MediaType;
import okhttp3.RequestBody;
import okhttp3.internal.http.HttpMethod;
public class YamlRecordedRequest extends YamlRecordedMessage {
private final String method;
private fin... | 2,649 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/Network.java | package okreplay;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.util.Arrays;
import java.util.Collection;
class Network {
static Collection<String> getLocalAddresses() {
try {
InetAddress local = InetAddress.getLocalHost();
return Arrays.asList(local.getHostName(), l... | 2,650 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/TapeRoot.java | package okreplay;
import java.io.File;
import java.io.Reader;
import java.io.Writer;
@SuppressWarnings("WeakerAccess")
public interface TapeRoot {
/** Returns a reader for reading a tape in the provided path. Throws if the file doesnt exist. */
Reader readerFor(String tapeFileName);
/** Returns a writer for wri... | 2,651 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/RecordedResponse.java | package okreplay;
import java.io.IOException;
import java.util.Map;
import okhttp3.Headers;
import okhttp3.MediaType;
import okhttp3.Protocol;
import okhttp3.ResponseBody;
class RecordedResponse extends RecordedMessage implements Response {
private final int code;
private final Protocol protocol;
private Reco... | 2,652 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/OkHttpRequestAdapter.java | package okreplay;
class OkHttpRequestAdapter {
/** Construct a OkReplay Request based on the provided OkHttp Request */
static Request adapt(okhttp3.Request request) {
return new RecordedRequest.Builder()
.url(request.url())
.method(request.method(), request.body())
.headers(request.hea... | 2,653 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/TapeConstructor.java | package okreplay;
import org.yaml.snakeyaml.constructor.Constructor;
import org.yaml.snakeyaml.nodes.MappingNode;
import org.yaml.snakeyaml.nodes.NodeId;
class TapeConstructor extends Constructor {
TapeConstructor() {
yamlClassConstructors.put(NodeId.mapping, new ConstructTape());
}
private class Construct... | 2,654 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/NonWritableTapeException.java | package okreplay;
public class NonWritableTapeException extends HandlerException {
NonWritableTapeException(String message) {
super(message);
}
NonWritableTapeException() {
super("Tape is not writable");
}
}
| 2,655 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/ProxyServer.java | package okreplay;
public class ProxyServer implements RecorderListener {
private final OkReplayConfig configuration;
private final OkReplayInterceptor interceptor;
private boolean running;
public ProxyServer(OkReplayConfig configuration, OkReplayInterceptor interceptor) {
this.configuration = configuratio... | 2,656 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/OkReplayConfig.java | package okreplay;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Properties;
import java.util.Set;
/**
* The c... | 2,657 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/Headers.java | package okreplay;
public class Headers {
public static final String X_OKREPLAY = "X-OkReplay";
static final String VIA_HEADER = "OkReplay";
private Headers() {
}
}
| 2,658 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/Predicate.java | package okreplay;
import javax.annotation.Nullable;
public interface Predicate<T> {
/**
* Returns the result of applying this predicate to {@code input} (Java 8 users, see notes in the
* class documentation above). This method is <i>generally expected</i>, but not absolutely
* required, to have the followi... | 2,659 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/TapeLoader.java | package okreplay;
/** The interface for factories that load tapes from file storage. */
public interface TapeLoader<T extends Tape> {
/**
* Loads the named tape or returns a new blank tape if an existing tape cannot be located.
*
* @param name the name of the tape.
* @return a tape loaded from a file or ... | 2,660 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/OkHttpResponseAdapter.java | package okreplay;
import java.io.IOException;
import okhttp3.MediaType;
import okhttp3.ResponseBody;
import okio.BufferedSource;
class OkHttpResponseAdapter {
/** Construct a OkHttp Response from a previously recorded interaction */
static okhttp3.Response adapt(okhttp3.Request okhttpRequest, Response recordedRe... | 2,661 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/YamlTape.java | package okreplay;
import org.yaml.snakeyaml.nodes.Tag;
class YamlTape extends MemoryTape {
static final Tag TAPE_TAG = new Tag("!tape");
private transient boolean dirty;
@Override public boolean isDirty() {
return dirty;
}
@Override public void record(Request request, Response response) {
super.r... | 2,662 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/YamlRecordedMessage.java | package okreplay;
import java.util.Map;
import okhttp3.MediaType;
import static okreplay.AbstractMessage.DEFAULT_CONTENT_TYPE;
import static okreplay.Util.CONTENT_TYPE;
import static okreplay.Util.isNullOrEmpty;
public abstract class YamlRecordedMessage {
private final Map<String, String> headers;
private final... | 2,663 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/YamlRecordedInteraction.java | package okreplay;
import java.util.Date;
public class YamlRecordedInteraction {
private final Date recorded;
private final YamlRecordedRequest request;
private final YamlRecordedResponse response;
private transient RecordedInteraction immutableInteraction;
YamlRecordedInteraction(Date recorded, YamlRecorde... | 2,664 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/DefaultTapeRoot.java | package okreplay;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.Reader;
import java.io.Writer;
import java.nio.charset.Charset;
import static okreplay.Util.newReader;
import static okreplay.Util.newWriter;
public class DefaultTapeRoot implements TapeRoot {
private static final String FI... | 2,665 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/TapeLoadException.java | package okreplay;
public class TapeLoadException extends RuntimeException {
public TapeLoadException() {
super();
}
public TapeLoadException(String message) {
super(message);
}
public TapeLoadException(String message, Throwable cause) {
super(message, cause);
}
public TapeLoadException(Thr... | 2,666 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/TapeRepresenter.java | package okreplay;
import org.yaml.snakeyaml.introspector.BeanAccess;
import org.yaml.snakeyaml.introspector.Property;
import org.yaml.snakeyaml.introspector.PropertyUtils;
import org.yaml.snakeyaml.nodes.MappingNode;
import org.yaml.snakeyaml.nodes.Node;
import org.yaml.snakeyaml.nodes.NodeTuple;
import org.yaml.snake... | 2,667 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/MatchRule.java | package okreplay;
/**
* A rule used to determine whether a recorded HTTP interaction on tape matches a new request being
* made.
*/
public interface MatchRule {
boolean isMatch(Request a, Request b);
}
| 2,668 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/RecordedRequest.java | package okreplay;
import java.io.IOException;
import java.net.URL;
import java.util.Collections;
import java.util.Map;
import okhttp3.CacheControl;
import okhttp3.Headers;
import okhttp3.HttpUrl;
import okhttp3.MediaType;
import okhttp3.RequestBody;
import okhttp3.internal.http.HttpMethod;
import okio.Buffer;
import... | 2,669 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/TypedProperties.java | package okreplay;
import java.util.Properties;
class TypedProperties extends Properties {
private static boolean getBoolean(Properties properties, String key, boolean defaultValue) {
String value = properties.getProperty(key);
return value != null ? Boolean.valueOf(value) : defaultValue;
}
static boole... | 2,670 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/RecordedInteraction.java | package okreplay;
import java.util.Date;
class RecordedInteraction {
private final Date recorded;
private final Request request;
private final Response response;
RecordedInteraction(Date recorded, Request request, Response response) {
this.recorded = recorded;
this.request = request;
this.respons... | 2,671 |
0 | Create_ds/okreplay/okreplay-core/src/main/java | Create_ds/okreplay/okreplay-core/src/main/java/okreplay/Request.java | package okreplay;
import okhttp3.HttpUrl;
public interface Request extends Message {
/** @return the request method. */
String method();
/** @return the target URL of the request. */
HttpUrl url();
RecordedRequest.Builder newBuilder();
} | 2,672 |
0 | Create_ds/okreplay/okreplay-noop/src/main/java | Create_ds/okreplay/okreplay-noop/src/main/java/okreplay/OkReplayInterceptor.java | package okreplay;
import java.io.IOException;
import okhttp3.Interceptor;
import okhttp3.Response;
public class OkReplayInterceptor implements Interceptor {
@Override public Response intercept(Chain chain) throws IOException {
return chain.proceed(chain.request());
}
}
| 2,673 |
0 | Create_ds/elsy/examples/java-library/src/test/java/com/cisco | Create_ds/elsy/examples/java-library/src/test/java/com/cisco/example/NoteImplTest.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,674 |
0 | Create_ds/elsy/examples/java-library/src/main/java/com/cisco/example | Create_ds/elsy/examples/java-library/src/main/java/com/cisco/example/impl/NoteImpl.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,675 |
0 | Create_ds/elsy/examples/java-library/src/main/java/com/cisco/example | Create_ds/elsy/examples/java-library/src/main/java/com/cisco/example/api/Note.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,676 |
0 | Create_ds/elsy/examples/java-note-service/src/test/java/com/cisco | Create_ds/elsy/examples/java-note-service/src/test/java/com/cisco/resources/NoteResourceTest.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,677 |
0 | Create_ds/elsy/examples/java-note-service/src/main/java/com | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco/JavaNoteServiceApplication.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,678 |
0 | Create_ds/elsy/examples/java-note-service/src/main/java/com | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco/JavaNoteServiceConfiguration.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,679 |
0 | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco/resources/NotesResource.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,680 |
0 | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco/db/NotesDao.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,681 |
0 | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco/db/NotesMapper.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,682 |
0 | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco | Create_ds/elsy/examples/java-note-service/src/main/java/com/cisco/api/Note.java | /*
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance 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... | 2,683 |
0 | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs/publish/PushRequestEventSourceJob.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,684 |
0 | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs/publish | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs/publish/core/RequestPostProcessor.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,685 |
0 | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs/publish | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs/publish/core/Utils.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,686 |
0 | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs/publish | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs/publish/core/RequestPreProcessor.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,687 |
0 | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs/publish | Create_ds/mantis-source-jobs/publish-source-job/src/main/java/io/mantisrx/sourcejobs/publish/stages/EchoStage.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,688 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/test/java/io/mantisrx/sourcejob | Create_ds/mantis-source-jobs/kafka-source-job/src/test/java/io/mantisrx/sourcejob/kafka/QueryableKafkaSourceJobTest.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,689 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/CustomizedAutoAckTaggingStage.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,690 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/AutoAckTaggingStage.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,691 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/AbstractAckableTaggingStage.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,692 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/QueryableKafkaSourceJob.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,693 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/core/TaggedData.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,694 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/core | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/core/utils/SourceJobConstants.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,695 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/core | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/core/utils/JsonUtility.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,696 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/sink/QueryRequestPostProcessor.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,697 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/sink/MQL.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,698 |
0 | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka | Create_ds/mantis-source-jobs/kafka-source-job/src/main/java/io/mantisrx/sourcejob/kafka/sink/TaggedDataSourceSink.java | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 2,699 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.