com.scudata.dm.GroupsSyncReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of esproc Show documentation
Show all versions of esproc Show documentation
SPL(Structured Process Language) A programming language specially for structured data computing.
package com.scudata.dm;
import java.util.LinkedList;
import java.util.Queue;
import com.scudata.array.IArray;
import com.scudata.array.IntArray;
import com.scudata.array.ObjectArray;
import com.scudata.common.RQException;
import com.scudata.dm.cursor.ICursor;
import com.scudata.dm.op.Operation;
import com.scudata.expression.Expression;
import com.scudata.thread.Job;
import com.scudata.thread.ThreadPool;
import com.scudata.util.HashUtil;
/**
* ????ִ??groups??????ͬ?????α??ȡ???ݲ?????hash
* @author LW
*
*/
public class GroupsSyncReader {
private CursorReadJob readers[];
private int tcount;
private IntArray curTimes;//??¼??ǰ?鱻ȡ?˶??ٴ?
private ObjectArray datas;//Ҫȡ??????
private ThreadPool threadPool;
private boolean close;
//ȡ???̴߳??α???ȡ???????ݣ??Ȼ??浽???????
private Queue
© 2015 - 2024 Weber Informatics LLC | Privacy Policy