Uses of Class
io.cryostat.agent.FlightRecorderHelper.TemplatedRecording
-
Packages that use FlightRecorderHelper.TemplatedRecording Package Description io.cryostat.agent io.cryostat.agent.harvest -
-
Uses of FlightRecorderHelper.TemplatedRecording in io.cryostat.agent
Methods in io.cryostat.agent that return types with arguments of type FlightRecorderHelper.TemplatedRecording Modifier and Type Method Description Optional<FlightRecorderHelper.TemplatedRecording>FlightRecorderHelper. createRecordingWithPredefinedTemplate(String templateNameOrLabel)Method parameters in io.cryostat.agent with type arguments of type FlightRecorderHelper.TemplatedRecording Modifier and Type Method Description CompletableFuture<Void>CryostatClient. upload(Harvester.PushType pushType, Optional<FlightRecorderHelper.TemplatedRecording> opt, int maxFiles, Path recording) -
Uses of FlightRecorderHelper.TemplatedRecording in io.cryostat.agent.harvest
Methods in io.cryostat.agent.harvest with parameters of type FlightRecorderHelper.TemplatedRecording Modifier and Type Method Description voidHarvester. handleNewRecording(FlightRecorderHelper.TemplatedRecording tr)voidHarvester. handleNewRecording(FlightRecorderHelper.TemplatedRecording tr, Harvester.RecordingSettings settings)
-