| Package | Description |
|---|---|
| org.apache.nifi.cluster.protocol | |
| org.apache.nifi.cluster.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProtocolHandler> |
ProtocolListener.getHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolListener.addHandler(ProtocolHandler handler)
Registers a handler with the listener.
|
boolean |
ProtocolListener.removeHandler(ProtocolHandler handler)
Unregisters the handler with the listener.
|
| Modifier and Type | Field and Description |
|---|---|
private Collection<ProtocolHandler> |
SocketProtocolListener.handlers |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProtocolHandler> |
SocketProtocolListener.getHandlers() |
Collection<ProtocolHandler> |
NodeProtocolSenderListener.getHandlers() |
Collection<ProtocolHandler> |
ClusterCoordinationProtocolSenderListener.getHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketProtocolListener.addHandler(ProtocolHandler handler) |
void |
NodeProtocolSenderListener.addHandler(ProtocolHandler handler) |
void |
ClusterCoordinationProtocolSenderListener.addHandler(ProtocolHandler handler) |
boolean |
SocketProtocolListener.removeHandler(ProtocolHandler handler) |
boolean |
NodeProtocolSenderListener.removeHandler(ProtocolHandler handler) |
boolean |
ClusterCoordinationProtocolSenderListener.removeHandler(ProtocolHandler handler) |
Copyright © 2016 Apache NiFi Project. All rights reserved.