public class DependencyDescriptor extends UniqueTupleDescriptor
Modifier and Type | Field | Description |
---|---|---|
private DependableFinder |
dependentBloodhound |
|
private UUID |
dependentID |
public interface for this class is:
public DependableFinder getDependentFinder();
public UUID getProviderID();
public DependableFinder getProviderFinder();
|
private DependableFinder |
providerBloodhound |
|
private UUID |
providerID |
Constructor | Description |
---|---|
DependencyDescriptor(UUID dependentID,
DependableFinder dependentBloodhound,
UUID providerID,
DependableFinder providerBloodhound) |
Constructor for a DependencyDescriptor
|
DependencyDescriptor(Dependent dependent,
Provider provider) |
Constructor for a DependencyDescriptor
|
Modifier and Type | Method | Description |
---|---|---|
DependableFinder |
getDependentFinder() |
Get the dependent's type for the dependency.
|
DependableFinder |
getProviderFinder() |
Get the provider's type for the dependency.
|
UUID |
getProviderID() |
Get the provider's ID for the dependency.
|
UUID |
getUUID() |
Get the dependent's ID for the dependency.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionary
private final UUID dependentID
private final DependableFinder dependentBloodhound
private final UUID providerID
private final DependableFinder providerBloodhound
public DependencyDescriptor(Dependent dependent, Provider provider)
dependent
- The Dependentprovider
- The Providerpublic DependencyDescriptor(UUID dependentID, DependableFinder dependentBloodhound, UUID providerID, DependableFinder providerBloodhound)
dependentID
- The Dependent IDdependentBloodhound
- The bloodhound for finding the DependentproviderID
- The Provider IDproviderBloodhound
- The bloodhound for finding the Providerpublic UUID getUUID()
getUUID
in class UniqueTupleDescriptor
public DependableFinder getDependentFinder()
public UUID getProviderID()
public DependableFinder getProviderFinder()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.