public class DependencyDescriptor extends UniqueTupleDescriptor
Modifier and Type | Field and 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 and Description |
---|
DependencyDescriptor(Dependent dependent,
Provider provider)
Constructor for a DependencyDescriptor
|
DependencyDescriptor(UUID dependentID,
DependableFinder dependentBloodhound,
UUID providerID,
DependableFinder providerBloodhound)
Constructor for a DependencyDescriptor
|
Modifier and Type | Method and 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.
|
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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.