Package

com.metamx.common.scala.net

curator

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait CuratorConfig extends AnyRef

    Permalink
  3. class Disco extends AbstractDisco[Void]

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

    Permalink
  5. trait DiscoConfig extends AnyRef

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

    Permalink

    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.

    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. But you can use PayloadDisco to get data which was written by Disco class. If you want to update your service's announce from Disco to PayloadDisco, first make sure that all clients of this service are updated to PayloadDisco.

  7. class ServiceCacheOps[T] extends AnyRef

    Permalink
  8. class ServiceInstanceOps[T] extends AnyRef

    Permalink
  9. class ServiceProviderOps[T] extends AnyRef

    Permalink

Value Members

  1. object Curator

    Permalink
  2. object CuratorUtils extends Logging

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped