| Modifier and Type | Field and Description |
|---|---|
private SiteToSiteTransportProtocol |
SiteToSiteClient.Builder.transportProtocol |
private SiteToSiteTransportProtocol |
SiteToSiteClient.StandardSiteToSiteClientConfig.transportProtocol |
| Modifier and Type | Method and Description |
|---|---|
SiteToSiteTransportProtocol |
PeerStatusProvider.getTransportProtocol()
Returns the transport protocol being used.
|
SiteToSiteTransportProtocol |
SiteToSiteClient.Builder.getTransportProtocol() |
SiteToSiteTransportProtocol |
SiteToSiteClient.StandardSiteToSiteClientConfig.getTransportProtocol() |
SiteToSiteTransportProtocol |
SiteToSiteClientConfig.getTransportProtocol() |
| Modifier and Type | Method and Description |
|---|---|
SiteToSiteClient.Builder |
SiteToSiteClient.Builder.transportProtocol(SiteToSiteTransportProtocol transportProtocol)
Specifies the protocol to use for site to site data transport.
|
| Modifier and Type | Method and Description |
|---|---|
SiteToSiteTransportProtocol |
HttpClient.getTransportProtocol() |
| Modifier and Type | Method and Description |
|---|---|
SiteToSiteTransportProtocol |
EndpointConnectionPool.getTransportProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static SiteToSiteTransportProtocol |
SiteToSiteTransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteToSiteTransportProtocol[] |
SiteToSiteTransportProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private SiteToSiteTransportProtocol |
PeerStatusCache.transportProtocol |
| Modifier and Type | Method and Description |
|---|---|
SiteToSiteTransportProtocol |
PeerStatusCache.getTransportProtocol() |
| Constructor and Description |
|---|
PeerStatusCache(Set<PeerStatus> statuses,
long timestamp,
String remoteInstanceUris,
SiteToSiteTransportProtocol transportProtocol) |
Copyright © 2023 Apache NiFi Project. All rights reserved.