Package com.jme3.asset
Class ThreadingManager
java.lang.Object
com.jme3.asset.ThreadingManager
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classDeprecated.protected classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExecutorServiceDeprecated.protected intDeprecated.protected final AssetManagerDeprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
executor
Deprecated. -
owner
Deprecated. -
nextThreadId
protected int nextThreadIdDeprecated.
-
-
Constructor Details
-
ThreadingManager
Deprecated.
-
-
Method Details
-
loadAsset
Deprecated. -
isLoadingThread
public static boolean isLoadingThread()Deprecated.
-
ThreadingManagermanages the threads used to load content within the Content Manager system. A pool of threads and a task queue is used to load resource data and perform I/O while the application's render thread is active.