| Package | Description |
|---|---|
| org.apache.nifi.io.socket.multicast |
| Modifier and Type | Field and Description |
|---|---|
static MulticastTimeToLive |
MulticastConfiguration.DEFAULT_MULTICAST_TTL |
private MulticastTimeToLive |
MulticastConfiguration.ttl |
| Modifier and Type | Method and Description |
|---|---|
MulticastTimeToLive |
MulticastConfiguration.getTtl() |
static MulticastTimeToLive |
MulticastTimeToLive.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
MulticastTimeToLive |
MulticastTimeToLive.valueOfByTtl(int ttl) |
static MulticastTimeToLive[] |
MulticastTimeToLive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MulticastConfiguration.setTtl(MulticastTimeToLive ttl) |
Copyright © 2023 Apache NiFi Project. All rights reserved.