Uses of Class
io.cryostat.agent.Registration
-
Packages that use Registration Package Description io.cryostat.agent io.cryostat.agent.harvest -
-
Uses of Registration in io.cryostat.agent
Methods in io.cryostat.agent that return Registration Modifier and Type Method Description RegistrationMainModule_ProvideRegistrationFactory. get()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 Registration in io.cryostat.agent.harvest
Methods in io.cryostat.agent.harvest with parameters of type Registration 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 Registration 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)
-