public abstract class AbstractSinkSelector extends Object implements LoadBalancingSinkProcessor.SinkSelector
Modifier and Type | Field and Description |
---|---|
protected long |
maxTimeOut |
Constructor and Description |
---|
AbstractSinkSelector() |
Modifier and Type | Method and Description |
---|---|
void |
configure(Context context)
Request the implementing class to (re)configure itself.
|
LifecycleState |
getLifecycleState()
Return the current state of the service or component.
|
protected List<Sink> |
getSinks() |
void |
informSinkFailed(Sink failedSink) |
void |
setSinks(List<Sink> sinks) |
void |
start()
Starts a service or component.
|
void |
stop()
Stops a service or component.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createSinkIterator
public void configure(Context context)
Configurable
Request the implementing class to (re)configure itself.
When configuration parameters are changed, they must be reflected by the component asap.
There are no thread safety guarantees on when configure might be called.
configure
in interface Configurable
public void start()
LifecycleAware
Starts a service or component.
Implementations should determine the result of any start logic and effect
the return value of LifecycleAware.getLifecycleState()
accordingly.
start
in interface LifecycleAware
public void stop()
LifecycleAware
Stops a service or component.
Implementations should determine the result of any stop logic and effect
the return value of LifecycleAware.getLifecycleState()
accordingly.
stop
in interface LifecycleAware
public LifecycleState getLifecycleState()
LifecycleAware
Return the current state of the service or component.
getLifecycleState
in interface LifecycleAware
public void setSinks(List<Sink> sinks)
setSinks
in interface LoadBalancingSinkProcessor.SinkSelector
public void informSinkFailed(Sink failedSink)
informSinkFailed
in interface LoadBalancingSinkProcessor.SinkSelector
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.