Package com.gpudb
Class BulkInserter.WorkerList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<URL>
-
- com.gpudb.WorkerList
-
- com.gpudb.BulkInserter.WorkerList
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<URL>,Collection<URL>,List<URL>,RandomAccess
- Enclosing class:
- BulkInserter<T>
@Deprecated(since="6.2.0", forRemoval=true) public static final class BulkInserter.WorkerList extends WorkerList
Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description WorkerList()Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.WorkerList(GPUdb gpudb)Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.WorkerList(GPUdb gpudb, String ipPrefix)Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.WorkerList(GPUdb gpudb, Pattern ipRegex)Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.
-
Method Summary
-
Methods inherited from class com.gpudb.WorkerList
getIpRegex, isMultiHeadEnabled
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.util.AbstractCollection
containsAll, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Methods inherited from interface java.util.List
containsAll
-
-
-
-
Constructor Detail
-
WorkerList
@Deprecated(since="6.2.0", forRemoval=true) public WorkerList()
Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.
-
WorkerList
@Deprecated(since="6.2.0", forRemoval=true) public WorkerList(GPUdb gpudb) throws GPUdbException
Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.- Throws:
GPUdbException
-
WorkerList
@Deprecated(since="6.2.0", forRemoval=true) public WorkerList(GPUdb gpudb, Pattern ipRegex) throws GPUdbException
Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.- Throws:
GPUdbException
-
WorkerList
@Deprecated(since="6.2.0", forRemoval=true) public WorkerList(GPUdb gpudb, String ipPrefix) throws GPUdbException
Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.- Throws:
GPUdbException
-
-