Package org.apache.flink.client.program
Interface ClusterClientProvider<T>
-
@Internal public interface ClusterClientProvider<T>Factory forClusterClients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterClient<T>getClusterClient()Creates and returns a newClusterClient.
-
-
-
Method Detail
-
getClusterClient
ClusterClient<T> getClusterClient()
Creates and returns a newClusterClient. The returned client needs to be closed viaClusterClient.close()after use.
-
-