index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/BinaryDecoder.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,900
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/DecoderException.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,901
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/Decoder.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,902
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/EncoderException.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,903
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/CharEncoding.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,904
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/BinaryEncoder.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,905
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/Encoder.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,906
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/binary/StringUtils.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,907
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/binary/Base64.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,908
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/codec/binary/BaseNCodec.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,909
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/sdk
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/sdk/info/SDKVersionImpl.java
package com.paypal.base.sdk.info; import com.paypal.base.SDKVersion; /** * Implementation of SDKVersion */ public class SDKVersionImpl implements SDKVersion { /** * SDK ID used in User-Agent HTTP header */ private static final String SDK_ID = "PayPal-Java-SDK"; /** * SDK Version used in User-Agent HT...
3,910
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/exception/OAuthException.java
/* * Copyright 2005 PayPal, Inc. All Rights Reserved. */ package com.paypal.base.exception; public class OAuthException extends PayPalException{ /** * Constructs a new exception with the specified detail message. */ public OAuthException(String message) { super(message); this.m...
3,911
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/exception/SSLConfigurationException.java
package com.paypal.base.exception; /** * SSLConfigurationException is thrown for error caused during SSL connection * */ public class SSLConfigurationException extends BaseException { /** * Serial version UID */ private static final long serialVersionUID = -2345834567387658303L; public SSLConfigurationExc...
3,912
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/exception/PayPalException.java
/* * Copyright 2005 PayPal, Inc. All Rights Reserved. */ package com.paypal.base.exception; /** * A PayPalException is thrown to signal a problem during SDK execution. */ public abstract class PayPalException extends Exception { /* * Default constructor */ public PayPalException() { ...
3,913
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/exception/InvalidResponseDataException.java
package com.paypal.base.exception; /** * InvalidResponseException used to denote errors in response data * */ public class InvalidResponseDataException extends BaseException { /** * Serial version UID */ private static final long serialVersionUID = -7489562847530985773L; public InvalidResponseDataExceptio...
3,914
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/exception/MissingCredentialException.java
package com.paypal.base.exception; /** * MissingCredentialException is throw when the credential used are wrongly * configured or not found in the application properties * */ public class MissingCredentialException extends BaseException { /** * Serial versio UID */ private static final long serialVersionUI...
3,915
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/exception/ClientActionRequiredException.java
package com.paypal.base.exception; /** * ClientActionRequiredException, encapsulates instances where client has to * take actions based or errors in API call. * */ public class ClientActionRequiredException extends HttpErrorException { /** * Serial version UID */ private static final long serialVersionUID ...
3,916
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/exception/InvalidCredentialException.java
package com.paypal.base.exception; /** * InvalidCredentialException used to denote errors in credentials used in API * call * */ public class InvalidCredentialException extends BaseException { /** * Serial version UID */ private static final long serialVersionUID = -4321565982347658546L; public InvalidCr...
3,917
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/exception/BaseException.java
package com.paypal.base.exception; /** * BaseException for SDK */ public class BaseException extends Exception { /** * Serial version UID */ private static final long serialVersionUID = -5345825923487658213L; public BaseException(String msg) { super(msg); } public BaseException(String msg, Throwable ex...
3,918
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/exception/HttpErrorException.java
package com.paypal.base.exception; /** * HttpErrorException denotes errors that occur in HTTP call * */ public class HttpErrorException extends BaseException { /** * Serial version UID */ private static final long serialVersionUID = -4312358746964758546L; private int responsecode; private String errorRes...
3,919
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/PayPalResource.java
package com.paypal.base.rest; import com.paypal.base.*; import com.paypal.base.exception.BaseException; import com.paypal.base.exception.ClientActionRequiredException; import com.paypal.base.exception.HttpErrorException; import com.paypal.base.sdk.info.SDKVersionImpl; import org.slf4j.Logger; import org.slf4j.LoggerFa...
3,920
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/QueryParameters.java
package com.paypal.base.rest; import java.util.HashMap; import java.util.Map; /** * <code>QueryParameters</code> holds query parameters used for retrieving * {@link com.paypal.api.payments.PaymentHistory} object. */ public class QueryParameters { /** * Count */ private static final String COUNT = "count"; ...
3,921
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/HttpMethod.java
package com.paypal.base.rest; /** * HttpMethod enums used for HTTP method verbs */ public enum HttpMethod { // Get Http Method GET, // Post Http Method POST, // Patch Http Method PATCH, // Put Http Method PUT, // Delete Http Method DELETE; }
3,922
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/APIContext.java
package com.paypal.base.rest; import com.paypal.base.Constants; import com.paypal.base.SDKVersion; import java.util.Map; import java.util.UUID; /** * <code>APIContext</code> wraps wire-level parameters for the API call. * AccessToken, which is essentially an OAuth token, is treated as a mandatory * parameter for ...
3,923
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/RESTUtil.java
package com.paypal.base.rest; import com.paypal.api.openidconnect.CreateFromAuthorizationCodeParameters; import com.paypal.api.openidconnect.CreateFromRefreshTokenParameters; import com.paypal.api.openidconnect.UserinfoParameters; import com.paypal.base.Constants; import java.io.UnsupportedEncodingException; import j...
3,924
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/AccessToken.java
package com.paypal.base.rest; import lombok.AllArgsConstructor; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.experimental.Accessors; @Getter @AllArgsConstructor @EqualsAndHashCode @Accessors(chain = true) public class AccessToken { private String accessToken; private long expires = 0;...
3,925
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/OAuthTokenCredential.java
package com.paypal.base.rest; import com.google.gson.JsonElement; import com.google.gson.JsonParser; import com.paypal.base.*; import com.paypal.base.codec.binary.Base64; import com.paypal.base.exception.ClientActionRequiredException; import com.paypal.base.exception.HttpErrorException; import com.paypal.base.sdk.info...
3,926
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/PayPalRESTException.java
package com.paypal.base.rest; import com.google.gson.Gson; import com.paypal.api.payments.Error; import com.paypal.base.exception.HttpErrorException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * PayPalException handles all exceptions related to REST services */ public class PayPalRESTException ext...
3,927
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/JSONFormatter.java
package com.paypal.base.rest; import com.google.gson.FieldNamingPolicy; import com.google.gson.Gson; import com.google.gson.GsonBuilder; /** * JSONFormatter converts objects to JSON representation and vice-versa. This * class depends on Google's GSON library to do the transformation. This class * is not thread-saf...
3,928
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/PayPalModel.java
package com.paypal.base.rest; import lombok.EqualsAndHashCode; @EqualsAndHashCode public class PayPalModel { /** * Returns a JSON string corresponding to object state * * @return JSON representation */ public String toJSON() { return JSONFormatter.toJSON(this); } @Override public String toString() {...
3,929
0
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base
Create_ds/PayPal-Java-SDK/rest-api-sdk/src/main/java/com/paypal/base/rest/RESTAPICallPreHandler.java
package com.paypal.base.rest; import com.paypal.base.APICallPreHandler; import com.paypal.base.Constants; import com.paypal.base.SDKUtil; import com.paypal.base.SDKVersion; import com.paypal.base.codec.binary.Base64; import com.paypal.base.exception.ClientActionRequiredException; import com.paypal.base.util.UserAgentH...
3,930
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/test/java/org/apache/flink
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/test/java/org/apache/flink/architecture/TestCodeArchitectureTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,931
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/test/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/test/java/org/apache/flink/connector/hbase/util/HBaseSerdeTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,932
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/test/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/test/java/org/apache/flink/connector/hbase/util/HBaseConfigLoadingTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,933
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/options/HBaseWriteOptions.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,934
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/util/HBaseTableSchema.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,935
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/util/HBaseSerde.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,936
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/util/HBaseTypeUtils.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,937
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/util/HBaseConfigurationUtil.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,938
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/source/TableInputSplit.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,939
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/source/HBaseRowDataLookupFunction.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,940
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/source/AbstractHBaseDynamicTableSource.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,941
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/sink/HBaseSinkFunction.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,942
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/sink/WritableMetadata.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,943
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/sink/RowDataToMutationConverter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,944
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/sink/HBaseMutationConverter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,945
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/table/HBaseConnectorOptions.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,946
0
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase
Create_ds/flink-connector-hbase/flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/table/HBaseConnectorOptionsUtil.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,947
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/slf4j
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/slf4j/impl/Log4jLoggerAdapter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,948
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/architecture/TestCodeArchitectureTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,949
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector/hbase1/HBaseDynamicTableFactoryTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,950
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector/hbase1/HBaseTablePlanTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,951
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector/hbase1/HBaseConnectorITCase.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,952
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector/hbase1
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector/hbase1/util/HBaseTestBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,953
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector/hbase1
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector/hbase1/util/HBaseTestingClusterAutoStarter.java
/* * Copyright The Apache Software Foundation * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apach...
3,954
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1/HBase1DynamicTableFactory.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,955
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1/source/HBaseDynamicTableSource.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,956
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1/source/HBaseRowDataInputFormat.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,957
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1/source/AbstractTableInputFormat.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,958
0
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1
Create_ds/flink-connector-hbase/flink-connector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1/sink/HBaseDynamicTableSink.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,959
0
Create_ds/flink-connector-hbase/flink-connector-hbase-e2e-tests/src/test/java/org/apache/flink/streaming
Create_ds/flink-connector-hbase/flink-connector-hbase-e2e-tests/src/test/java/org/apache/flink/streaming/tests/HBaseITCase.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,960
0
Create_ds/flink-connector-hbase/flink-connector-hbase-e2e-tests/src/main/java/org/apache/flink/streaming
Create_ds/flink-connector-hbase/flink-connector-hbase-e2e-tests/src/main/java/org/apache/flink/streaming/tests/HBaseContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,961
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/eclipse/jetty
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/eclipse/jetty/util/JavaVersion.java
// // ======================================================================== // Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
3,962
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/slf4j
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/slf4j/impl/Log4jLoggerAdapter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,963
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/architecture/TestCodeArchitectureTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,964
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2/HBaseDynamicTableFactoryTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,965
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2/HBaseTablePlanTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,966
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2/HBaseConnectorITCase.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,967
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2/util/HBaseTestBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,968
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2/util/HBaseTestingClusterAutoStarter.java
/* * Copyright The Apache Software Foundation * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apach...
3,969
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2/source/HBaseRowDataAsyncLookupFunctionTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,970
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/HBase2DynamicTableFactory.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,971
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/source/HBaseDynamicTableSource.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,972
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/source/HBaseRowDataAsyncLookupFunction.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,973
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/source/HBaseRowDataInputFormat.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,974
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/source/AbstractTableInputFormat.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,975
0
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2
Create_ds/flink-connector-hbase/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/sink/HBaseDynamicTableSink.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,976
0
Create_ds/EVCache/evcache-client-sample/src/main/java/com/netflix/evcache
Create_ds/EVCache/evcache-client-sample/src/main/java/com/netflix/evcache/sample/EVCacheClientZipkinTracingSample.java
package com.netflix.evcache.sample; import brave.Tracing; import com.netflix.evcache.EVCache; import com.netflix.evcache.EVCacheException; import com.netflix.evcache.EVCacheTracingEventListener; import com.netflix.evcache.pool.EVCacheClientPoolManager; import zipkin2.Span; import java.util.ArrayList; import java.util...
3,977
0
Create_ds/EVCache/evcache-client-sample/src/main/java/com/netflix/evcache
Create_ds/EVCache/evcache-client-sample/src/main/java/com/netflix/evcache/sample/EVCacheClientSample.java
package com.netflix.evcache.sample; import com.netflix.evcache.EVCache; import com.netflix.evcache.EVCacheException; import java.util.concurrent.Future; /** * Created by senugula on 3/24/16. * Updated by akpratt on 5/13/16. */ /** * This standalone program demonstrates how to use EVCacheClient for * set/get op...
3,978
0
Create_ds/EVCache/evcache-zipkin-tracing/src/test/java/com/netflix
Create_ds/EVCache/evcache-zipkin-tracing/src/test/java/com/netflix/evcache/EVCacheTracingEventListenerUnitTests.java
package com.netflix.evcache; import brave.Tracing; import com.netflix.evcache.event.EVCacheEvent; import com.netflix.evcache.pool.EVCacheClient; import com.netflix.evcache.pool.EVCacheClientPoolManager; import net.spy.memcached.CachedData; import org.mockito.invocation.InvocationOnMock; import org.mockito.stubbing.Ans...
3,979
0
Create_ds/EVCache/evcache-zipkin-tracing/src/main/java/com/netflix
Create_ds/EVCache/evcache-zipkin-tracing/src/main/java/com/netflix/evcache/EVCacheTracingTags.java
package com.netflix.evcache; public class EVCacheTracingTags { public static String CACHE_NAME_PREFIX = "evcache.cache_name_prefix"; public static String APP_NAME = "evcache.app_name"; public static String STATUS = "evcache.status"; public static String LATENCY = "evcache.latency"; public static St...
3,980
0
Create_ds/EVCache/evcache-zipkin-tracing/src/main/java/com/netflix
Create_ds/EVCache/evcache-zipkin-tracing/src/main/java/com/netflix/evcache/EVCacheTracingEventListener.java
package com.netflix.evcache; import brave.Span; import brave.Tracer; import com.netflix.evcache.event.EVCacheEvent; import com.netflix.evcache.event.EVCacheEventListener; import com.netflix.evcache.pool.EVCacheClient; import com.netflix.evcache.pool.EVCacheClientPoolManager; import net.spy.memcached.CachedData; import...
3,981
0
Create_ds/EVCache/evcache-core/src/test/java/com/netflix/evcache
Create_ds/EVCache/evcache-core/src/test/java/com/netflix/evcache/test/Base.java
package com.netflix.evcache.test; import java.util.Arrays; import java.util.Map; import java.util.Map.Entry; import java.util.Properties; import java.util.concurrent.CompletableFuture; import java.util.concurrent.Future; import java.util.concurrent.TimeUnit; import org.apache.log4j.Appender; import org.apache.log4j....
3,982
0
Create_ds/EVCache/evcache-core/src/test/java/com/netflix/evcache
Create_ds/EVCache/evcache-core/src/test/java/com/netflix/evcache/test/SimpleEVCacheTest.java
package com.netflix.evcache.test; import java.util.Arrays; import java.util.Map; import java.util.Properties; import java.util.concurrent.BlockingQueue; import java.util.concurrent.Future; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.ThreadPoolExecutor; import java.util.concurrent.TimeU...
3,983
0
Create_ds/EVCache/evcache-core/src/test/java/com/netflix/evcache
Create_ds/EVCache/evcache-core/src/test/java/com/netflix/evcache/test/MockEVCacheTest.java
package com.netflix.evcache.test; import static org.mockito.Matchers.anyCollection; import static org.mockito.Matchers.anyInt; import static org.mockito.Matchers.anyObject; import static org.mockito.Matchers.anyString; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import static org.te...
3,984
0
Create_ds/EVCache/evcache-core/src/test/java/com/netflix/evcache
Create_ds/EVCache/evcache-core/src/test/java/com/netflix/evcache/test/SimpleEurekaEVCacheTest.java
package com.netflix.evcache.test; import static org.testng.Assert.assertNotNull; import static org.testng.Assert.assertTrue; import java.util.Map; import java.util.concurrent.BlockingQueue; import java.util.concurrent.Future; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.ThreadPoolExecu...
3,985
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/EVCacheConnection.java
package net.spy.memcached; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.channels.CancelledKeyException; import java.nio.channels.ClosedSelectorException; import java.util.Collection; import java.util.ConcurrentModificationException; import java.util.List; import java.util.Map; import ...
3,986
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/EVCacheNodeMBean.java
package net.spy.memcached; public interface EVCacheNodeMBean extends EVCacheNode { }
3,987
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/EVCacheMemcachedClient.java
package net.spy.memcached; import java.io.IOException; import java.net.InetSocketAddress; import java.net.SocketAddress; import java.time.Duration; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.List; import j...
3,988
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/EVCacheMemcachedNodeROImpl.java
package net.spy.memcached; import java.io.IOException; import java.net.SocketAddress; import java.nio.ByteBuffer; import java.nio.channels.SelectionKey; import java.nio.channels.SocketChannel; import java.util.Collection; import net.spy.memcached.ops.Operation; public class EVCacheMemcachedNodeROImpl implements Memc...
3,989
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/EVCacheNode.java
package net.spy.memcached; import java.util.List; import com.netflix.evcache.EVCache; import com.netflix.evcache.pool.EVCacheClient; import com.netflix.evcache.pool.ServerGroup; import com.netflix.spectator.api.Tag; public interface EVCacheNode extends MemcachedNode { void registerMonitors(); boolean isAvai...
3,990
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol/ascii/ExecCmdOperationImpl.java
package net.spy.memcached.protocol.ascii; import java.nio.ByteBuffer; import java.util.Arrays; import net.spy.memcached.ops.OperationState; import net.spy.memcached.ops.OperationStatus; import net.spy.memcached.ops.StatusCode; public class ExecCmdOperationImpl extends OperationImpl implements ExecCmdOperation { ...
3,991
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol/ascii/MetaArithmeticOperationImpl.java
package net.spy.memcached.protocol.ascii; import net.spy.memcached.KeyUtil; import net.spy.memcached.ops.Mutator; import net.spy.memcached.ops.MutatorOperation; import net.spy.memcached.ops.OperationCallback; import net.spy.memcached.ops.OperationStatus; import net.spy.memcached.ops.OperationState; import net.spy.memc...
3,992
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol/ascii/EVCacheAsciiNodeImpl.java
package net.spy.memcached.protocol.ascii; import java.io.IOException; import java.lang.management.ManagementFactory; import java.net.InetSocketAddress; import java.net.SocketAddress; import java.nio.channels.SocketChannel; import java.util.List; import java.util.concurrent.BlockingQueue; import java.util.concurrent.a...
3,993
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol/ascii/MetaDebugOperationImpl.java
package net.spy.memcached.protocol.ascii; import java.nio.ByteBuffer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import net.spy.memcached.KeyUtil; import net.spy.memcached.ops.OperationState; import net.spy.memcached.ops.OperationStatus; import net.spy.memcached.ops.StatusCode; public class MetaDebugO...
3,994
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol/ascii/ExecCmdOperation.java
package net.spy.memcached.protocol.ascii; import net.spy.memcached.ops.Operation; import net.spy.memcached.ops.OperationCallback; public interface ExecCmdOperation extends Operation { /** * Callback for cmd operation. */ interface Callback extends OperationCallback { } }
3,995
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol/ascii/EVCacheOperationImpl.java
package net.spy.memcached.protocol.ascii; import net.spy.memcached.ops.OperationCallback; public class EVCacheOperationImpl extends OperationImpl { protected EVCacheOperationImpl(OperationCallback cb) { super(cb); } @Override public void handleLine(String line) { // TODO Auto-gener...
3,996
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol/ascii/MetaGetOperationImpl.java
package net.spy.memcached.protocol.ascii; import java.nio.ByteBuffer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import net.spy.memcached.KeyUtil; import net.spy.memcached.ops.OperationCallback; import net.spy.memcached.ops.OperationState; import net.spy.memcached.ops.OperationStatus; import net.spy.m...
3,997
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol/ascii/MetaGetOperation.java
package net.spy.memcached.protocol.ascii; import net.spy.memcached.ops.Operation; import net.spy.memcached.ops.OperationCallback; public interface MetaGetOperation extends Operation { /** * Operation callback for the get request. */ public interface Callback extends OperationCallback { /** ...
3,998
0
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol
Create_ds/EVCache/evcache-core/src/main/java/net/spy/memcached/protocol/ascii/MetaDebugOperation.java
package net.spy.memcached.protocol.ascii; import net.spy.memcached.ops.Operation; import net.spy.memcached.ops.OperationCallback; public interface MetaDebugOperation extends Operation { /** * Operation callback for the get request. */ public interface Callback extends OperationCallback { /** ...
3,999