Package com.floragunn.searchguard
Class GuiceDependencies.GuiceRedirector
- java.lang.Object
-
- com.floragunn.searchguard.GuiceDependencies.GuiceRedirector
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.common.component.LifecycleComponent,org.elasticsearch.common.lease.Releasable
- Enclosing class:
- GuiceDependencies
public static class GuiceDependencies.GuiceRedirector extends Object implements org.elasticsearch.common.component.LifecycleComponent
-
-
Constructor Summary
Constructors Constructor Description GuiceRedirector(GuiceDependencies baseDependencies, org.elasticsearch.repositories.RepositoriesService repositoriesService, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.indices.IndicesService indicesService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLifecycleListener(org.elasticsearch.common.component.LifecycleListener listener)voidclose()org.elasticsearch.common.component.Lifecycle.StatelifecycleState()voidremoveLifecycleListener(org.elasticsearch.common.component.LifecycleListener listener)voidstart()voidstop()
-
-
-
Constructor Detail
-
GuiceRedirector
@Inject public GuiceRedirector(GuiceDependencies baseDependencies, org.elasticsearch.repositories.RepositoriesService repositoriesService, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.indices.IndicesService indicesService)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.common.lease.Releasable
-
lifecycleState
public org.elasticsearch.common.component.Lifecycle.State lifecycleState()
- Specified by:
lifecycleStatein interfaceorg.elasticsearch.common.component.LifecycleComponent
-
addLifecycleListener
public void addLifecycleListener(org.elasticsearch.common.component.LifecycleListener listener)
- Specified by:
addLifecycleListenerin interfaceorg.elasticsearch.common.component.LifecycleComponent
-
removeLifecycleListener
public void removeLifecycleListener(org.elasticsearch.common.component.LifecycleListener listener)
- Specified by:
removeLifecycleListenerin interfaceorg.elasticsearch.common.component.LifecycleComponent
-
start
public void start()
- Specified by:
startin interfaceorg.elasticsearch.common.component.LifecycleComponent
-
stop
public void stop()
- Specified by:
stopin interfaceorg.elasticsearch.common.component.LifecycleComponent
-
-