Uses of Class
org.apache.flume.lifecycle.LifecycleState

Packages that use LifecycleState
org.apache.flume   
org.apache.flume.channel   
org.apache.flume.lifecycle   
org.apache.flume.node   
org.apache.flume.sink   
org.apache.flume.source   
 

Uses of LifecycleState in org.apache.flume
 

Methods in org.apache.flume that return LifecycleState
 LifecycleState SinkRunner.getLifecycleState()
           
 

Uses of LifecycleState in org.apache.flume.channel
 

Methods in org.apache.flume.channel that return LifecycleState
 LifecycleState AbstractChannel.getLifecycleState()
           
 

Uses of LifecycleState in org.apache.flume.lifecycle
 

Fields in org.apache.flume.lifecycle declared as LifecycleState
 LifecycleState LifecycleSupervisor.Status.desiredState
           
 LifecycleState LifecycleSupervisor.Status.lastSeenState
           
static LifecycleState[] LifecycleState.START_OR_ERROR
           
static LifecycleState[] LifecycleState.STOP_OR_ERROR
           
 

Methods in org.apache.flume.lifecycle that return LifecycleState
 LifecycleState LifecycleSupervisor.getLifecycleState()
           
 LifecycleState LifecycleAware.getLifecycleState()
           Return the current state of the service or component.
static LifecycleState LifecycleState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LifecycleState[] LifecycleState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.flume.lifecycle with parameters of type LifecycleState
 void LifecycleSupervisor.setDesiredState(LifecycleAware lifecycleAware, LifecycleState desiredState)
           
 void LifecycleSupervisor.supervise(LifecycleAware lifecycleAware, LifecycleSupervisor.SupervisorPolicy policy, LifecycleState desiredState)
           
static boolean LifecycleController.waitForOneOf(LifecycleAware delegate, LifecycleState[] states)
           
static boolean LifecycleController.waitForOneOf(LifecycleAware delegate, LifecycleState[] states, long timeout)
           
static boolean LifecycleController.waitForState(LifecycleAware delegate, LifecycleState state)
           
static boolean LifecycleController.waitForState(LifecycleAware delegate, LifecycleState state, long timeout)
           
 

Uses of LifecycleState in org.apache.flume.node
 

Methods in org.apache.flume.node that return LifecycleState
 LifecycleState PollingZooKeeperConfigurationProvider.getLifecycleState()
           
 LifecycleState PollingPropertiesFileConfigurationProvider.getLifecycleState()
           
 

Uses of LifecycleState in org.apache.flume.sink
 

Methods in org.apache.flume.sink that return LifecycleState
 LifecycleState DefaultSinkProcessor.getLifecycleState()
           
 LifecycleState AbstractSinkSelector.getLifecycleState()
           
 LifecycleState AbstractSinkProcessor.getLifecycleState()
           
 LifecycleState AbstractSink.getLifecycleState()
           
 

Uses of LifecycleState in org.apache.flume.source
 

Methods in org.apache.flume.source that return LifecycleState
 LifecycleState PollableSourceRunner.getLifecycleState()
           
 LifecycleState EventDrivenSourceRunner.getLifecycleState()
           
 LifecycleState BasicSourceSemantics.getLifecycleState()
           
 LifecycleState AbstractSource.getLifecycleState()
           
 

Methods in org.apache.flume.source with parameters of type LifecycleState
protected  void BasicSourceSemantics.setLifecycleState(LifecycleState lifecycleState)
           
 



Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.