java.lang.Object
java.util.AbstractCollection<URL>
java.util.AbstractList<URL>
java.util.ArrayList<URL>
com.gpudb.WorkerList
com.gpudb.BulkInserter.WorkerList
All Implemented Interfaces:
Enclosing class:
@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.
See Also:
Field Summary
Fields inherited from class java.util.AbstractList
modCountConstructor Summary
ConstructorsConstructorDescriptionDeprecated, 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, isQueriedUrlListMethods 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, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
Constructor Details
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, for removal: This API element is subject to removal in a future version.This class has been superseded bycom.gpudb.WorkerList.Throws: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: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:
com.gpudb.WorkerList.