Package org.apache.flink.runtime.rpc
Interface StartStoppable
-
- All Known Subinterfaces:
RpcServer
public interface StartStoppableInterface to start and stop the processing of rpc calls in the rpc server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Starts the processing of remote procedure calls.voidstop()Stops the processing of remote procedure calls.
-