Uses of Class
io.cryostat.agent.harvest.Harvester.PushType
-
Packages that use Harvester.PushType Package Description io.cryostat.agent io.cryostat.agent.harvest -
-
Uses of Harvester.PushType in io.cryostat.agent
Methods in io.cryostat.agent with parameters of type Harvester.PushType Modifier and Type Method Description CompletableFuture<Void>CryostatClient. upload(Harvester.PushType pushType, Optional<FlightRecorderHelper.TemplatedRecording> opt, int maxFiles, Path recording) -
Uses of Harvester.PushType in io.cryostat.agent.harvest
Methods in io.cryostat.agent.harvest that return Harvester.PushType Modifier and Type Method Description static Harvester.PushTypeHarvester.PushType. valueOf(String name)Returns the enum constant of this type with the specified name.static Harvester.PushType[]Harvester.PushType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-