- size() - Method in class org.embulk.guice.LifeCycleManager
-
Returns the number of managed instances
- start() - Method in class org.embulk.guice.LifeCycleManager
-
Start the life cycle - all instances will have their PostConstruct method(s) called
- startedLifeCycle() - Method in interface org.embulk.guice.LifeCycleListener
-
Called when state changes from STARTING to STARTED
- startedLifeCycle() - Method in class org.embulk.guice.LoggingLifeCycleListener
-
- startingInstance(Object) - Method in interface org.embulk.guice.LifeCycleListener
-
Called when post construction of an object starts
- startingInstance(Object) - Method in class org.embulk.guice.LoggingLifeCycleListener
-
- startingLifeCycle() - Method in interface org.embulk.guice.LifeCycleListener
-
Called when state changes from LATENT to STARTING
- startingLifeCycle() - Method in class org.embulk.guice.LoggingLifeCycleListener
-
- stoppedLifeCycle() - Method in interface org.embulk.guice.LifeCycleListener
-
Called when state changes from STOPPING to STOPPED
- stoppedLifeCycle() - Method in class org.embulk.guice.LoggingLifeCycleListener
-
- stoppingInstance(Object) - Method in interface org.embulk.guice.LifeCycleListener
-
Called when pre destruction of an object starts
- stoppingInstance(Object) - Method in class org.embulk.guice.LoggingLifeCycleListener
-
- stoppingLifeCycle() - Method in interface org.embulk.guice.LifeCycleListener
-
Called when state changes from STARTED to STOPPING
- stoppingLifeCycle() - Method in class org.embulk.guice.LoggingLifeCycleListener
-