Interface | Description |
---|---|
DistanceFunction |
This class represent a distance function for hierarchical agglomerative clustering.
|
Class | Description |
---|---|
ArbitraryTopologyDescriptor |
The descriptor indicated that there is no constraints on node location.
|
BestProximityDescriptor |
The descriptor allows to select a set of closest nodes which is currently
available in the resource manager.
|
DifferentHostsExclusiveDescriptor |
This descriptor allows to select one node per host exclusively.
|
MultipleHostsExclusiveDescriptor |
This descriptor allows to select nodes on multiple hosts exclusively.
|
SingleHostDescriptor |
This descriptor allows to select nodes on the single hosts.
|
SingleHostExclusiveDescriptor |
This descriptor allows to select nodes on the single hosts exclusively.
|
ThresholdProximityDescriptor |
The descriptor allows to select a set of nodes within a threshold proximity.
|
TopologyDescriptor |
Class represents the descriptor of the nodes topology (network location)
which could be used with
ResourceManager.getAtMostNodes request. |