Uses of Interface
org.mineskin.options.IQueueOptions
Packages that use IQueueOptions
-
Uses of IQueueOptions in org.mineskin
Classes in org.mineskin that implement IQueueOptionsMethods in org.mineskin that return IQueueOptionsModifier and TypeMethodDescriptionRequestExecutors.generateQueueOptions()Returns the value of thegenerateQueueOptionsrecord component.RequestExecutors.getQueueOptions()Returns the value of thegetQueueOptionsrecord component.Methods in org.mineskin with parameters of type IQueueOptionsModifier and TypeMethodDescriptionClientBuilder.generateQueueOptions(IQueueOptions queueOptions) Set the options for submitting queue jobs
defaults to 200ms interval and 1 concurrent request
For example:ClientBuilder.getQueueOptions(IQueueOptions queueOptions) Set the options for get requests, e.g. getting skins
defaults to 100ms interval and 5 concurrent requests
For example:Constructors in org.mineskin with parameters of type IQueueOptionsModifierConstructorDescriptionRequestExecutors(Executor getExecutor, Executor generateExecutor, IQueueOptions generateQueueOptions, IQueueOptions getQueueOptions, IJobCheckOptions jobCheckOptions) Creates an instance of aRequestExecutorsrecord class.RequestQueue(IQueueOptions options) -
Uses of IQueueOptions in org.mineskin.options
Classes in org.mineskin.options that implement IQueueOptions