private class EndpointConnectionPool.IdEnrichedRemoteDestination extends Object implements RemoteDestination
| Modifier and Type | Field and Description |
|---|---|
private String |
identifier |
private RemoteDestination |
original |
| Constructor and Description |
|---|
IdEnrichedRemoteDestination(RemoteDestination original,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
String |
getName() |
long |
getYieldPeriod(TimeUnit timeUnit) |
boolean |
isUseCompression() |
private final RemoteDestination original
private final String identifier
public IdEnrichedRemoteDestination(RemoteDestination original, String identifier)
public String getIdentifier()
getIdentifier in interface RemoteDestinationpublic String getName()
getName in interface RemoteDestinationpublic long getYieldPeriod(TimeUnit timeUnit)
getYieldPeriod in interface RemoteDestinationpublic boolean isUseCompression()
isUseCompression in interface RemoteDestinationCopyright © 2023 Apache NiFi Project. All rights reserved.