Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Strategy ¶
type Strategy struct {
// contains filtered or unexported fields
}
func (*Strategy) Reserve ¶
func (s *Strategy) Reserve(desiredCaps capabilities.Capabilities) (pool.Node, error)
type StrategyFactory ¶
func (*StrategyFactory) Create ¶
func (f *StrategyFactory) Create( storage pool.StorageInterface, capsComparator capabilities.ComparatorInterface, clientFactory jsonwire.ClientFactoryInterface, ) (pool.StrategyInterface, error)
Click to show internal directories.
Click to hide internal directories.