Uses of Class
ch.rswk.meta.client.Client
Packages that use Client
Package
Description
bootstrap-core is a framework for building, provisioning and executing bootstrap modules.
bootstrap-core-test is the test module for bootstrap-core.
meta-client are the client components for a meta backend.
meta-test is the test module for meta-core, meta-client and meta-engine.
-
Uses of Client in ch.rswk.bootstrap.core
Methods in ch.rswk.bootstrap.core that return ClientModifier and TypeMethodDescriptionstatic ClientProvision.startWatchdogEngineClient(Provision.ProvisionWatchdogConfig config) Methods in ch.rswk.bootstrap.core with parameters of type ClientModifier and TypeMethodDescriptionstatic Optional<WatchdogStatus> Provision.awaitWatchdogUpdateStatus(long awaitTimeout, Client client, String engineId) static voidProvision.deleteWatchdogStatus(Client client, String engineId) static voidProvision.resetWatchdogStatus(Client client, String engineId) protected static voidProvision.scheduleUpdate(Client client, String engineId, WatchdogStatusUpdate update) static MetaObjectProvision.searchWatchdogStatus(Client client, String engineId) static Optional<WatchdogStatus> Provision.searchWatchdogUpdateStatus(Client client, String engineId) static voidProvision.stopWatchdogEngineClient(Client client) private static StringProvision.uploadArchive(Path archivePath, Client client, @Nullable String engineUser, String serverId) -
Uses of Client in ch.rswk.bootstrap.core.test
Fields in ch.rswk.bootstrap.core.test declared as ClientModifier and TypeFieldDescriptionprotected ClientAbstractBootstrapTest.clientprivate ClientProvisionTest.clientMethods in ch.rswk.bootstrap.core.test that return ClientMethods in ch.rswk.bootstrap.core.test with parameters of type ClientModifier and TypeMethodDescriptionstatic voidProvisionTest.assertWatchdogStatus(int awaitTimeout, Client client, String engineId) static voidProvisionTest.cleanup(Client client, @Nullable Provision.ProvisionConfig config) -
Uses of Client in ch.rswk.meta.client
Fields in ch.rswk.meta.client declared as ClientModifier and TypeFieldDescriptionprivate final ClientLogging.EngineAppender.clientprivate final ClientLogging.LoggingCounter.clientThe field for theclientrecord component.private final ClientLogging.LoggingMeter.clientThe field for theclientrecord component.private final ClientLogging.LoggingTimer.clientThe field for theclientrecord component.Methods in ch.rswk.meta.client that return ClientModifier and TypeMethodDescriptionLogging.LoggingCounter.client()Returns the value of theclientrecord component.Logging.LoggingMeter.client()Returns the value of theclientrecord component.Logging.LoggingTimer.client()Returns the value of theclientrecord component.Methods in ch.rswk.meta.client with parameters of type ClientModifier and TypeMethodDescriptionstatic Logging.EngineAppenderLogging.installEngineAppender(org.slf4j.Logger logger, Client client) static Logging.LoggingCounterLogging.newMetricCounter(Client client, String name) static Logging.LoggingMeterLogging.newMetricMeter(Client client, String name) static Logging.LoggingTimerLogging.newMetricTimer(Client client, String name) Constructors in ch.rswk.meta.client with parameters of type ClientModifierConstructorDescriptionprivateEngineAppender(Client client) LoggingCounter(Client client, String name) Creates an instance of aLoggingCounterrecord class.LoggingMeter(Client client, String name) Creates an instance of aLoggingMeterrecord class.LoggingTimer(Client client, String name) Creates an instance of aLoggingTimerrecord class. -
Uses of Client in ch.rswk.meta.client.test
Fields in ch.rswk.meta.client.test declared as ClientModifier and TypeFieldDescriptionprivate ClientClientPermissionTest.clientprivate ClientClientTest.clientprivate ClientLoggingTest.clientMethods in ch.rswk.meta.client.test that return Client -
Uses of Client in ch.rswk.meta.test
Fields in ch.rswk.meta.test declared as ClientConstructors in ch.rswk.meta.test with parameters of type Client