| 程序包 | 说明 |
|---|---|
| org.apache.beam.sdk.fn.server |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ServerFactory.InetSocketAddressServerFactory
Creates a
gRPC Server using the default server factory. |
| 限定符和类型 | 方法和说明 |
|---|---|
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.