Uses of Class
org.apache.beam.sdk.fn.server.ServerFactory
Packages that use ServerFactory
-
Uses of ServerFactory in org.apache.beam.sdk.fn.server
Subclasses of ServerFactory in org.apache.beam.sdk.fn.serverModifier and TypeClassDescriptionstatic classCreates agRPC Serverusing the default server factory.Methods in org.apache.beam.sdk.fn.server that return ServerFactoryModifier and TypeMethodDescriptionstatic ServerFactoryServerFactory.createDefault()Create a defaultServerFactory.InetSocketAddressServerFactory.static ServerFactoryServerFactory.createEpollDomainSocket()Create aServerFactory.EpollDomainSocket.static ServerFactoryServerFactory.createEpollSocket()Create aServerFactory.EpollSocket.static ServerFactoryServerFactory.createWithPortSupplier(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, Supplier<Integer> portSupplier) Create aServerFactory.InetSocketAddressServerFactorythat uses the given url factory and ports from a supplier.