All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.cache_client.ScsGrpc Maven / Gradle / Ivy

There is a newer version: 0.117.0
Show newest version
package grpc.cache_client;

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 */
@javax.annotation.Generated(
    value = "by gRPC proto compiler (version 1.57.2)",
    comments = "Source: cacheclient.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ScsGrpc {

  private ScsGrpc() {}

  public static final java.lang.String SERVICE_NAME = "cache_client.Scs";

  // Static method descriptors that strictly reflect the proto.
  private static volatile io.grpc.MethodDescriptor getGetMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "Get",
      requestType = grpc.cache_client._GetRequest.class,
      responseType = grpc.cache_client._GetResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getGetMethod() {
    io.grpc.MethodDescriptor getGetMethod;
    if ((getGetMethod = ScsGrpc.getGetMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getGetMethod = ScsGrpc.getGetMethod) == null) {
          ScsGrpc.getGetMethod = getGetMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Get"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._GetRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._GetResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("Get"))
              .build();
        }
      }
    }
    return getGetMethod;
  }

  private static volatile io.grpc.MethodDescriptor getGetBatchMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "GetBatch",
      requestType = grpc.cache_client._GetBatchRequest.class,
      responseType = grpc.cache_client._GetResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
  public static io.grpc.MethodDescriptor getGetBatchMethod() {
    io.grpc.MethodDescriptor getGetBatchMethod;
    if ((getGetBatchMethod = ScsGrpc.getGetBatchMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getGetBatchMethod = ScsGrpc.getGetBatchMethod) == null) {
          ScsGrpc.getGetBatchMethod = getGetBatchMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBatch"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._GetBatchRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._GetResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("GetBatch"))
              .build();
        }
      }
    }
    return getGetBatchMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "Set",
      requestType = grpc.cache_client._SetRequest.class,
      responseType = grpc.cache_client._SetResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetMethod() {
    io.grpc.MethodDescriptor getSetMethod;
    if ((getSetMethod = ScsGrpc.getSetMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetMethod = ScsGrpc.getSetMethod) == null) {
          ScsGrpc.getSetMethod = getSetMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Set"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("Set"))
              .build();
        }
      }
    }
    return getSetMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetBatchMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetBatch",
      requestType = grpc.cache_client._SetBatchRequest.class,
      responseType = grpc.cache_client._SetResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
  public static io.grpc.MethodDescriptor getSetBatchMethod() {
    io.grpc.MethodDescriptor getSetBatchMethod;
    if ((getSetBatchMethod = ScsGrpc.getSetBatchMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetBatchMethod = ScsGrpc.getSetBatchMethod) == null) {
          ScsGrpc.getSetBatchMethod = getSetBatchMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetBatch"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetBatchRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetBatch"))
              .build();
        }
      }
    }
    return getSetBatchMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetIfMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetIf",
      requestType = grpc.cache_client._SetIfRequest.class,
      responseType = grpc.cache_client._SetIfResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetIfMethod() {
    io.grpc.MethodDescriptor getSetIfMethod;
    if ((getSetIfMethod = ScsGrpc.getSetIfMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetIfMethod = ScsGrpc.getSetIfMethod) == null) {
          ScsGrpc.getSetIfMethod = getSetIfMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetIf"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetIfRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetIfResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetIf"))
              .build();
        }
      }
    }
    return getSetIfMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetIfNotExistsMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetIfNotExists",
      requestType = grpc.cache_client._SetIfNotExistsRequest.class,
      responseType = grpc.cache_client._SetIfNotExistsResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetIfNotExistsMethod() {
    io.grpc.MethodDescriptor getSetIfNotExistsMethod;
    if ((getSetIfNotExistsMethod = ScsGrpc.getSetIfNotExistsMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetIfNotExistsMethod = ScsGrpc.getSetIfNotExistsMethod) == null) {
          ScsGrpc.getSetIfNotExistsMethod = getSetIfNotExistsMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetIfNotExists"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetIfNotExistsRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetIfNotExistsResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetIfNotExists"))
              .build();
        }
      }
    }
    return getSetIfNotExistsMethod;
  }

  private static volatile io.grpc.MethodDescriptor getDeleteMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "Delete",
      requestType = grpc.cache_client._DeleteRequest.class,
      responseType = grpc.cache_client._DeleteResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getDeleteMethod() {
    io.grpc.MethodDescriptor getDeleteMethod;
    if ((getDeleteMethod = ScsGrpc.getDeleteMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getDeleteMethod = ScsGrpc.getDeleteMethod) == null) {
          ScsGrpc.getDeleteMethod = getDeleteMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Delete"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DeleteRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DeleteResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("Delete"))
              .build();
        }
      }
    }
    return getDeleteMethod;
  }

  private static volatile io.grpc.MethodDescriptor getKeysExistMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "KeysExist",
      requestType = grpc.cache_client._KeysExistRequest.class,
      responseType = grpc.cache_client._KeysExistResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getKeysExistMethod() {
    io.grpc.MethodDescriptor getKeysExistMethod;
    if ((getKeysExistMethod = ScsGrpc.getKeysExistMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getKeysExistMethod = ScsGrpc.getKeysExistMethod) == null) {
          ScsGrpc.getKeysExistMethod = getKeysExistMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "KeysExist"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._KeysExistRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._KeysExistResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("KeysExist"))
              .build();
        }
      }
    }
    return getKeysExistMethod;
  }

  private static volatile io.grpc.MethodDescriptor getIncrementMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "Increment",
      requestType = grpc.cache_client._IncrementRequest.class,
      responseType = grpc.cache_client._IncrementResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getIncrementMethod() {
    io.grpc.MethodDescriptor getIncrementMethod;
    if ((getIncrementMethod = ScsGrpc.getIncrementMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getIncrementMethod = ScsGrpc.getIncrementMethod) == null) {
          ScsGrpc.getIncrementMethod = getIncrementMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Increment"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._IncrementRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._IncrementResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("Increment"))
              .build();
        }
      }
    }
    return getIncrementMethod;
  }

  private static volatile io.grpc.MethodDescriptor getUpdateTtlMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "UpdateTtl",
      requestType = grpc.cache_client._UpdateTtlRequest.class,
      responseType = grpc.cache_client._UpdateTtlResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getUpdateTtlMethod() {
    io.grpc.MethodDescriptor getUpdateTtlMethod;
    if ((getUpdateTtlMethod = ScsGrpc.getUpdateTtlMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getUpdateTtlMethod = ScsGrpc.getUpdateTtlMethod) == null) {
          ScsGrpc.getUpdateTtlMethod = getUpdateTtlMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateTtl"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._UpdateTtlRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._UpdateTtlResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("UpdateTtl"))
              .build();
        }
      }
    }
    return getUpdateTtlMethod;
  }

  private static volatile io.grpc.MethodDescriptor getItemGetTtlMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ItemGetTtl",
      requestType = grpc.cache_client._ItemGetTtlRequest.class,
      responseType = grpc.cache_client._ItemGetTtlResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getItemGetTtlMethod() {
    io.grpc.MethodDescriptor getItemGetTtlMethod;
    if ((getItemGetTtlMethod = ScsGrpc.getItemGetTtlMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getItemGetTtlMethod = ScsGrpc.getItemGetTtlMethod) == null) {
          ScsGrpc.getItemGetTtlMethod = getItemGetTtlMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ItemGetTtl"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ItemGetTtlRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ItemGetTtlResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ItemGetTtl"))
              .build();
        }
      }
    }
    return getItemGetTtlMethod;
  }

  private static volatile io.grpc.MethodDescriptor getItemGetTypeMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ItemGetType",
      requestType = grpc.cache_client._ItemGetTypeRequest.class,
      responseType = grpc.cache_client._ItemGetTypeResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getItemGetTypeMethod() {
    io.grpc.MethodDescriptor getItemGetTypeMethod;
    if ((getItemGetTypeMethod = ScsGrpc.getItemGetTypeMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getItemGetTypeMethod = ScsGrpc.getItemGetTypeMethod) == null) {
          ScsGrpc.getItemGetTypeMethod = getItemGetTypeMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ItemGetType"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ItemGetTypeRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ItemGetTypeResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ItemGetType"))
              .build();
        }
      }
    }
    return getItemGetTypeMethod;
  }

  private static volatile io.grpc.MethodDescriptor getDictionaryGetMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "DictionaryGet",
      requestType = grpc.cache_client._DictionaryGetRequest.class,
      responseType = grpc.cache_client._DictionaryGetResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getDictionaryGetMethod() {
    io.grpc.MethodDescriptor getDictionaryGetMethod;
    if ((getDictionaryGetMethod = ScsGrpc.getDictionaryGetMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getDictionaryGetMethod = ScsGrpc.getDictionaryGetMethod) == null) {
          ScsGrpc.getDictionaryGetMethod = getDictionaryGetMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DictionaryGet"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryGetRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryGetResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("DictionaryGet"))
              .build();
        }
      }
    }
    return getDictionaryGetMethod;
  }

  private static volatile io.grpc.MethodDescriptor getDictionaryFetchMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "DictionaryFetch",
      requestType = grpc.cache_client._DictionaryFetchRequest.class,
      responseType = grpc.cache_client._DictionaryFetchResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getDictionaryFetchMethod() {
    io.grpc.MethodDescriptor getDictionaryFetchMethod;
    if ((getDictionaryFetchMethod = ScsGrpc.getDictionaryFetchMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getDictionaryFetchMethod = ScsGrpc.getDictionaryFetchMethod) == null) {
          ScsGrpc.getDictionaryFetchMethod = getDictionaryFetchMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DictionaryFetch"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryFetchRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryFetchResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("DictionaryFetch"))
              .build();
        }
      }
    }
    return getDictionaryFetchMethod;
  }

  private static volatile io.grpc.MethodDescriptor getDictionarySetMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "DictionarySet",
      requestType = grpc.cache_client._DictionarySetRequest.class,
      responseType = grpc.cache_client._DictionarySetResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getDictionarySetMethod() {
    io.grpc.MethodDescriptor getDictionarySetMethod;
    if ((getDictionarySetMethod = ScsGrpc.getDictionarySetMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getDictionarySetMethod = ScsGrpc.getDictionarySetMethod) == null) {
          ScsGrpc.getDictionarySetMethod = getDictionarySetMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DictionarySet"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionarySetRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionarySetResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("DictionarySet"))
              .build();
        }
      }
    }
    return getDictionarySetMethod;
  }

  private static volatile io.grpc.MethodDescriptor getDictionaryIncrementMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "DictionaryIncrement",
      requestType = grpc.cache_client._DictionaryIncrementRequest.class,
      responseType = grpc.cache_client._DictionaryIncrementResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getDictionaryIncrementMethod() {
    io.grpc.MethodDescriptor getDictionaryIncrementMethod;
    if ((getDictionaryIncrementMethod = ScsGrpc.getDictionaryIncrementMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getDictionaryIncrementMethod = ScsGrpc.getDictionaryIncrementMethod) == null) {
          ScsGrpc.getDictionaryIncrementMethod = getDictionaryIncrementMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DictionaryIncrement"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryIncrementRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryIncrementResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("DictionaryIncrement"))
              .build();
        }
      }
    }
    return getDictionaryIncrementMethod;
  }

  private static volatile io.grpc.MethodDescriptor getDictionaryDeleteMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "DictionaryDelete",
      requestType = grpc.cache_client._DictionaryDeleteRequest.class,
      responseType = grpc.cache_client._DictionaryDeleteResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getDictionaryDeleteMethod() {
    io.grpc.MethodDescriptor getDictionaryDeleteMethod;
    if ((getDictionaryDeleteMethod = ScsGrpc.getDictionaryDeleteMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getDictionaryDeleteMethod = ScsGrpc.getDictionaryDeleteMethod) == null) {
          ScsGrpc.getDictionaryDeleteMethod = getDictionaryDeleteMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DictionaryDelete"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryDeleteRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryDeleteResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("DictionaryDelete"))
              .build();
        }
      }
    }
    return getDictionaryDeleteMethod;
  }

  private static volatile io.grpc.MethodDescriptor getDictionaryLengthMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "DictionaryLength",
      requestType = grpc.cache_client._DictionaryLengthRequest.class,
      responseType = grpc.cache_client._DictionaryLengthResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getDictionaryLengthMethod() {
    io.grpc.MethodDescriptor getDictionaryLengthMethod;
    if ((getDictionaryLengthMethod = ScsGrpc.getDictionaryLengthMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getDictionaryLengthMethod = ScsGrpc.getDictionaryLengthMethod) == null) {
          ScsGrpc.getDictionaryLengthMethod = getDictionaryLengthMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DictionaryLength"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryLengthRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._DictionaryLengthResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("DictionaryLength"))
              .build();
        }
      }
    }
    return getDictionaryLengthMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetFetchMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetFetch",
      requestType = grpc.cache_client._SetFetchRequest.class,
      responseType = grpc.cache_client._SetFetchResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetFetchMethod() {
    io.grpc.MethodDescriptor getSetFetchMethod;
    if ((getSetFetchMethod = ScsGrpc.getSetFetchMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetFetchMethod = ScsGrpc.getSetFetchMethod) == null) {
          ScsGrpc.getSetFetchMethod = getSetFetchMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetFetch"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetFetchRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetFetchResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetFetch"))
              .build();
        }
      }
    }
    return getSetFetchMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetSampleMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetSample",
      requestType = grpc.cache_client._SetSampleRequest.class,
      responseType = grpc.cache_client._SetSampleResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetSampleMethod() {
    io.grpc.MethodDescriptor getSetSampleMethod;
    if ((getSetSampleMethod = ScsGrpc.getSetSampleMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetSampleMethod = ScsGrpc.getSetSampleMethod) == null) {
          ScsGrpc.getSetSampleMethod = getSetSampleMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetSample"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetSampleRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetSampleResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetSample"))
              .build();
        }
      }
    }
    return getSetSampleMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetUnionMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetUnion",
      requestType = grpc.cache_client._SetUnionRequest.class,
      responseType = grpc.cache_client._SetUnionResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetUnionMethod() {
    io.grpc.MethodDescriptor getSetUnionMethod;
    if ((getSetUnionMethod = ScsGrpc.getSetUnionMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetUnionMethod = ScsGrpc.getSetUnionMethod) == null) {
          ScsGrpc.getSetUnionMethod = getSetUnionMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetUnion"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetUnionRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetUnionResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetUnion"))
              .build();
        }
      }
    }
    return getSetUnionMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetDifferenceMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetDifference",
      requestType = grpc.cache_client._SetDifferenceRequest.class,
      responseType = grpc.cache_client._SetDifferenceResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetDifferenceMethod() {
    io.grpc.MethodDescriptor getSetDifferenceMethod;
    if ((getSetDifferenceMethod = ScsGrpc.getSetDifferenceMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetDifferenceMethod = ScsGrpc.getSetDifferenceMethod) == null) {
          ScsGrpc.getSetDifferenceMethod = getSetDifferenceMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetDifference"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetDifferenceRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetDifferenceResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetDifference"))
              .build();
        }
      }
    }
    return getSetDifferenceMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetContainsMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetContains",
      requestType = grpc.cache_client._SetContainsRequest.class,
      responseType = grpc.cache_client._SetContainsResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetContainsMethod() {
    io.grpc.MethodDescriptor getSetContainsMethod;
    if ((getSetContainsMethod = ScsGrpc.getSetContainsMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetContainsMethod = ScsGrpc.getSetContainsMethod) == null) {
          ScsGrpc.getSetContainsMethod = getSetContainsMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetContains"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetContainsRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetContainsResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetContains"))
              .build();
        }
      }
    }
    return getSetContainsMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetLengthMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetLength",
      requestType = grpc.cache_client._SetLengthRequest.class,
      responseType = grpc.cache_client._SetLengthResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetLengthMethod() {
    io.grpc.MethodDescriptor getSetLengthMethod;
    if ((getSetLengthMethod = ScsGrpc.getSetLengthMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetLengthMethod = ScsGrpc.getSetLengthMethod) == null) {
          ScsGrpc.getSetLengthMethod = getSetLengthMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetLength"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetLengthRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetLengthResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetLength"))
              .build();
        }
      }
    }
    return getSetLengthMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSetPopMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SetPop",
      requestType = grpc.cache_client._SetPopRequest.class,
      responseType = grpc.cache_client._SetPopResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSetPopMethod() {
    io.grpc.MethodDescriptor getSetPopMethod;
    if ((getSetPopMethod = ScsGrpc.getSetPopMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSetPopMethod = ScsGrpc.getSetPopMethod) == null) {
          ScsGrpc.getSetPopMethod = getSetPopMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetPop"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetPopRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SetPopResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SetPop"))
              .build();
        }
      }
    }
    return getSetPopMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListPushFrontMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListPushFront",
      requestType = grpc.cache_client._ListPushFrontRequest.class,
      responseType = grpc.cache_client._ListPushFrontResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListPushFrontMethod() {
    io.grpc.MethodDescriptor getListPushFrontMethod;
    if ((getListPushFrontMethod = ScsGrpc.getListPushFrontMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListPushFrontMethod = ScsGrpc.getListPushFrontMethod) == null) {
          ScsGrpc.getListPushFrontMethod = getListPushFrontMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListPushFront"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListPushFrontRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListPushFrontResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListPushFront"))
              .build();
        }
      }
    }
    return getListPushFrontMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListPushBackMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListPushBack",
      requestType = grpc.cache_client._ListPushBackRequest.class,
      responseType = grpc.cache_client._ListPushBackResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListPushBackMethod() {
    io.grpc.MethodDescriptor getListPushBackMethod;
    if ((getListPushBackMethod = ScsGrpc.getListPushBackMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListPushBackMethod = ScsGrpc.getListPushBackMethod) == null) {
          ScsGrpc.getListPushBackMethod = getListPushBackMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListPushBack"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListPushBackRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListPushBackResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListPushBack"))
              .build();
        }
      }
    }
    return getListPushBackMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListPopFrontMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListPopFront",
      requestType = grpc.cache_client._ListPopFrontRequest.class,
      responseType = grpc.cache_client._ListPopFrontResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListPopFrontMethod() {
    io.grpc.MethodDescriptor getListPopFrontMethod;
    if ((getListPopFrontMethod = ScsGrpc.getListPopFrontMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListPopFrontMethod = ScsGrpc.getListPopFrontMethod) == null) {
          ScsGrpc.getListPopFrontMethod = getListPopFrontMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListPopFront"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListPopFrontRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListPopFrontResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListPopFront"))
              .build();
        }
      }
    }
    return getListPopFrontMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListPopBackMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListPopBack",
      requestType = grpc.cache_client._ListPopBackRequest.class,
      responseType = grpc.cache_client._ListPopBackResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListPopBackMethod() {
    io.grpc.MethodDescriptor getListPopBackMethod;
    if ((getListPopBackMethod = ScsGrpc.getListPopBackMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListPopBackMethod = ScsGrpc.getListPopBackMethod) == null) {
          ScsGrpc.getListPopBackMethod = getListPopBackMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListPopBack"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListPopBackRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListPopBackResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListPopBack"))
              .build();
        }
      }
    }
    return getListPopBackMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListEraseMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListErase",
      requestType = grpc.cache_client._ListEraseRequest.class,
      responseType = grpc.cache_client._ListEraseResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListEraseMethod() {
    io.grpc.MethodDescriptor getListEraseMethod;
    if ((getListEraseMethod = ScsGrpc.getListEraseMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListEraseMethod = ScsGrpc.getListEraseMethod) == null) {
          ScsGrpc.getListEraseMethod = getListEraseMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListErase"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListEraseRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListEraseResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListErase"))
              .build();
        }
      }
    }
    return getListEraseMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListRemoveMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListRemove",
      requestType = grpc.cache_client._ListRemoveRequest.class,
      responseType = grpc.cache_client._ListRemoveResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListRemoveMethod() {
    io.grpc.MethodDescriptor getListRemoveMethod;
    if ((getListRemoveMethod = ScsGrpc.getListRemoveMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListRemoveMethod = ScsGrpc.getListRemoveMethod) == null) {
          ScsGrpc.getListRemoveMethod = getListRemoveMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListRemove"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListRemoveRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListRemoveResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListRemove"))
              .build();
        }
      }
    }
    return getListRemoveMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListFetchMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListFetch",
      requestType = grpc.cache_client._ListFetchRequest.class,
      responseType = grpc.cache_client._ListFetchResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListFetchMethod() {
    io.grpc.MethodDescriptor getListFetchMethod;
    if ((getListFetchMethod = ScsGrpc.getListFetchMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListFetchMethod = ScsGrpc.getListFetchMethod) == null) {
          ScsGrpc.getListFetchMethod = getListFetchMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListFetch"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListFetchRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListFetchResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListFetch"))
              .build();
        }
      }
    }
    return getListFetchMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListLengthMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListLength",
      requestType = grpc.cache_client._ListLengthRequest.class,
      responseType = grpc.cache_client._ListLengthResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListLengthMethod() {
    io.grpc.MethodDescriptor getListLengthMethod;
    if ((getListLengthMethod = ScsGrpc.getListLengthMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListLengthMethod = ScsGrpc.getListLengthMethod) == null) {
          ScsGrpc.getListLengthMethod = getListLengthMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListLength"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListLengthRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListLengthResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListLength"))
              .build();
        }
      }
    }
    return getListLengthMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListConcatenateFrontMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListConcatenateFront",
      requestType = grpc.cache_client._ListConcatenateFrontRequest.class,
      responseType = grpc.cache_client._ListConcatenateFrontResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListConcatenateFrontMethod() {
    io.grpc.MethodDescriptor getListConcatenateFrontMethod;
    if ((getListConcatenateFrontMethod = ScsGrpc.getListConcatenateFrontMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListConcatenateFrontMethod = ScsGrpc.getListConcatenateFrontMethod) == null) {
          ScsGrpc.getListConcatenateFrontMethod = getListConcatenateFrontMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListConcatenateFront"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListConcatenateFrontRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListConcatenateFrontResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListConcatenateFront"))
              .build();
        }
      }
    }
    return getListConcatenateFrontMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListConcatenateBackMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListConcatenateBack",
      requestType = grpc.cache_client._ListConcatenateBackRequest.class,
      responseType = grpc.cache_client._ListConcatenateBackResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListConcatenateBackMethod() {
    io.grpc.MethodDescriptor getListConcatenateBackMethod;
    if ((getListConcatenateBackMethod = ScsGrpc.getListConcatenateBackMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListConcatenateBackMethod = ScsGrpc.getListConcatenateBackMethod) == null) {
          ScsGrpc.getListConcatenateBackMethod = getListConcatenateBackMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListConcatenateBack"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListConcatenateBackRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListConcatenateBackResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListConcatenateBack"))
              .build();
        }
      }
    }
    return getListConcatenateBackMethod;
  }

  private static volatile io.grpc.MethodDescriptor getListRetainMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "ListRetain",
      requestType = grpc.cache_client._ListRetainRequest.class,
      responseType = grpc.cache_client._ListRetainResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getListRetainMethod() {
    io.grpc.MethodDescriptor getListRetainMethod;
    if ((getListRetainMethod = ScsGrpc.getListRetainMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getListRetainMethod = ScsGrpc.getListRetainMethod) == null) {
          ScsGrpc.getListRetainMethod = getListRetainMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListRetain"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListRetainRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._ListRetainResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("ListRetain"))
              .build();
        }
      }
    }
    return getListRetainMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSortedSetPutMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SortedSetPut",
      requestType = grpc.cache_client._SortedSetPutRequest.class,
      responseType = grpc.cache_client._SortedSetPutResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSortedSetPutMethod() {
    io.grpc.MethodDescriptor getSortedSetPutMethod;
    if ((getSortedSetPutMethod = ScsGrpc.getSortedSetPutMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSortedSetPutMethod = ScsGrpc.getSortedSetPutMethod) == null) {
          ScsGrpc.getSortedSetPutMethod = getSortedSetPutMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SortedSetPut"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetPutRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetPutResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SortedSetPut"))
              .build();
        }
      }
    }
    return getSortedSetPutMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSortedSetFetchMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SortedSetFetch",
      requestType = grpc.cache_client._SortedSetFetchRequest.class,
      responseType = grpc.cache_client._SortedSetFetchResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSortedSetFetchMethod() {
    io.grpc.MethodDescriptor getSortedSetFetchMethod;
    if ((getSortedSetFetchMethod = ScsGrpc.getSortedSetFetchMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSortedSetFetchMethod = ScsGrpc.getSortedSetFetchMethod) == null) {
          ScsGrpc.getSortedSetFetchMethod = getSortedSetFetchMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SortedSetFetch"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetFetchRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetFetchResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SortedSetFetch"))
              .build();
        }
      }
    }
    return getSortedSetFetchMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSortedSetGetScoreMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SortedSetGetScore",
      requestType = grpc.cache_client._SortedSetGetScoreRequest.class,
      responseType = grpc.cache_client._SortedSetGetScoreResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSortedSetGetScoreMethod() {
    io.grpc.MethodDescriptor getSortedSetGetScoreMethod;
    if ((getSortedSetGetScoreMethod = ScsGrpc.getSortedSetGetScoreMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSortedSetGetScoreMethod = ScsGrpc.getSortedSetGetScoreMethod) == null) {
          ScsGrpc.getSortedSetGetScoreMethod = getSortedSetGetScoreMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SortedSetGetScore"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetGetScoreRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetGetScoreResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SortedSetGetScore"))
              .build();
        }
      }
    }
    return getSortedSetGetScoreMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSortedSetRemoveMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SortedSetRemove",
      requestType = grpc.cache_client._SortedSetRemoveRequest.class,
      responseType = grpc.cache_client._SortedSetRemoveResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSortedSetRemoveMethod() {
    io.grpc.MethodDescriptor getSortedSetRemoveMethod;
    if ((getSortedSetRemoveMethod = ScsGrpc.getSortedSetRemoveMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSortedSetRemoveMethod = ScsGrpc.getSortedSetRemoveMethod) == null) {
          ScsGrpc.getSortedSetRemoveMethod = getSortedSetRemoveMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SortedSetRemove"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetRemoveRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetRemoveResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SortedSetRemove"))
              .build();
        }
      }
    }
    return getSortedSetRemoveMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSortedSetIncrementMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SortedSetIncrement",
      requestType = grpc.cache_client._SortedSetIncrementRequest.class,
      responseType = grpc.cache_client._SortedSetIncrementResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSortedSetIncrementMethod() {
    io.grpc.MethodDescriptor getSortedSetIncrementMethod;
    if ((getSortedSetIncrementMethod = ScsGrpc.getSortedSetIncrementMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSortedSetIncrementMethod = ScsGrpc.getSortedSetIncrementMethod) == null) {
          ScsGrpc.getSortedSetIncrementMethod = getSortedSetIncrementMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SortedSetIncrement"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetIncrementRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetIncrementResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SortedSetIncrement"))
              .build();
        }
      }
    }
    return getSortedSetIncrementMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSortedSetGetRankMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SortedSetGetRank",
      requestType = grpc.cache_client._SortedSetGetRankRequest.class,
      responseType = grpc.cache_client._SortedSetGetRankResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSortedSetGetRankMethod() {
    io.grpc.MethodDescriptor getSortedSetGetRankMethod;
    if ((getSortedSetGetRankMethod = ScsGrpc.getSortedSetGetRankMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSortedSetGetRankMethod = ScsGrpc.getSortedSetGetRankMethod) == null) {
          ScsGrpc.getSortedSetGetRankMethod = getSortedSetGetRankMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SortedSetGetRank"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetGetRankRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetGetRankResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SortedSetGetRank"))
              .build();
        }
      }
    }
    return getSortedSetGetRankMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSortedSetLengthMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SortedSetLength",
      requestType = grpc.cache_client._SortedSetLengthRequest.class,
      responseType = grpc.cache_client._SortedSetLengthResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSortedSetLengthMethod() {
    io.grpc.MethodDescriptor getSortedSetLengthMethod;
    if ((getSortedSetLengthMethod = ScsGrpc.getSortedSetLengthMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSortedSetLengthMethod = ScsGrpc.getSortedSetLengthMethod) == null) {
          ScsGrpc.getSortedSetLengthMethod = getSortedSetLengthMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SortedSetLength"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetLengthRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetLengthResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SortedSetLength"))
              .build();
        }
      }
    }
    return getSortedSetLengthMethod;
  }

  private static volatile io.grpc.MethodDescriptor getSortedSetLengthByScoreMethod;

  @io.grpc.stub.annotations.RpcMethod(
      fullMethodName = SERVICE_NAME + '/' + "SortedSetLengthByScore",
      requestType = grpc.cache_client._SortedSetLengthByScoreRequest.class,
      responseType = grpc.cache_client._SortedSetLengthByScoreResponse.class,
      methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
  public static io.grpc.MethodDescriptor getSortedSetLengthByScoreMethod() {
    io.grpc.MethodDescriptor getSortedSetLengthByScoreMethod;
    if ((getSortedSetLengthByScoreMethod = ScsGrpc.getSortedSetLengthByScoreMethod) == null) {
      synchronized (ScsGrpc.class) {
        if ((getSortedSetLengthByScoreMethod = ScsGrpc.getSortedSetLengthByScoreMethod) == null) {
          ScsGrpc.getSortedSetLengthByScoreMethod = getSortedSetLengthByScoreMethod =
              io.grpc.MethodDescriptor.newBuilder()
              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SortedSetLengthByScore"))
              .setSampledToLocalTracing(true)
              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetLengthByScoreRequest.getDefaultInstance()))
              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
                  grpc.cache_client._SortedSetLengthByScoreResponse.getDefaultInstance()))
              .setSchemaDescriptor(new ScsMethodDescriptorSupplier("SortedSetLengthByScore"))
              .build();
        }
      }
    }
    return getSortedSetLengthByScoreMethod;
  }

  /**
   * Creates a new async stub that supports all call types for the service
   */
  public static ScsStub newStub(io.grpc.Channel channel) {
    io.grpc.stub.AbstractStub.StubFactory factory =
      new io.grpc.stub.AbstractStub.StubFactory() {
        @java.lang.Override
        public ScsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
          return new ScsStub(channel, callOptions);
        }
      };
    return ScsStub.newStub(factory, channel);
  }

  /**
   * Creates a new blocking-style stub that supports unary and streaming output calls on the service
   */
  public static ScsBlockingStub newBlockingStub(
      io.grpc.Channel channel) {
    io.grpc.stub.AbstractStub.StubFactory factory =
      new io.grpc.stub.AbstractStub.StubFactory() {
        @java.lang.Override
        public ScsBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
          return new ScsBlockingStub(channel, callOptions);
        }
      };
    return ScsBlockingStub.newStub(factory, channel);
  }

  /**
   * Creates a new ListenableFuture-style stub that supports unary calls on the service
   */
  public static ScsFutureStub newFutureStub(
      io.grpc.Channel channel) {
    io.grpc.stub.AbstractStub.StubFactory factory =
      new io.grpc.stub.AbstractStub.StubFactory() {
        @java.lang.Override
        public ScsFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
          return new ScsFutureStub(channel, callOptions);
        }
      };
    return ScsFutureStub.newStub(factory, channel);
  }

  /**
   */
  public interface AsyncService {

    /**
     */
    default void get(grpc.cache_client._GetRequest request,
        io.grpc.stub.StreamObserver responseObserver) {
      io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetMethod(), responseObserver);
    }

    /**
     */
    default void getBatch(grpc.cache_client._GetBatchRequest request,
        io.grpc.stub.StreamObserver responseObserver) {
      io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBatchMethod(), responseObserver);
    }

    /**
     */
    default void set(grpc.cache_client._SetRequest request,
        io.grpc.stub.StreamObserver responseObserver) {
      io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetMethod(), responseObserver);
    }

    /**
     */
    default void setBatch(grpc.cache_client._SetBatchRequest request,
        io.grpc.stub.StreamObserver responseObserver) {
      io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetBatchMethod(), responseObserver);
    }

    /**
     */
    default void setIf(grpc.cache_client._SetIfRequest request,
        io.grpc.stub.StreamObserver responseObserver) {
      io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetIfMethod(), responseObserver);
    }

    /**
     * 
     * Deprecated because we have SetIf - Absent to cover this case.
     * 
*/ @java.lang.Deprecated default void setIfNotExists(grpc.cache_client._SetIfNotExistsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetIfNotExistsMethod(), responseObserver); } /** */ default void delete(grpc.cache_client._DeleteRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteMethod(), responseObserver); } /** */ default void keysExist(grpc.cache_client._KeysExistRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getKeysExistMethod(), responseObserver); } /** */ default void increment(grpc.cache_client._IncrementRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getIncrementMethod(), responseObserver); } /** */ default void updateTtl(grpc.cache_client._UpdateTtlRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateTtlMethod(), responseObserver); } /** */ default void itemGetTtl(grpc.cache_client._ItemGetTtlRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getItemGetTtlMethod(), responseObserver); } /** */ default void itemGetType(grpc.cache_client._ItemGetTypeRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getItemGetTypeMethod(), responseObserver); } /** */ default void dictionaryGet(grpc.cache_client._DictionaryGetRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDictionaryGetMethod(), responseObserver); } /** */ default void dictionaryFetch(grpc.cache_client._DictionaryFetchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDictionaryFetchMethod(), responseObserver); } /** */ default void dictionarySet(grpc.cache_client._DictionarySetRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDictionarySetMethod(), responseObserver); } /** */ default void dictionaryIncrement(grpc.cache_client._DictionaryIncrementRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDictionaryIncrementMethod(), responseObserver); } /** */ default void dictionaryDelete(grpc.cache_client._DictionaryDeleteRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDictionaryDeleteMethod(), responseObserver); } /** */ default void dictionaryLength(grpc.cache_client._DictionaryLengthRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDictionaryLengthMethod(), responseObserver); } /** */ default void setFetch(grpc.cache_client._SetFetchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetFetchMethod(), responseObserver); } /** */ default void setSample(grpc.cache_client._SetSampleRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetSampleMethod(), responseObserver); } /** */ default void setUnion(grpc.cache_client._SetUnionRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetUnionMethod(), responseObserver); } /** */ default void setDifference(grpc.cache_client._SetDifferenceRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetDifferenceMethod(), responseObserver); } /** */ default void setContains(grpc.cache_client._SetContainsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetContainsMethod(), responseObserver); } /** */ default void setLength(grpc.cache_client._SetLengthRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetLengthMethod(), responseObserver); } /** */ default void setPop(grpc.cache_client._SetPopRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetPopMethod(), responseObserver); } /** */ default void listPushFront(grpc.cache_client._ListPushFrontRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListPushFrontMethod(), responseObserver); } /** */ default void listPushBack(grpc.cache_client._ListPushBackRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListPushBackMethod(), responseObserver); } /** */ default void listPopFront(grpc.cache_client._ListPopFrontRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListPopFrontMethod(), responseObserver); } /** */ default void listPopBack(grpc.cache_client._ListPopBackRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListPopBackMethod(), responseObserver); } /** */ default void listErase(grpc.cache_client._ListEraseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListEraseMethod(), responseObserver); } /** */ default void listRemove(grpc.cache_client._ListRemoveRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListRemoveMethod(), responseObserver); } /** */ default void listFetch(grpc.cache_client._ListFetchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListFetchMethod(), responseObserver); } /** */ default void listLength(grpc.cache_client._ListLengthRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListLengthMethod(), responseObserver); } /** */ default void listConcatenateFront(grpc.cache_client._ListConcatenateFrontRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListConcatenateFrontMethod(), responseObserver); } /** */ default void listConcatenateBack(grpc.cache_client._ListConcatenateBackRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListConcatenateBackMethod(), responseObserver); } /** */ default void listRetain(grpc.cache_client._ListRetainRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListRetainMethod(), responseObserver); } /** *
     * Add or Updates new element with its score to the Sorted Set.
     * If sorted set doesn't exist, a new one is created with the specified
     * element and its associated score.
     * If an element exists, then its associate score gets overridden with the one
     * provided in this operation.
     * 
*/ default void sortedSetPut(grpc.cache_client._SortedSetPutRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSortedSetPutMethod(), responseObserver); } /** *
     * Fetches a subset of elements in the sorted set.
     * 
*/ default void sortedSetFetch(grpc.cache_client._SortedSetFetchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSortedSetFetchMethod(), responseObserver); } /** *
     * Gets the specified element and its associated score if it exists in the
     * sorted set.
     * 
*/ default void sortedSetGetScore(grpc.cache_client._SortedSetGetScoreRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSortedSetGetScoreMethod(), responseObserver); } /** *
     * Removes specified elements and their associated scores
     * 
*/ default void sortedSetRemove(grpc.cache_client._SortedSetRemoveRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSortedSetRemoveMethod(), responseObserver); } /** *
     * Changes the score associated with the element by specified amount.
     * If the provided amount is negative, then the score associated with the
     * element is decremented.
     * If the element that needs to be incremented isn't present in the sorted
     * set, it is added with specified number as the score.
     * If the set itself doesn't exist then a new one with specified element and
     * score is created.
     * 
*/ default void sortedSetIncrement(grpc.cache_client._SortedSetIncrementRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSortedSetIncrementMethod(), responseObserver); } /** *
     * Gives the rank of an element.
     * 
*/ default void sortedSetGetRank(grpc.cache_client._SortedSetGetRankRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSortedSetGetRankMethod(), responseObserver); } /** *
     * Returns length of the sorted set
     * 
*/ default void sortedSetLength(grpc.cache_client._SortedSetLengthRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSortedSetLengthMethod(), responseObserver); } /** *
     * Returns number of elements in the sorted set between a given min and max score
     * 
*/ default void sortedSetLengthByScore(grpc.cache_client._SortedSetLengthByScoreRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSortedSetLengthByScoreMethod(), responseObserver); } } /** * Base class for the server implementation of the service Scs. */ public static abstract class ScsImplBase implements io.grpc.BindableService, AsyncService { @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return ScsGrpc.bindService(this); } } /** * A stub to allow clients to do asynchronous rpc calls to service Scs. */ public static final class ScsStub extends io.grpc.stub.AbstractAsyncStub { private ScsStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected ScsStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new ScsStub(channel, callOptions); } /** */ public void get(grpc.cache_client._GetRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetMethod(), getCallOptions()), request, responseObserver); } /** */ public void getBatch(grpc.cache_client._GetBatchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncServerStreamingCall( getChannel().newCall(getGetBatchMethod(), getCallOptions()), request, responseObserver); } /** */ public void set(grpc.cache_client._SetRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetMethod(), getCallOptions()), request, responseObserver); } /** */ public void setBatch(grpc.cache_client._SetBatchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncServerStreamingCall( getChannel().newCall(getSetBatchMethod(), getCallOptions()), request, responseObserver); } /** */ public void setIf(grpc.cache_client._SetIfRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetIfMethod(), getCallOptions()), request, responseObserver); } /** *
     * Deprecated because we have SetIf - Absent to cover this case.
     * 
*/ @java.lang.Deprecated public void setIfNotExists(grpc.cache_client._SetIfNotExistsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetIfNotExistsMethod(), getCallOptions()), request, responseObserver); } /** */ public void delete(grpc.cache_client._DeleteRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteMethod(), getCallOptions()), request, responseObserver); } /** */ public void keysExist(grpc.cache_client._KeysExistRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getKeysExistMethod(), getCallOptions()), request, responseObserver); } /** */ public void increment(grpc.cache_client._IncrementRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getIncrementMethod(), getCallOptions()), request, responseObserver); } /** */ public void updateTtl(grpc.cache_client._UpdateTtlRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUpdateTtlMethod(), getCallOptions()), request, responseObserver); } /** */ public void itemGetTtl(grpc.cache_client._ItemGetTtlRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getItemGetTtlMethod(), getCallOptions()), request, responseObserver); } /** */ public void itemGetType(grpc.cache_client._ItemGetTypeRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getItemGetTypeMethod(), getCallOptions()), request, responseObserver); } /** */ public void dictionaryGet(grpc.cache_client._DictionaryGetRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDictionaryGetMethod(), getCallOptions()), request, responseObserver); } /** */ public void dictionaryFetch(grpc.cache_client._DictionaryFetchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDictionaryFetchMethod(), getCallOptions()), request, responseObserver); } /** */ public void dictionarySet(grpc.cache_client._DictionarySetRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDictionarySetMethod(), getCallOptions()), request, responseObserver); } /** */ public void dictionaryIncrement(grpc.cache_client._DictionaryIncrementRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDictionaryIncrementMethod(), getCallOptions()), request, responseObserver); } /** */ public void dictionaryDelete(grpc.cache_client._DictionaryDeleteRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDictionaryDeleteMethod(), getCallOptions()), request, responseObserver); } /** */ public void dictionaryLength(grpc.cache_client._DictionaryLengthRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDictionaryLengthMethod(), getCallOptions()), request, responseObserver); } /** */ public void setFetch(grpc.cache_client._SetFetchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetFetchMethod(), getCallOptions()), request, responseObserver); } /** */ public void setSample(grpc.cache_client._SetSampleRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetSampleMethod(), getCallOptions()), request, responseObserver); } /** */ public void setUnion(grpc.cache_client._SetUnionRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetUnionMethod(), getCallOptions()), request, responseObserver); } /** */ public void setDifference(grpc.cache_client._SetDifferenceRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetDifferenceMethod(), getCallOptions()), request, responseObserver); } /** */ public void setContains(grpc.cache_client._SetContainsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetContainsMethod(), getCallOptions()), request, responseObserver); } /** */ public void setLength(grpc.cache_client._SetLengthRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetLengthMethod(), getCallOptions()), request, responseObserver); } /** */ public void setPop(grpc.cache_client._SetPopRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetPopMethod(), getCallOptions()), request, responseObserver); } /** */ public void listPushFront(grpc.cache_client._ListPushFrontRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListPushFrontMethod(), getCallOptions()), request, responseObserver); } /** */ public void listPushBack(grpc.cache_client._ListPushBackRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListPushBackMethod(), getCallOptions()), request, responseObserver); } /** */ public void listPopFront(grpc.cache_client._ListPopFrontRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListPopFrontMethod(), getCallOptions()), request, responseObserver); } /** */ public void listPopBack(grpc.cache_client._ListPopBackRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListPopBackMethod(), getCallOptions()), request, responseObserver); } /** */ public void listErase(grpc.cache_client._ListEraseRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListEraseMethod(), getCallOptions()), request, responseObserver); } /** */ public void listRemove(grpc.cache_client._ListRemoveRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListRemoveMethod(), getCallOptions()), request, responseObserver); } /** */ public void listFetch(grpc.cache_client._ListFetchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListFetchMethod(), getCallOptions()), request, responseObserver); } /** */ public void listLength(grpc.cache_client._ListLengthRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListLengthMethod(), getCallOptions()), request, responseObserver); } /** */ public void listConcatenateFront(grpc.cache_client._ListConcatenateFrontRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListConcatenateFrontMethod(), getCallOptions()), request, responseObserver); } /** */ public void listConcatenateBack(grpc.cache_client._ListConcatenateBackRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListConcatenateBackMethod(), getCallOptions()), request, responseObserver); } /** */ public void listRetain(grpc.cache_client._ListRetainRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListRetainMethod(), getCallOptions()), request, responseObserver); } /** *
     * Add or Updates new element with its score to the Sorted Set.
     * If sorted set doesn't exist, a new one is created with the specified
     * element and its associated score.
     * If an element exists, then its associate score gets overridden with the one
     * provided in this operation.
     * 
*/ public void sortedSetPut(grpc.cache_client._SortedSetPutRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSortedSetPutMethod(), getCallOptions()), request, responseObserver); } /** *
     * Fetches a subset of elements in the sorted set.
     * 
*/ public void sortedSetFetch(grpc.cache_client._SortedSetFetchRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSortedSetFetchMethod(), getCallOptions()), request, responseObserver); } /** *
     * Gets the specified element and its associated score if it exists in the
     * sorted set.
     * 
*/ public void sortedSetGetScore(grpc.cache_client._SortedSetGetScoreRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSortedSetGetScoreMethod(), getCallOptions()), request, responseObserver); } /** *
     * Removes specified elements and their associated scores
     * 
*/ public void sortedSetRemove(grpc.cache_client._SortedSetRemoveRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSortedSetRemoveMethod(), getCallOptions()), request, responseObserver); } /** *
     * Changes the score associated with the element by specified amount.
     * If the provided amount is negative, then the score associated with the
     * element is decremented.
     * If the element that needs to be incremented isn't present in the sorted
     * set, it is added with specified number as the score.
     * If the set itself doesn't exist then a new one with specified element and
     * score is created.
     * 
*/ public void sortedSetIncrement(grpc.cache_client._SortedSetIncrementRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSortedSetIncrementMethod(), getCallOptions()), request, responseObserver); } /** *
     * Gives the rank of an element.
     * 
*/ public void sortedSetGetRank(grpc.cache_client._SortedSetGetRankRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSortedSetGetRankMethod(), getCallOptions()), request, responseObserver); } /** *
     * Returns length of the sorted set
     * 
*/ public void sortedSetLength(grpc.cache_client._SortedSetLengthRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSortedSetLengthMethod(), getCallOptions()), request, responseObserver); } /** *
     * Returns number of elements in the sorted set between a given min and max score
     * 
*/ public void sortedSetLengthByScore(grpc.cache_client._SortedSetLengthByScoreRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSortedSetLengthByScoreMethod(), getCallOptions()), request, responseObserver); } } /** * A stub to allow clients to do synchronous rpc calls to service Scs. */ public static final class ScsBlockingStub extends io.grpc.stub.AbstractBlockingStub { private ScsBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected ScsBlockingStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new ScsBlockingStub(channel, callOptions); } /** */ public grpc.cache_client._GetResponse get(grpc.cache_client._GetRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetMethod(), getCallOptions(), request); } /** */ public java.util.Iterator getBatch( grpc.cache_client._GetBatchRequest request) { return io.grpc.stub.ClientCalls.blockingServerStreamingCall( getChannel(), getGetBatchMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._SetResponse set(grpc.cache_client._SetRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetMethod(), getCallOptions(), request); } /** */ public java.util.Iterator setBatch( grpc.cache_client._SetBatchRequest request) { return io.grpc.stub.ClientCalls.blockingServerStreamingCall( getChannel(), getSetBatchMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._SetIfResponse setIf(grpc.cache_client._SetIfRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetIfMethod(), getCallOptions(), request); } /** *
     * Deprecated because we have SetIf - Absent to cover this case.
     * 
*/ @java.lang.Deprecated public grpc.cache_client._SetIfNotExistsResponse setIfNotExists(grpc.cache_client._SetIfNotExistsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetIfNotExistsMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._DeleteResponse delete(grpc.cache_client._DeleteRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._KeysExistResponse keysExist(grpc.cache_client._KeysExistRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getKeysExistMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._IncrementResponse increment(grpc.cache_client._IncrementRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getIncrementMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._UpdateTtlResponse updateTtl(grpc.cache_client._UpdateTtlRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateTtlMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ItemGetTtlResponse itemGetTtl(grpc.cache_client._ItemGetTtlRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getItemGetTtlMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ItemGetTypeResponse itemGetType(grpc.cache_client._ItemGetTypeRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getItemGetTypeMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._DictionaryGetResponse dictionaryGet(grpc.cache_client._DictionaryGetRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDictionaryGetMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._DictionaryFetchResponse dictionaryFetch(grpc.cache_client._DictionaryFetchRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDictionaryFetchMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._DictionarySetResponse dictionarySet(grpc.cache_client._DictionarySetRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDictionarySetMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._DictionaryIncrementResponse dictionaryIncrement(grpc.cache_client._DictionaryIncrementRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDictionaryIncrementMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._DictionaryDeleteResponse dictionaryDelete(grpc.cache_client._DictionaryDeleteRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDictionaryDeleteMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._DictionaryLengthResponse dictionaryLength(grpc.cache_client._DictionaryLengthRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDictionaryLengthMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._SetFetchResponse setFetch(grpc.cache_client._SetFetchRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetFetchMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._SetSampleResponse setSample(grpc.cache_client._SetSampleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetSampleMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._SetUnionResponse setUnion(grpc.cache_client._SetUnionRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetUnionMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._SetDifferenceResponse setDifference(grpc.cache_client._SetDifferenceRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetDifferenceMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._SetContainsResponse setContains(grpc.cache_client._SetContainsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetContainsMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._SetLengthResponse setLength(grpc.cache_client._SetLengthRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetLengthMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._SetPopResponse setPop(grpc.cache_client._SetPopRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetPopMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListPushFrontResponse listPushFront(grpc.cache_client._ListPushFrontRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListPushFrontMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListPushBackResponse listPushBack(grpc.cache_client._ListPushBackRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListPushBackMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListPopFrontResponse listPopFront(grpc.cache_client._ListPopFrontRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListPopFrontMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListPopBackResponse listPopBack(grpc.cache_client._ListPopBackRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListPopBackMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListEraseResponse listErase(grpc.cache_client._ListEraseRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListEraseMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListRemoveResponse listRemove(grpc.cache_client._ListRemoveRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListRemoveMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListFetchResponse listFetch(grpc.cache_client._ListFetchRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListFetchMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListLengthResponse listLength(grpc.cache_client._ListLengthRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListLengthMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListConcatenateFrontResponse listConcatenateFront(grpc.cache_client._ListConcatenateFrontRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListConcatenateFrontMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListConcatenateBackResponse listConcatenateBack(grpc.cache_client._ListConcatenateBackRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListConcatenateBackMethod(), getCallOptions(), request); } /** */ public grpc.cache_client._ListRetainResponse listRetain(grpc.cache_client._ListRetainRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListRetainMethod(), getCallOptions(), request); } /** *
     * Add or Updates new element with its score to the Sorted Set.
     * If sorted set doesn't exist, a new one is created with the specified
     * element and its associated score.
     * If an element exists, then its associate score gets overridden with the one
     * provided in this operation.
     * 
*/ public grpc.cache_client._SortedSetPutResponse sortedSetPut(grpc.cache_client._SortedSetPutRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSortedSetPutMethod(), getCallOptions(), request); } /** *
     * Fetches a subset of elements in the sorted set.
     * 
*/ public grpc.cache_client._SortedSetFetchResponse sortedSetFetch(grpc.cache_client._SortedSetFetchRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSortedSetFetchMethod(), getCallOptions(), request); } /** *
     * Gets the specified element and its associated score if it exists in the
     * sorted set.
     * 
*/ public grpc.cache_client._SortedSetGetScoreResponse sortedSetGetScore(grpc.cache_client._SortedSetGetScoreRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSortedSetGetScoreMethod(), getCallOptions(), request); } /** *
     * Removes specified elements and their associated scores
     * 
*/ public grpc.cache_client._SortedSetRemoveResponse sortedSetRemove(grpc.cache_client._SortedSetRemoveRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSortedSetRemoveMethod(), getCallOptions(), request); } /** *
     * Changes the score associated with the element by specified amount.
     * If the provided amount is negative, then the score associated with the
     * element is decremented.
     * If the element that needs to be incremented isn't present in the sorted
     * set, it is added with specified number as the score.
     * If the set itself doesn't exist then a new one with specified element and
     * score is created.
     * 
*/ public grpc.cache_client._SortedSetIncrementResponse sortedSetIncrement(grpc.cache_client._SortedSetIncrementRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSortedSetIncrementMethod(), getCallOptions(), request); } /** *
     * Gives the rank of an element.
     * 
*/ public grpc.cache_client._SortedSetGetRankResponse sortedSetGetRank(grpc.cache_client._SortedSetGetRankRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSortedSetGetRankMethod(), getCallOptions(), request); } /** *
     * Returns length of the sorted set
     * 
*/ public grpc.cache_client._SortedSetLengthResponse sortedSetLength(grpc.cache_client._SortedSetLengthRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSortedSetLengthMethod(), getCallOptions(), request); } /** *
     * Returns number of elements in the sorted set between a given min and max score
     * 
*/ public grpc.cache_client._SortedSetLengthByScoreResponse sortedSetLengthByScore(grpc.cache_client._SortedSetLengthByScoreRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSortedSetLengthByScoreMethod(), getCallOptions(), request); } } /** * A stub to allow clients to do ListenableFuture-style rpc calls to service Scs. */ public static final class ScsFutureStub extends io.grpc.stub.AbstractFutureStub { private ScsFutureStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected ScsFutureStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new ScsFutureStub(channel, callOptions); } /** */ public com.google.common.util.concurrent.ListenableFuture get( grpc.cache_client._GetRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture set( grpc.cache_client._SetRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture setIf( grpc.cache_client._SetIfRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetIfMethod(), getCallOptions()), request); } /** *
     * Deprecated because we have SetIf - Absent to cover this case.
     * 
*/ @java.lang.Deprecated public com.google.common.util.concurrent.ListenableFuture setIfNotExists( grpc.cache_client._SetIfNotExistsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetIfNotExistsMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture delete( grpc.cache_client._DeleteRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture keysExist( grpc.cache_client._KeysExistRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getKeysExistMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture increment( grpc.cache_client._IncrementRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getIncrementMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture updateTtl( grpc.cache_client._UpdateTtlRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateTtlMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture itemGetTtl( grpc.cache_client._ItemGetTtlRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getItemGetTtlMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture itemGetType( grpc.cache_client._ItemGetTypeRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getItemGetTypeMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture dictionaryGet( grpc.cache_client._DictionaryGetRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDictionaryGetMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture dictionaryFetch( grpc.cache_client._DictionaryFetchRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDictionaryFetchMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture dictionarySet( grpc.cache_client._DictionarySetRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDictionarySetMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture dictionaryIncrement( grpc.cache_client._DictionaryIncrementRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDictionaryIncrementMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture dictionaryDelete( grpc.cache_client._DictionaryDeleteRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDictionaryDeleteMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture dictionaryLength( grpc.cache_client._DictionaryLengthRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDictionaryLengthMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture setFetch( grpc.cache_client._SetFetchRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetFetchMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture setSample( grpc.cache_client._SetSampleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetSampleMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture setUnion( grpc.cache_client._SetUnionRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetUnionMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture setDifference( grpc.cache_client._SetDifferenceRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetDifferenceMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture setContains( grpc.cache_client._SetContainsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetContainsMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture setLength( grpc.cache_client._SetLengthRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetLengthMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture setPop( grpc.cache_client._SetPopRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetPopMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listPushFront( grpc.cache_client._ListPushFrontRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListPushFrontMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listPushBack( grpc.cache_client._ListPushBackRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListPushBackMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listPopFront( grpc.cache_client._ListPopFrontRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListPopFrontMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listPopBack( grpc.cache_client._ListPopBackRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListPopBackMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listErase( grpc.cache_client._ListEraseRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListEraseMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listRemove( grpc.cache_client._ListRemoveRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListRemoveMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listFetch( grpc.cache_client._ListFetchRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListFetchMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listLength( grpc.cache_client._ListLengthRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListLengthMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listConcatenateFront( grpc.cache_client._ListConcatenateFrontRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListConcatenateFrontMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listConcatenateBack( grpc.cache_client._ListConcatenateBackRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListConcatenateBackMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture listRetain( grpc.cache_client._ListRetainRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListRetainMethod(), getCallOptions()), request); } /** *
     * Add or Updates new element with its score to the Sorted Set.
     * If sorted set doesn't exist, a new one is created with the specified
     * element and its associated score.
     * If an element exists, then its associate score gets overridden with the one
     * provided in this operation.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture sortedSetPut( grpc.cache_client._SortedSetPutRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSortedSetPutMethod(), getCallOptions()), request); } /** *
     * Fetches a subset of elements in the sorted set.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture sortedSetFetch( grpc.cache_client._SortedSetFetchRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSortedSetFetchMethod(), getCallOptions()), request); } /** *
     * Gets the specified element and its associated score if it exists in the
     * sorted set.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture sortedSetGetScore( grpc.cache_client._SortedSetGetScoreRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSortedSetGetScoreMethod(), getCallOptions()), request); } /** *
     * Removes specified elements and their associated scores
     * 
*/ public com.google.common.util.concurrent.ListenableFuture sortedSetRemove( grpc.cache_client._SortedSetRemoveRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSortedSetRemoveMethod(), getCallOptions()), request); } /** *
     * Changes the score associated with the element by specified amount.
     * If the provided amount is negative, then the score associated with the
     * element is decremented.
     * If the element that needs to be incremented isn't present in the sorted
     * set, it is added with specified number as the score.
     * If the set itself doesn't exist then a new one with specified element and
     * score is created.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture sortedSetIncrement( grpc.cache_client._SortedSetIncrementRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSortedSetIncrementMethod(), getCallOptions()), request); } /** *
     * Gives the rank of an element.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture sortedSetGetRank( grpc.cache_client._SortedSetGetRankRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSortedSetGetRankMethod(), getCallOptions()), request); } /** *
     * Returns length of the sorted set
     * 
*/ public com.google.common.util.concurrent.ListenableFuture sortedSetLength( grpc.cache_client._SortedSetLengthRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSortedSetLengthMethod(), getCallOptions()), request); } /** *
     * Returns number of elements in the sorted set between a given min and max score
     * 
*/ public com.google.common.util.concurrent.ListenableFuture sortedSetLengthByScore( grpc.cache_client._SortedSetLengthByScoreRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSortedSetLengthByScoreMethod(), getCallOptions()), request); } } private static final int METHODID_GET = 0; private static final int METHODID_GET_BATCH = 1; private static final int METHODID_SET = 2; private static final int METHODID_SET_BATCH = 3; private static final int METHODID_SET_IF = 4; private static final int METHODID_SET_IF_NOT_EXISTS = 5; private static final int METHODID_DELETE = 6; private static final int METHODID_KEYS_EXIST = 7; private static final int METHODID_INCREMENT = 8; private static final int METHODID_UPDATE_TTL = 9; private static final int METHODID_ITEM_GET_TTL = 10; private static final int METHODID_ITEM_GET_TYPE = 11; private static final int METHODID_DICTIONARY_GET = 12; private static final int METHODID_DICTIONARY_FETCH = 13; private static final int METHODID_DICTIONARY_SET = 14; private static final int METHODID_DICTIONARY_INCREMENT = 15; private static final int METHODID_DICTIONARY_DELETE = 16; private static final int METHODID_DICTIONARY_LENGTH = 17; private static final int METHODID_SET_FETCH = 18; private static final int METHODID_SET_SAMPLE = 19; private static final int METHODID_SET_UNION = 20; private static final int METHODID_SET_DIFFERENCE = 21; private static final int METHODID_SET_CONTAINS = 22; private static final int METHODID_SET_LENGTH = 23; private static final int METHODID_SET_POP = 24; private static final int METHODID_LIST_PUSH_FRONT = 25; private static final int METHODID_LIST_PUSH_BACK = 26; private static final int METHODID_LIST_POP_FRONT = 27; private static final int METHODID_LIST_POP_BACK = 28; private static final int METHODID_LIST_ERASE = 29; private static final int METHODID_LIST_REMOVE = 30; private static final int METHODID_LIST_FETCH = 31; private static final int METHODID_LIST_LENGTH = 32; private static final int METHODID_LIST_CONCATENATE_FRONT = 33; private static final int METHODID_LIST_CONCATENATE_BACK = 34; private static final int METHODID_LIST_RETAIN = 35; private static final int METHODID_SORTED_SET_PUT = 36; private static final int METHODID_SORTED_SET_FETCH = 37; private static final int METHODID_SORTED_SET_GET_SCORE = 38; private static final int METHODID_SORTED_SET_REMOVE = 39; private static final int METHODID_SORTED_SET_INCREMENT = 40; private static final int METHODID_SORTED_SET_GET_RANK = 41; private static final int METHODID_SORTED_SET_LENGTH = 42; private static final int METHODID_SORTED_SET_LENGTH_BY_SCORE = 43; private static final class MethodHandlers implements io.grpc.stub.ServerCalls.UnaryMethod, io.grpc.stub.ServerCalls.ServerStreamingMethod, io.grpc.stub.ServerCalls.ClientStreamingMethod, io.grpc.stub.ServerCalls.BidiStreamingMethod { private final AsyncService serviceImpl; private final int methodId; MethodHandlers(AsyncService serviceImpl, int methodId) { this.serviceImpl = serviceImpl; this.methodId = methodId; } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_GET: serviceImpl.get((grpc.cache_client._GetRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_BATCH: serviceImpl.getBatch((grpc.cache_client._GetBatchRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET: serviceImpl.set((grpc.cache_client._SetRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_BATCH: serviceImpl.setBatch((grpc.cache_client._SetBatchRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_IF: serviceImpl.setIf((grpc.cache_client._SetIfRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_IF_NOT_EXISTS: serviceImpl.setIfNotExists((grpc.cache_client._SetIfNotExistsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE: serviceImpl.delete((grpc.cache_client._DeleteRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_KEYS_EXIST: serviceImpl.keysExist((grpc.cache_client._KeysExistRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_INCREMENT: serviceImpl.increment((grpc.cache_client._IncrementRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UPDATE_TTL: serviceImpl.updateTtl((grpc.cache_client._UpdateTtlRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_ITEM_GET_TTL: serviceImpl.itemGetTtl((grpc.cache_client._ItemGetTtlRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_ITEM_GET_TYPE: serviceImpl.itemGetType((grpc.cache_client._ItemGetTypeRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DICTIONARY_GET: serviceImpl.dictionaryGet((grpc.cache_client._DictionaryGetRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DICTIONARY_FETCH: serviceImpl.dictionaryFetch((grpc.cache_client._DictionaryFetchRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DICTIONARY_SET: serviceImpl.dictionarySet((grpc.cache_client._DictionarySetRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DICTIONARY_INCREMENT: serviceImpl.dictionaryIncrement((grpc.cache_client._DictionaryIncrementRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DICTIONARY_DELETE: serviceImpl.dictionaryDelete((grpc.cache_client._DictionaryDeleteRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DICTIONARY_LENGTH: serviceImpl.dictionaryLength((grpc.cache_client._DictionaryLengthRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_FETCH: serviceImpl.setFetch((grpc.cache_client._SetFetchRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_SAMPLE: serviceImpl.setSample((grpc.cache_client._SetSampleRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_UNION: serviceImpl.setUnion((grpc.cache_client._SetUnionRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_DIFFERENCE: serviceImpl.setDifference((grpc.cache_client._SetDifferenceRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_CONTAINS: serviceImpl.setContains((grpc.cache_client._SetContainsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_LENGTH: serviceImpl.setLength((grpc.cache_client._SetLengthRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_POP: serviceImpl.setPop((grpc.cache_client._SetPopRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_PUSH_FRONT: serviceImpl.listPushFront((grpc.cache_client._ListPushFrontRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_PUSH_BACK: serviceImpl.listPushBack((grpc.cache_client._ListPushBackRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_POP_FRONT: serviceImpl.listPopFront((grpc.cache_client._ListPopFrontRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_POP_BACK: serviceImpl.listPopBack((grpc.cache_client._ListPopBackRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_ERASE: serviceImpl.listErase((grpc.cache_client._ListEraseRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_REMOVE: serviceImpl.listRemove((grpc.cache_client._ListRemoveRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_FETCH: serviceImpl.listFetch((grpc.cache_client._ListFetchRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_LENGTH: serviceImpl.listLength((grpc.cache_client._ListLengthRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_CONCATENATE_FRONT: serviceImpl.listConcatenateFront((grpc.cache_client._ListConcatenateFrontRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_CONCATENATE_BACK: serviceImpl.listConcatenateBack((grpc.cache_client._ListConcatenateBackRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_RETAIN: serviceImpl.listRetain((grpc.cache_client._ListRetainRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SORTED_SET_PUT: serviceImpl.sortedSetPut((grpc.cache_client._SortedSetPutRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SORTED_SET_FETCH: serviceImpl.sortedSetFetch((grpc.cache_client._SortedSetFetchRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SORTED_SET_GET_SCORE: serviceImpl.sortedSetGetScore((grpc.cache_client._SortedSetGetScoreRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SORTED_SET_REMOVE: serviceImpl.sortedSetRemove((grpc.cache_client._SortedSetRemoveRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SORTED_SET_INCREMENT: serviceImpl.sortedSetIncrement((grpc.cache_client._SortedSetIncrementRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SORTED_SET_GET_RANK: serviceImpl.sortedSetGetRank((grpc.cache_client._SortedSetGetRankRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SORTED_SET_LENGTH: serviceImpl.sortedSetLength((grpc.cache_client._SortedSetLengthRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SORTED_SET_LENGTH_BY_SCORE: serviceImpl.sortedSetLengthByScore((grpc.cache_client._SortedSetLengthByScoreRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { default: throw new AssertionError(); } } } public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getGetMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._GetRequest, grpc.cache_client._GetResponse>( service, METHODID_GET))) .addMethod( getGetBatchMethod(), io.grpc.stub.ServerCalls.asyncServerStreamingCall( new MethodHandlers< grpc.cache_client._GetBatchRequest, grpc.cache_client._GetResponse>( service, METHODID_GET_BATCH))) .addMethod( getSetMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetRequest, grpc.cache_client._SetResponse>( service, METHODID_SET))) .addMethod( getSetBatchMethod(), io.grpc.stub.ServerCalls.asyncServerStreamingCall( new MethodHandlers< grpc.cache_client._SetBatchRequest, grpc.cache_client._SetResponse>( service, METHODID_SET_BATCH))) .addMethod( getSetIfMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetIfRequest, grpc.cache_client._SetIfResponse>( service, METHODID_SET_IF))) .addMethod( getSetIfNotExistsMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetIfNotExistsRequest, grpc.cache_client._SetIfNotExistsResponse>( service, METHODID_SET_IF_NOT_EXISTS))) .addMethod( getDeleteMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._DeleteRequest, grpc.cache_client._DeleteResponse>( service, METHODID_DELETE))) .addMethod( getKeysExistMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._KeysExistRequest, grpc.cache_client._KeysExistResponse>( service, METHODID_KEYS_EXIST))) .addMethod( getIncrementMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._IncrementRequest, grpc.cache_client._IncrementResponse>( service, METHODID_INCREMENT))) .addMethod( getUpdateTtlMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._UpdateTtlRequest, grpc.cache_client._UpdateTtlResponse>( service, METHODID_UPDATE_TTL))) .addMethod( getItemGetTtlMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ItemGetTtlRequest, grpc.cache_client._ItemGetTtlResponse>( service, METHODID_ITEM_GET_TTL))) .addMethod( getItemGetTypeMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ItemGetTypeRequest, grpc.cache_client._ItemGetTypeResponse>( service, METHODID_ITEM_GET_TYPE))) .addMethod( getDictionaryGetMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._DictionaryGetRequest, grpc.cache_client._DictionaryGetResponse>( service, METHODID_DICTIONARY_GET))) .addMethod( getDictionaryFetchMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._DictionaryFetchRequest, grpc.cache_client._DictionaryFetchResponse>( service, METHODID_DICTIONARY_FETCH))) .addMethod( getDictionarySetMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._DictionarySetRequest, grpc.cache_client._DictionarySetResponse>( service, METHODID_DICTIONARY_SET))) .addMethod( getDictionaryIncrementMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._DictionaryIncrementRequest, grpc.cache_client._DictionaryIncrementResponse>( service, METHODID_DICTIONARY_INCREMENT))) .addMethod( getDictionaryDeleteMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._DictionaryDeleteRequest, grpc.cache_client._DictionaryDeleteResponse>( service, METHODID_DICTIONARY_DELETE))) .addMethod( getDictionaryLengthMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._DictionaryLengthRequest, grpc.cache_client._DictionaryLengthResponse>( service, METHODID_DICTIONARY_LENGTH))) .addMethod( getSetFetchMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetFetchRequest, grpc.cache_client._SetFetchResponse>( service, METHODID_SET_FETCH))) .addMethod( getSetSampleMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetSampleRequest, grpc.cache_client._SetSampleResponse>( service, METHODID_SET_SAMPLE))) .addMethod( getSetUnionMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetUnionRequest, grpc.cache_client._SetUnionResponse>( service, METHODID_SET_UNION))) .addMethod( getSetDifferenceMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetDifferenceRequest, grpc.cache_client._SetDifferenceResponse>( service, METHODID_SET_DIFFERENCE))) .addMethod( getSetContainsMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetContainsRequest, grpc.cache_client._SetContainsResponse>( service, METHODID_SET_CONTAINS))) .addMethod( getSetLengthMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetLengthRequest, grpc.cache_client._SetLengthResponse>( service, METHODID_SET_LENGTH))) .addMethod( getSetPopMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SetPopRequest, grpc.cache_client._SetPopResponse>( service, METHODID_SET_POP))) .addMethod( getListPushFrontMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListPushFrontRequest, grpc.cache_client._ListPushFrontResponse>( service, METHODID_LIST_PUSH_FRONT))) .addMethod( getListPushBackMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListPushBackRequest, grpc.cache_client._ListPushBackResponse>( service, METHODID_LIST_PUSH_BACK))) .addMethod( getListPopFrontMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListPopFrontRequest, grpc.cache_client._ListPopFrontResponse>( service, METHODID_LIST_POP_FRONT))) .addMethod( getListPopBackMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListPopBackRequest, grpc.cache_client._ListPopBackResponse>( service, METHODID_LIST_POP_BACK))) .addMethod( getListEraseMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListEraseRequest, grpc.cache_client._ListEraseResponse>( service, METHODID_LIST_ERASE))) .addMethod( getListRemoveMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListRemoveRequest, grpc.cache_client._ListRemoveResponse>( service, METHODID_LIST_REMOVE))) .addMethod( getListFetchMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListFetchRequest, grpc.cache_client._ListFetchResponse>( service, METHODID_LIST_FETCH))) .addMethod( getListLengthMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListLengthRequest, grpc.cache_client._ListLengthResponse>( service, METHODID_LIST_LENGTH))) .addMethod( getListConcatenateFrontMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListConcatenateFrontRequest, grpc.cache_client._ListConcatenateFrontResponse>( service, METHODID_LIST_CONCATENATE_FRONT))) .addMethod( getListConcatenateBackMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListConcatenateBackRequest, grpc.cache_client._ListConcatenateBackResponse>( service, METHODID_LIST_CONCATENATE_BACK))) .addMethod( getListRetainMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._ListRetainRequest, grpc.cache_client._ListRetainResponse>( service, METHODID_LIST_RETAIN))) .addMethod( getSortedSetPutMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SortedSetPutRequest, grpc.cache_client._SortedSetPutResponse>( service, METHODID_SORTED_SET_PUT))) .addMethod( getSortedSetFetchMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SortedSetFetchRequest, grpc.cache_client._SortedSetFetchResponse>( service, METHODID_SORTED_SET_FETCH))) .addMethod( getSortedSetGetScoreMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SortedSetGetScoreRequest, grpc.cache_client._SortedSetGetScoreResponse>( service, METHODID_SORTED_SET_GET_SCORE))) .addMethod( getSortedSetRemoveMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SortedSetRemoveRequest, grpc.cache_client._SortedSetRemoveResponse>( service, METHODID_SORTED_SET_REMOVE))) .addMethod( getSortedSetIncrementMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SortedSetIncrementRequest, grpc.cache_client._SortedSetIncrementResponse>( service, METHODID_SORTED_SET_INCREMENT))) .addMethod( getSortedSetGetRankMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SortedSetGetRankRequest, grpc.cache_client._SortedSetGetRankResponse>( service, METHODID_SORTED_SET_GET_RANK))) .addMethod( getSortedSetLengthMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SortedSetLengthRequest, grpc.cache_client._SortedSetLengthResponse>( service, METHODID_SORTED_SET_LENGTH))) .addMethod( getSortedSetLengthByScoreMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< grpc.cache_client._SortedSetLengthByScoreRequest, grpc.cache_client._SortedSetLengthByScoreResponse>( service, METHODID_SORTED_SET_LENGTH_BY_SCORE))) .build(); } private static abstract class ScsBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { ScsBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return grpc.cache_client.Cacheclient.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("Scs"); } } private static final class ScsFileDescriptorSupplier extends ScsBaseDescriptorSupplier { ScsFileDescriptorSupplier() {} } private static final class ScsMethodDescriptorSupplier extends ScsBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final java.lang.String methodName; ScsMethodDescriptorSupplier(java.lang.String methodName) { this.methodName = methodName; } @java.lang.Override public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { return getServiceDescriptor().findMethodByName(methodName); } } private static volatile io.grpc.ServiceDescriptor serviceDescriptor; public static io.grpc.ServiceDescriptor getServiceDescriptor() { io.grpc.ServiceDescriptor result = serviceDescriptor; if (result == null) { synchronized (ScsGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new ScsFileDescriptorSupplier()) .addMethod(getGetMethod()) .addMethod(getGetBatchMethod()) .addMethod(getSetMethod()) .addMethod(getSetBatchMethod()) .addMethod(getSetIfMethod()) .addMethod(getSetIfNotExistsMethod()) .addMethod(getDeleteMethod()) .addMethod(getKeysExistMethod()) .addMethod(getIncrementMethod()) .addMethod(getUpdateTtlMethod()) .addMethod(getItemGetTtlMethod()) .addMethod(getItemGetTypeMethod()) .addMethod(getDictionaryGetMethod()) .addMethod(getDictionaryFetchMethod()) .addMethod(getDictionarySetMethod()) .addMethod(getDictionaryIncrementMethod()) .addMethod(getDictionaryDeleteMethod()) .addMethod(getDictionaryLengthMethod()) .addMethod(getSetFetchMethod()) .addMethod(getSetSampleMethod()) .addMethod(getSetUnionMethod()) .addMethod(getSetDifferenceMethod()) .addMethod(getSetContainsMethod()) .addMethod(getSetLengthMethod()) .addMethod(getSetPopMethod()) .addMethod(getListPushFrontMethod()) .addMethod(getListPushBackMethod()) .addMethod(getListPopFrontMethod()) .addMethod(getListPopBackMethod()) .addMethod(getListEraseMethod()) .addMethod(getListRemoveMethod()) .addMethod(getListFetchMethod()) .addMethod(getListLengthMethod()) .addMethod(getListConcatenateFrontMethod()) .addMethod(getListConcatenateBackMethod()) .addMethod(getListRetainMethod()) .addMethod(getSortedSetPutMethod()) .addMethod(getSortedSetFetchMethod()) .addMethod(getSortedSetGetScoreMethod()) .addMethod(getSortedSetRemoveMethod()) .addMethod(getSortedSetIncrementMethod()) .addMethod(getSortedSetGetRankMethod()) .addMethod(getSortedSetLengthMethod()) .addMethod(getSortedSetLengthByScoreMethod()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy