object DeploymentMonitor
- Source
- DeploymentMonitor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeploymentMonitor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed abstract class MonitorActionItem extends AnyRef
- final case class PromoteToReady(dc: Datacenter, deployment: Deployment) extends MonitorActionItem with Product with Serializable
- final case class RetainAsWarming(dc: Datacenter, deployment: Deployment, reason: String) extends MonitorActionItem with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def count(item: MonitorActionItem): IO[Unit]
- val counterSink: Sink[IO, MonitorActionItem]
- def drain[A](cfg: NelsonConfig)(h: Stream[IO, Duration], w: NelsonFK[Stream, Seq[A]], s: Sink[IO, A], k: NelsonFK[Sink, A]): Stream[IO, Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getHealth(dc: Datacenter, ns: NamespaceName, sn: StackName): HealthCheckF[List[HealthStatus]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def heartbeat(cfg: NelsonConfig): Stream[IO, Duration]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
log: Logger
- Attributes
- protected
- def loop(cfg: NelsonConfig): Stream[IO, Unit]
- def majorityPassing(statuses: List[HealthStatus]): Boolean
- def monitorActionItem(dc: Datacenter, d: Deployment): IO[MonitorActionItem]
- def monitorActionItems(cfg: NelsonConfig): IO[List[MonitorActionItem]]
- def monitorActionItemsByDatacenter(dc: Datacenter): IO[List[MonitorActionItem]]
- def monitorActionItemsByNamespace(dc: Datacenter, ns: Namespace): IO[List[MonitorActionItem]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next(d: Deployment): StoreOpF[Option[Deployment]]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def promote(item: MonitorActionItem)(auditor: Auditor): IO[Unit]
- def promoteToReady(d: Deployment): StoreOpF[Unit]
- def promotionSink(cfg: NelsonConfig): Sink[IO, MonitorActionItem]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trafficShift(d: Deployment): StoreOpF[Option[TrafficShift]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )