Package org.apache.manifoldcf.amazons3
Class XThreadBuffer<T>
- java.lang.Object
-
- org.apache.manifoldcf.amazons3.XThreadBuffer<T>
-
- Type Parameters:
T-
public class XThreadBuffer<T> extends java.lang.ObjectGeneric XThread class- Author:
- Kuhajeyan
-
-
Constructor Summary
Constructors Constructor Description XThreadBuffer()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabandon()voidadd(T t)Tfetch()voidsignalDone()
-
-
-
Field Detail
-
MAX_SIZE
protected static int MAX_SIZE
-
buffer
protected java.util.List<T> buffer
-
complete
protected boolean complete
-
abandoned
protected boolean abandoned
-
-