| Package | Description |
|---|---|
| org.apache.apex.malhar.flume.discovery | |
| org.apache.apex.malhar.flume.operator |
| Modifier and Type | Method and Description |
|---|---|
Collection<Discovery.Service<byte[]>> |
ZKAssistedDiscovery.discover() |
Collection<Discovery.Service<T>> |
Discovery.discover()
Discover all the addresses which are actively accepting the client connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZKAssistedDiscovery.advertise(Discovery.Service<byte[]> service) |
void |
Discovery.advertise(Discovery.Service<T> service)
Advertise the host/port address where FlumeSink is accepting a client connection.
|
void |
ZKAssistedDiscovery.doAdvertise(Discovery.Service<byte[]> service,
boolean flag) |
void |
ZKAssistedDiscovery.unadvertise(Discovery.Service<byte[]> service) |
void |
Discovery.unadvertise(Discovery.Service<T> service)
Recall the previously published address as it's no longer valid.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Collection<Discovery.Service<byte[]>>> |
AbstractFlumeInputOperator.discoveredFlumeSinks |
Copyright © 2015-2017 Apache Software Foundation. All Rights Reserved.