Uses of Class
io.cryostat.agent.CryostatClient
-
Packages that use CryostatClient Package Description io.cryostat.agent io.cryostat.agent.harvest -
-
Uses of CryostatClient in io.cryostat.agent
Methods in io.cryostat.agent that return CryostatClient Modifier and Type Method Description CryostatClientMainModule_ProvideCryostatClientFactory. get()static CryostatClientMainModule_ProvideCryostatClientFactory. provideCryostatClient(ScheduledExecutorService executor, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.apache.http.client.HttpClient http, Supplier<Optional<String>> authorizationSupplier, String instanceId, String jvmId, String appName, URI baseUri, String realm)static CryostatClientMainModule. provideCryostatClient(ScheduledExecutorService executor, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.apache.http.client.HttpClient http, Supplier<Optional<String>> authorizationSupplier, String instanceId, String jvmId, String appName, URI baseUri, String realm)Methods in io.cryostat.agent with parameters of type CryostatClient Modifier and Type Method Description static RegistrationMainModule_ProvideRegistrationFactory. provideRegistration(ScheduledExecutorService executor, CryostatClient cryostat, CallbackResolver callbackResolver, Object webServer, String instanceId, String jvmId, String appName, String realm, String hostname, int jmxPort, int registrationRetryMs, int registrationCheckMs, boolean registrationJmxIgnore, boolean registrationJmxUseCallbackHost)static RegistrationMainModule. provideRegistration(ScheduledExecutorService executor, CryostatClient cryostat, CallbackResolver callbackResolver, io.cryostat.agent.WebServer webServer, String instanceId, String jvmId, String appName, String realm, String hostname, int jmxPort, int registrationRetryMs, int registrationCheckMs, boolean registrationJmxIgnore, boolean registrationJmxUseCallbackHost) -
Uses of CryostatClient in io.cryostat.agent.harvest
Methods in io.cryostat.agent.harvest with parameters of type CryostatClient Modifier and Type Method Description static HarvesterHarvestModule_ProvideHarvesterFactory. provideHarvester(ScheduledExecutorService workerPool, long period, String template, int maxFiles, long exitMaxAge, long exitMaxSize, long maxAge, long maxSize, CryostatClient client, FlightRecorderHelper flightRecorderHelper, Registration registration)static HarvesterHarvestModule. provideHarvester(ScheduledExecutorService workerPool, long period, String template, int maxFiles, long exitMaxAge, long exitMaxSize, long maxAge, long maxSize, CryostatClient client, FlightRecorderHelper flightRecorderHelper, Registration registration)Constructors in io.cryostat.agent.harvest with parameters of type CryostatClient Constructor Description Harvester(ScheduledExecutorService executor, ScheduledExecutorService workerPool, long period, String template, int maxFiles, Harvester.RecordingSettings exitSettings, Harvester.RecordingSettings periodicSettings, CryostatClient client, FlightRecorderHelper flightRecorderHelper, Registration registration)
-