Index

A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes All Packages

J

Job - Class in tenapull.run
Represents a Job that will be queued by the JobFactory and run by a WorkerThread.
Job() - Constructor for class tenapull.run.Job
Instantiates a new Job with a wait timer of zero
Job(long) - Constructor for class tenapull.run.Job
Instantiates a new Job, with a wait timer of the provided milliseconds
Job.Accessor - Class in tenapull.run
The "accessor" allows for quasi-public access to private methods of Job, which should only be accessible to the main thread and to worker threads as necessary.
Job.Stage - Enum in tenapull.run
The enum Stage, which represents the step in the job process which the jobs is at.
JobFactory - Class in tenapull.run
Manages all jobs and job scheduling for the main thread.
jsonAnyGetterForParent() - Method in class tenapull.data.deserialize.NestedJsonArray
A utility for the parent entity to invoke when providing its ExtraJson map to a serializer.
JsonMap() - Constructor for class tenapull.data.entity.objectLookup.ExtraJson.JsonMap
Instantiates a new empty JsonMap
JsonMap(String) - Constructor for class tenapull.data.entity.objectLookup.ExtraJson.JsonMap
Instantiates a new Json map by deserializing the provided string
JsonMap(Map<String, JsonNode>) - Constructor for class tenapull.data.entity.objectLookup.ExtraJson.JsonMap
Instantiates a new JsonMap, copying the provided map
JsString() - Constructor for class tenapull.data.deserialize.FriendlyTimestamp.JsString
 
A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes All Packages