Uses of Class
com.floragunn.searchguard.modules.state.ComponentState
-
-
Uses of ComponentState in com.floragunn.searchguard.configuration
Methods in com.floragunn.searchguard.configuration that return ComponentState Modifier and Type Method Description ComponentStateProtectedConfigIndexService. createIndex(ProtectedConfigIndexService.ConfigIndex configIndex)ComponentStateConfigurationRepository. getComponentState() -
Uses of ComponentState in com.floragunn.searchguard.modules
Methods in com.floragunn.searchguard.modules that return ComponentState Modifier and Type Method Description ComponentStateSearchGuardModulesRegistry. getComponentState(String moduleName)Methods in com.floragunn.searchguard.modules that return types with arguments of type ComponentState Modifier and Type Method Description List<ComponentState>SearchGuardModulesRegistry. getComponentStates() -
Uses of ComponentState in com.floragunn.searchguard.modules.api
Methods in com.floragunn.searchguard.modules.api that return types with arguments of type ComponentState Modifier and Type Method Description List<ComponentState>GetComponentStateAction.Response. getMergedComponentState()List<ComponentState>GetComponentStateAction.NodeResponse. getStates()Constructor parameters in com.floragunn.searchguard.modules.api with type arguments of type ComponentState Constructor Description NodeResponse(org.elasticsearch.cluster.node.DiscoveryNode node, List<ComponentState> states)NodeResponse(org.elasticsearch.cluster.node.DiscoveryNode node, List<ComponentState> states, String message, String detailJson) -
Uses of ComponentState in com.floragunn.searchguard.modules.state
Methods in com.floragunn.searchguard.modules.state that return ComponentState Modifier and Type Method Description ComponentStateComponentState. findPart(Function<ComponentState,Boolean> predicate)ComponentStateComponentStateProvider. getComponentState()ComponentStateComponentState. getOrCreatePart(String type, String name)ComponentStateComponentState. getPart(String type, String name)Methods in com.floragunn.searchguard.modules.state that return types with arguments of type ComponentState Modifier and Type Method Description List<ComponentState>ComponentState. getParts()Methods in com.floragunn.searchguard.modules.state with parameters of type ComponentState Modifier and Type Method Description voidComponentState. addPart(ComponentState moduleState)voidComponentState. replacePart(ComponentState part)Method parameters in com.floragunn.searchguard.modules.state with type arguments of type ComponentState Modifier and Type Method Description ComponentStateComponentState. findPart(Function<ComponentState,Boolean> predicate) -
Uses of ComponentState in com.floragunn.searchguard.sgconf
Methods in com.floragunn.searchguard.sgconf that return ComponentState Modifier and Type Method Description ComponentStateDynamicConfigFactory. getComponentState()ComponentStateDynamicConfigModelV6. getComponentState()Deprecated.ComponentStateDynamicConfigModelV7. getComponentState()
-