Package org.apache.flink.runtime.rpc
Interface FencedRpcGateway<F extends Serializable>
-
- Type Parameters:
F- type of the fencing token
- All Superinterfaces:
RpcGateway
public interface FencedRpcGateway<F extends Serializable> extends RpcGateway
FencedRpcGateway. This gateway allows to have access to the associated fencing token.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FgetFencingToken()Get the current fencing token.-
Methods inherited from interface org.apache.flink.runtime.rpc.RpcGateway
getAddress, getHostname
-
-
-
-
Method Detail
-
getFencingToken
F getFencingToken()
Get the current fencing token.- Returns:
- current fencing token
-
-