Uses of Class
com.floragunn.signals.accounts.AccountRegistry
-
Packages that use AccountRegistry Package Description com.floragunn.signals com.floragunn.signals.execution com.floragunn.signals.watch.init -
-
Uses of AccountRegistry in com.floragunn.signals
Methods in com.floragunn.signals that return AccountRegistry Modifier and Type Method Description AccountRegistrySignals. getAccountRegistry()Methods in com.floragunn.signals with parameters of type AccountRegistry Modifier and Type Method Description static SignalsTenantSignalsTenant. create(String name, org.elasticsearch.client.Client client, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.env.NodeEnvironment nodeEnvironment, com.floragunn.searchguard.internalauthtoken.InternalAuthTokenProvider internalAuthTokenProvider, SignalsSettings settings, AccountRegistry accountRegistry)Constructors in com.floragunn.signals with parameters of type AccountRegistry Constructor Description SignalsTenant(String name, org.elasticsearch.client.Client client, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.env.NodeEnvironment nodeEnvironment, com.floragunn.searchguard.internalauthtoken.InternalAuthTokenProvider internalAuthTokenProvider, SignalsSettings settings, AccountRegistry accountRegistry) -
Uses of AccountRegistry in com.floragunn.signals.execution
Methods in com.floragunn.signals.execution that return AccountRegistry Modifier and Type Method Description AccountRegistryWatchExecutionContext. getAccountRegistry()Constructors in com.floragunn.signals.execution with parameters of type AccountRegistry Constructor Description WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment scheduled)WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment executionEnvironment, ActionInvocationType actionInvocationType, WatchExecutionContextData contextData)WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment executionEnvironment, ActionInvocationType actionInvocationType, WatchExecutionContextData contextData, WatchExecutionContextData resolvedContextData, SimulationMode simulationMode, HttpEndpointWhitelist httpEndpointWhitelist)WatchRunner(Watch watch, org.elasticsearch.client.Client client, AccountRegistry accountRegistry, org.elasticsearch.script.ScriptService scriptService, WatchLogWriter watchLogWriter, WatchStateWriter<?> watchStateWriter, WatchState watchState, ExecutionEnvironment executionEnvironment, SimulationMode simulationMode, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, SignalsSettings signalsSettings, String nodeName, GotoCheckSelector checkSelector, NestedValueMap input) -
Uses of AccountRegistry in com.floragunn.signals.watch.init
Methods in com.floragunn.signals.watch.init that return AccountRegistry Modifier and Type Method Description AccountRegistryWatchInitializationService. getAccountRegistry()Constructors in com.floragunn.signals.watch.init with parameters of type AccountRegistry Constructor Description WatchInitializationService(AccountRegistry accountRegistry, org.elasticsearch.script.ScriptService scriptService)
-