@Deprecated public interface Balancer
Modifier and Type | Method and Description |
---|---|
void |
init(Configuration configuration)
Deprecated.
This method initializes this Balancer instance
|
AllocationStatus |
makeDemoteDecision(Integer deviceId,
AllocationPoint point,
AllocationShape shape)
Deprecated.
This method checks, if it's worth moving some memory region to host
|
AllocationStatus |
makePromoteDecision(Integer deviceId,
AllocationPoint point,
AllocationShape shape)
Deprecated.
This method checks, if it's worth moving some memory region to device
|
void init(Configuration configuration)
configuration
- AllocationStatus makePromoteDecision(Integer deviceId, AllocationPoint point, AllocationShape shape)
deviceId
- point
- shape
- AllocationStatus makeDemoteDecision(Integer deviceId, AllocationPoint point, AllocationShape shape)
deviceId
- point
- shape
- Copyright © 2016. All Rights Reserved.