public class GenericDescriptorList
extends java.util.ArrayList
| Modifier and Type | Field and Description |
|---|---|
private boolean |
scanned |
| Constructor and Description |
|---|
GenericDescriptorList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getScanned()
Return whether or not the underlying system table has been scanned.
|
UniqueTupleDescriptor |
getUniqueTupleDescriptor(UUID uuid)
Get the UniqueTupleDescriptor that matches the
input uuid.
|
void |
setScanned(boolean scanned)
Mark whether or not the underlying system table has
been scanned.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic void setScanned(boolean scanned)
scanned - Whether or not the underlying system table has been scanned.public boolean getScanned()
public UniqueTupleDescriptor getUniqueTupleDescriptor(UUID uuid)
uuid - The UUID for the objectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.