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 Client
Provision.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 void
Provision.deleteWatchdogStatus
(Client client, String engineId) static void
Provision.resetWatchdogStatus
(Client client, String engineId) protected static void
Provision.scheduleUpdate
(Client client, String engineId, WatchdogStatusUpdate update) static MetaObject
Provision.searchWatchdogStatus
(Client client, String engineId) static Optional
<WatchdogStatus> Provision.searchWatchdogUpdateStatus
(Client client, String engineId) static void
Provision.stopWatchdogEngineClient
(Client client) private static String
Provision.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 Client
AbstractBootstrapTest.client
private Client
ProvisionTest.client
Methods in ch.rswk.bootstrap.core.test that return ClientMethods in ch.rswk.bootstrap.core.test with parameters of type ClientModifier and TypeMethodDescriptionstatic void
ProvisionTest.assertWatchdogStatus
(int awaitTimeout, Client client, String engineId) static void
ProvisionTest.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 Client
Logging.EngineAppender.client
private final Client
Logging.LoggingCounter.client
The field for theclient
record component.private final Client
Logging.LoggingMeter.client
The field for theclient
record component.private final Client
Logging.LoggingTimer.client
The field for theclient
record component.Methods in ch.rswk.meta.client that return ClientModifier and TypeMethodDescriptionLogging.LoggingCounter.client()
Returns the value of theclient
record component.Logging.LoggingMeter.client()
Returns the value of theclient
record component.Logging.LoggingTimer.client()
Returns the value of theclient
record component.Methods in ch.rswk.meta.client with parameters of type ClientModifier and TypeMethodDescriptionstatic Logging.EngineAppender
Logging.installEngineAppender
(org.slf4j.Logger logger, Client client) static Logging.LoggingCounter
Logging.newMetricCounter
(Client client, String name) static Logging.LoggingMeter
Logging.newMetricMeter
(Client client, String name) static Logging.LoggingTimer
Logging.newMetricTimer
(Client client, String name) Constructors in ch.rswk.meta.client with parameters of type ClientModifierConstructorDescriptionprivate
EngineAppender
(Client client) LoggingCounter
(Client client, String name) Creates an instance of aLoggingCounter
record class.LoggingMeter
(Client client, String name) Creates an instance of aLoggingMeter
record class.LoggingTimer
(Client client, String name) Creates an instance of aLoggingTimer
record class. -
Uses of Client in ch.rswk.meta.client.test
Fields in ch.rswk.meta.client.test declared as ClientModifier and TypeFieldDescriptionprivate Client
ClientPermissionTest.client
private Client
ClientTest.client
private Client
LoggingTest.client
Methods 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