Packages

c

pl.touk.nussknacker.engine.management.periodic.db

SlickPeriodicProcessesRepository

class SlickPeriodicProcessesRepository extends PeriodicProcessesRepository with PeriodicProcessesTableFactory with PeriodicProcessDeploymentsTableFactory with LazyLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SlickPeriodicProcessesRepository
  2. LazyLogging
  3. PeriodicProcessDeploymentsTableFactory
  4. PeriodicProcessesTableFactory
  5. PeriodicProcessesRepository
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SlickPeriodicProcessesRepository(db: slick.jdbc.JdbcBackend.DatabaseDef, profile: JdbcProfile, clock: Clock, processingType: String)(implicit ec: ExecutionContext)

Type Members

  1. class PeriodicProcessDeploymentsTable extends slick.jdbc.JdbcProfile.API.Table[PeriodicProcessDeploymentEntity]
  2. implicit class RunOps[T] extends AnyRef
    Definition Classes
    PeriodicProcessesRepository
  3. class PeriodicProcessWithoutJson extends PeriodicProcessesTable
  4. abstract class PeriodicProcessesTable extends slick.jdbc.JdbcProfile.API.Table[PeriodicProcessEntity]
  5. class PeriodicProcessesWithJsonTable extends PeriodicProcessesTable
  6. type Action[T] = DBIOAction[T, NoStream, All]

Value Members

  1. object PeriodicProcessDeployments extends TableQuery[PeriodicProcessDeploymentsTable]
  2. object PeriodicProcessesWithJson extends TableQuery[PeriodicProcessesWithJsonTable]
  3. object PeriodicProcessesWithoutJson extends TableQuery[PeriodicProcessWithoutJson]
  4. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def ##(): Int
    Definition Classes
    AnyRef → Any
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. implicit val ProcessActionIdTypedType: TypedType[ProcessActionId]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def create(deploymentWithJarData: DeploymentWithJarData[CanonicalProcess], scheduleProperty: ScheduleProperty, processActionId: ProcessActionId): Action[PeriodicProcess[CanonicalProcess]]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def findActiveSchedulesForProcessesHavingDeploymentWithMatchingStatus(expectedDeploymentStatuses: Set[PeriodicProcessDeploymentStatus]): Action[SchedulesState]
  14. def findProcessData(processName: ProcessName): Action[Seq[PeriodicProcess[CanonicalProcess]]]
  15. def findProcessData(id: PeriodicProcessDeploymentId): Action[PeriodicProcessDeployment[CanonicalProcess]]
  16. def findToBeDeployed: Action[Seq[PeriodicProcessDeployment[CanonicalProcess]]]
  17. def findToBeRetried: Action[Seq[PeriodicProcessDeployment[CanonicalProcess]]]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getLatestDeploymentsForActiveSchedules(processName: ProcessName, deploymentsPerScheduleMaxCount: Int): Action[SchedulesState]
  20. def getLatestDeploymentsForLatestInactiveSchedules(processName: ProcessName, inactiveProcessesMaxCount: Int, deploymentsPerScheduleMaxCount: Int): Action[SchedulesState]
  21. def getSchedulesState(scenarioName: ProcessName): Action[SchedulesState]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  25. def markDeployed(id: PeriodicProcessDeploymentId): Action[Unit]
  26. def markFailed(id: PeriodicProcessDeploymentId): Action[Unit]
  27. def markFailedOnDeployWithStatus(id: PeriodicProcessDeploymentId, status: PeriodicProcessDeploymentStatus, retriesLeft: Int, retryAt: Option[LocalDateTime]): Action[Unit]
  28. def markFinished(id: PeriodicProcessDeploymentId): Action[Unit]
  29. def markInactive(processId: PeriodicProcessId): Action[Unit]
  30. implicit def monad: Monad[Action]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. implicit val periodicProcessDeploymentStatusColumnTyped: JdbcType[PeriodicProcessDeploymentStatus]
  35. implicit val processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
  36. val profile: JdbcProfile
  37. def run[T](action: DBIOAction[T, NoStream, All]): Future[T]
  38. def schedule(id: PeriodicProcessId, scheduleName: ScheduleName, runAt: LocalDateTime, deployMaxRetries: Int): Action[PeriodicProcessDeployment[CanonicalProcess]]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. implicit val versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped