|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Target
This class represents the target of an execution plan run. A target is composed of up to three distinct hosts: initial, current, and physical. In the default case, all three targets are the same. The initial host is the host specified by the client. The current host is the host redirected to by the plan. The physical host is the host on which the current host is contained. Variable references are resolved relative to the current host. The plan steps are run on the physical host.
Method Summary | |
---|---|
Host |
getCurrentHost()
Returns the current target host. |
HostID |
getCurrentHostID()
Returns the ID of the current target host. |
Host |
getInitialHost()
Returns the initial target host. |
HostID |
getInitialHostID()
Returns the ID of the initial target host. |
Host |
getPhysicalHost()
Returns the physical target host. |
HostID |
getPhysicalHostID()
Returns the ID of the physical target host. |
Method Detail |
---|
Host getInitialHost()
HostID getInitialHostID()
Host getCurrentHost()
HostID getCurrentHostID()
Host getPhysicalHost()
HostID getPhysicalHostID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |