in.ashwanthkumar.suuchi.membership.Bootstrapper.scala Maven / Gradle / Ivy
package in.ashwanthkumar.suuchi.membership
trait Bootstrapper {
/**
* Returns a list of host
* @return
*/
def nodes: List[MemberAddress]
}
case class InMemoryBootstrapper(override val nodes: List[MemberAddress]) extends Bootstrapper
© 2015 - 2024 Weber Informatics LLC | Privacy Policy