Uses of Class
org.apache.beam.sdk.fn.server.ServerFactory
-
Packages that use ServerFactory Package Description org.apache.beam.sdk.fn.server -
-
Uses of ServerFactory in org.apache.beam.sdk.fn.server
Subclasses of ServerFactory in org.apache.beam.sdk.fn.server Modifier and Type Class Description static classServerFactory.InetSocketAddressServerFactoryCreates agRPC Serverusing the default server factory.Methods in org.apache.beam.sdk.fn.server that return ServerFactory Modifier and Type Method Description static ServerFactoryServerFactory. createDefault()Create a defaultServerFactory.InetSocketAddressServerFactory.static ServerFactoryServerFactory. createEpollDomainSocket()Create aServerFactory.EpollDomainSocket.static ServerFactoryServerFactory. createEpollSocket()Create aServerFactory.EpollSocket.static ServerFactoryServerFactory. createWithPortSupplier(java.util.function.Supplier<Integer> portSupplier)Create aServerFactory.InetSocketAddressServerFactorythat uses ports from a supplier.static ServerFactoryServerFactory. createWithUrlFactory(ServerFactory.UrlFactory urlFactory)Create aServerFactory.InetSocketAddressServerFactorythat uses the given url factory.static ServerFactoryServerFactory. createWithUrlFactoryAndPortSupplier(ServerFactory.UrlFactory urlFactory, java.util.function.Supplier<Integer> portSupplier)Create aServerFactory.InetSocketAddressServerFactorythat uses the given url factory and ports from a supplier.
-