Class WorkerProxy
- java.lang.Object
-
- com.google.cloud.executor.spanner.WorkerProxy
-
public class WorkerProxy extends Object
Worker proxy for Java API. This is the main entry of the Java client proxy on cloud Spanner Java client.
-
-
Field Summary
Fields Modifier and Type Field Description static String
cert
static org.apache.commons.cli.CommandLine
commandLine
static boolean
enableGrpcFaultInjector
static int
proxyPort
static String
serviceKeyFile
static int
spannerPort
static boolean
usePlainTextChannel
-
Constructor Summary
Constructors Constructor Description WorkerProxy()
-
-
-
Field Detail
-
spannerPort
public static int spannerPort
-
proxyPort
public static int proxyPort
-
cert
public static String cert
-
serviceKeyFile
public static String serviceKeyFile
-
usePlainTextChannel
public static boolean usePlainTextChannel
-
enableGrpcFaultInjector
public static boolean enableGrpcFaultInjector
-
commandLine
public static org.apache.commons.cli.CommandLine commandLine
-
-