java.io.Serializable
, java.lang.Cloneable
, java.lang.Iterable<ConglomerateDescriptor>
, java.util.Collection<ConglomerateDescriptor>
, java.util.List<ConglomerateDescriptor>
, java.util.RandomAccess
public class ConglomerateDescriptorList extends java.util.ArrayList<ConglomerateDescriptor>
Constructor | Description |
---|---|
ConglomerateDescriptorList() |
Modifier and Type | Method | Description |
---|---|---|
void |
dropConglomerateDescriptor(UUID tableID,
ConglomerateDescriptor cgDesc) |
Remove the specified conglomerate descriptor from the
conglomerate descriptor list.
|
void |
dropConglomerateDescriptorByUUID(UUID conglomerateID) |
Remove the specified conglomerate descriptor from the
conglomerate descriptor list.
|
ConglomerateDescriptor |
getConglomerateDescriptor(long conglomerateNumber) |
Get a conglomerate descriptor by its number
|
ConglomerateDescriptor |
getConglomerateDescriptor(java.lang.String conglomerateName) |
Get a conglomerate descriptor by its Name
|
ConglomerateDescriptor |
getConglomerateDescriptor(UUID uuid) |
Get a conglomerate descriptor by its UUID String
|
ConglomerateDescriptor[] |
getConglomerateDescriptors(long conglomerateNumber) |
Get an array of conglomerate descriptors with the given conglomerate
number.
|
ConglomerateDescriptor[] |
getConglomerateDescriptors(UUID uuid) |
Get an array of conglomerate descriptors by a UUID String.
|
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, trimToSize
public ConglomerateDescriptor getConglomerateDescriptor(long conglomerateNumber)
conglomerateNumber
- The number of the conglomerate we're looking forpublic ConglomerateDescriptor[] getConglomerateDescriptors(long conglomerateNumber)
conglomerateNumber
- The number of the conglomeratepublic ConglomerateDescriptor getConglomerateDescriptor(java.lang.String conglomerateName)
conglomerateName
- The Name of the conglomerate we're looking forpublic ConglomerateDescriptor getConglomerateDescriptor(UUID uuid) throws StandardException
uuid
- The UUID of the conglomerate we're looking forStandardException
- thrown on failurepublic ConglomerateDescriptor[] getConglomerateDescriptors(UUID uuid)
uuid
- The UUID of the conglomeratepublic void dropConglomerateDescriptor(UUID tableID, ConglomerateDescriptor cgDesc) throws StandardException
tableID
- table uuid, ignoredcgDesc
- the conglomerateStandardException
- thrown on failurepublic void dropConglomerateDescriptorByUUID(UUID conglomerateID) throws StandardException
conglomerateID
- table uuid, ignoredStandardException
- thrown on failureApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.