Package com.linkedin.venice.grpc
Class VeniceGrpcServer
- java.lang.Object
-
- com.linkedin.venice.grpc.VeniceGrpcServer
-
public class VeniceGrpcServer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected io.grpc.ServerCredentials
credentials
-
Constructor Summary
Constructors Constructor Description VeniceGrpcServer(VeniceGrpcServerConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isShutdown()
boolean
isTerminated()
void
start()
void
stop()
-
-
-
Constructor Detail
-
VeniceGrpcServer
public VeniceGrpcServer(VeniceGrpcServerConfig config)
-
-
Method Detail
-
start
public void start() throws VeniceException
- Throws:
VeniceException
-
isShutdown
public boolean isShutdown()
-
isTerminated
public boolean isTerminated()
-
stop
public void stop()
-
-