com.metamx.common.scala.net

curator

package curator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. curator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractDisco[T >: Null] extends AnyRef

  2. trait CuratorConfig extends AnyRef

  3. class Disco extends AbstractDisco[Void]

  4. case class DiscoAnnounceConfig(name: String, port: Int, ssl: Boolean) extends Product with Serializable

  5. trait DiscoConfig extends AnyRef

  6. class PayloadDisco extends AbstractDisco[Array[Byte]]

    Please note, that if you use PayloadDisco with not null payload you will get a ClassCastException when you try to get this data using the Disco class.

  7. class ServiceCacheOps[T] extends AnyRef

  8. class ServiceInstanceOps[T] extends AnyRef

  9. class ServiceProviderOps[T] extends AnyRef

Value Members

  1. object Curator

  2. object CuratorUtils extends Logging

  3. implicit def ServiceInstanceOps[T](x: ServiceInstance[T]): ServiceInstanceOps[T]

  4. implicit def ServiceProviderOps[T](x: ServiceProvider[T]): ServiceProviderOps[T]

Inherited from AnyRef

Inherited from Any

Ungrouped