Package | Description |
---|---|
org.apache.beam.sdk.fn.server |
Modifier and Type | Class and Description |
---|---|
static class |
ServerFactory.InetSocketAddressServerFactory
Creates a
gRPC Server using the default server factory. |
Modifier and Type | Method and Description |
---|---|
static ServerFactory |
ServerFactory.createDefault()
Create a default
ServerFactory.InetSocketAddressServerFactory . |
static ServerFactory |
ServerFactory.createEpollDomainSocket()
Create a
EpollDomainSocket . |
static ServerFactory |
ServerFactory.createEpollSocket()
Create a
EpollSocket . |
static ServerFactory |
ServerFactory.createWithPortSupplier(Supplier<Integer> portSupplier)
Create a
ServerFactory.InetSocketAddressServerFactory that uses ports from a supplier. |
static ServerFactory |
ServerFactory.createWithUrlFactory(ServerFactory.UrlFactory urlFactory)
Create a
ServerFactory.InetSocketAddressServerFactory that uses the given url factory. |
static ServerFactory |
ServerFactory.createWithUrlFactoryAndPortSupplier(ServerFactory.UrlFactory urlFactory,
Supplier<Integer> portSupplier)
Create a
ServerFactory.InetSocketAddressServerFactory that uses the given url factory and ports
from a supplier. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.