Packages

c

mythtv

MythBackend

class MythBackend extends Backend with BackendOperations

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MythBackend
  2. Backend
  3. BackendOperations
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MythBackend(bi: BackendInfo)
  2. new MythBackend(host: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def availableRecorders: List[CaptureCardId]
    Definition Classes
    MythBackendBackendOperations
    Annotations
    @nowarn()
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
  8. def conflictingRecordings: List[Recordable]
    Definition Classes
    MythBackendBackendOperations
  9. def conflictingRecordingsIterator: Iterator[Recordable]
  10. def deleteRecording(rec: Recording, force: Boolean): Boolean
    Definition Classes
    MythBackendBackendOperations
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def expiringRecordings: List[Recording]
    Definition Classes
    MythBackendBackendOperations
  14. def expiringRecordingsIterator: ExpectedCountIterator[Recording]
  15. def fail(e: MythProtocolFailure): Nothing
  16. def fileExists(fileName: String, storageGroup: String): Boolean
    Definition Classes
    MythBackendBackendOperations
  17. def fileHash(fileName: String, storageGroup: String, hostName: String): MythFileHash
    Definition Classes
    MythBackendBackendOperations
  18. def forgetRecording(rec: Recording): Boolean
    Definition Classes
    MythBackendBackendOperations
  19. def freeSpace: List[FreeSpace]
    Definition Classes
    MythBackendBackendOperations
  20. def freeSpaceCombined: List[FreeSpace]
    Definition Classes
    MythBackendBackendOperations
  21. def freeSpaceSummary: (ByteCount, ByteCount)
    Definition Classes
    MythBackendBackendOperations
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def guideDataThrough: MythDateTime
    Definition Classes
    MythBackendBackendOperations
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val host: String
  26. def isActive: Boolean
  27. def isActiveBackend(hostname: String): Boolean
    Definition Classes
    MythBackendBackendOperations
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isRecording(cardId: CaptureCardId): Boolean
    Definition Classes
    MythBackendBackendOperations
  30. def loadAverages: (Double, Double, Double)
    Definition Classes
    MythBackendBackendOperations
  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. def pendingRecordings: List[Recordable]
    Definition Classes
    MythBackendBackendOperations
  35. def pendingRecordingsIterator: ExpectedCountIterator[Recordable]
  36. def recording(chanId: ChanId, startTime: MythDateTime): Recording
    Definition Classes
    MythBackendBackendOperations
  37. def recordings: List[Recording]
    Definition Classes
    MythBackendBackendOperations
  38. def recordingsIterator: ExpectedCountIterator[Recording]
  39. def reschedule(recordId: RecordRuleId, wait: Boolean = false): Unit
    Definition Classes
    MythBackendBackendOperations
  40. def reschedule(wait: Boolean): Unit
    Definition Classes
    MythBackendBackendOperations
  41. def reschedule(): Unit
    Definition Classes
    MythBackendBackendOperations
  42. def scanVideos(): Map[String, Set[VideoId]]
    Definition Classes
    MythBackendBackendOperations
  43. def stopRecording(rec: Recording): Option[CaptureCardId]
    Definition Classes
    MythBackendBackendOperations
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def upcomingRecordings: List[Recordable]
    Definition Classes
    MythBackendBackendOperations
  47. def upcomingRecordingsIterator: Iterator[Recordable]
  48. def uptime: Duration
    Definition Classes
    MythBackendBackendOperations
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Backend

Inherited from BackendOperations

Inherited from AnyRef

Inherited from Any

Ungrouped