public interface IEvictionStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
makeSpaceForTopo(TopologyDetails td)
This method when invoked should attempt to make space on the cluster so that the topology specified can be scheduled
|
void |
prepare(SchedulingState schedulingState)
Initialization
|
void prepare(SchedulingState schedulingState)
Initialization
boolean makeSpaceForTopo(TopologyDetails td)
This method when invoked should attempt to make space on the cluster so that the topology specified can be scheduled
td
- the topology to make space forCopyright © 2019 The Apache Software Foundation. All Rights Reserved.