Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webmagic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
沈俊林
webmagic
Commits
c70ed570
Commit
c70ed570
authored
Aug 20, 2013
by
yihua.huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove PriorityScheduler to core
parent
70034268
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
Request.java
...gic-core/src/main/java/us/codecraft/webmagic/Request.java
+2
-4
PriorityScheduler.java
...va/us/codecraft/webmagic/scheduler/PriorityScheduler.java
+0
-0
PrioritySchedulerTest.java
...s/codecraft/webmagic/scheduler/PrioritySchedulerTest.java
+0
-0
No files found.
webmagic-core/src/main/java/us/codecraft/webmagic/Request.java
View file @
c70ed570
...
...
@@ -27,10 +27,8 @@ public class Request implements Serializable {
/**
* Priority of the request.<br>
* The bigger will be processed earlier. <br>
* Need a scheduler supporting priority.<br>
* But no scheduler in webmagic supporting priority now (:
* @see us.codecraft.webmagic.scheduler.PriorityScheduler
*/
@Experimental
private
long
priority
;
public
Request
()
{
...
...
@@ -47,7 +45,7 @@ public class Request implements Serializable {
/**
* Set the priority of request for sorting.<br>
* Need a scheduler supporting priority.<br>
*
But no scheduler in webmagic supporting priority now (:
*
@see us.codecraft.webmagic.scheduler.PriorityScheduler
*
* @param priority
* @return this
...
...
webmagic-
extension
/src/main/java/us/codecraft/webmagic/scheduler/PriorityScheduler.java
→
webmagic-
core
/src/main/java/us/codecraft/webmagic/scheduler/PriorityScheduler.java
View file @
c70ed570
File moved
webmagic-
extension
/src/test/java/us/codecraft/webmagic/scheduler/PrioritySchedulerTest.java
→
webmagic-
core
/src/test/java/us/codecraft/webmagic/scheduler/PrioritySchedulerTest.java
View file @
c70ed570
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment