public class ProgressUtils
extends java.lang.Object
Constructor and Description |
---|
ProgressUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
addProgressCompleteTime(long threadid)
告诉关联缓存对象,已经完成
|
static boolean |
existsProgress(long threadid) |
static WebProgressThread |
getProgress(long threadid) |
static void |
removeProgress(long threadid) |
static void |
saveProgress(long threadId,
WebProgressThread progress)
缓存Progress
|
public static void saveProgress(long threadId, WebProgressThread progress)
threadId
- progress
- public static void addProgressCompleteTime(long threadid)
threadid
- public static WebProgressThread getProgress(long threadid)
public static boolean existsProgress(long threadid)
public static void removeProgress(long threadid)
Copyright © 2019 by Sucang.cn