class MythBackend extends Backend with BackendOperations
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MythBackend
- Backend
- BackendOperations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MythBackend(bi: BackendInfo)
- new MythBackend(host: String)
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 availableRecorders: List[CaptureCardId]
- Definition Classes
- MythBackend → BackendOperations
- Annotations
- @nowarn()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- def conflictingRecordings: List[Recordable]
- Definition Classes
- MythBackend → BackendOperations
- def conflictingRecordingsIterator: Iterator[Recordable]
- def deleteRecording(rec: Recording, force: Boolean): Boolean
- Definition Classes
- MythBackend → BackendOperations
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expiringRecordings: List[Recording]
- Definition Classes
- MythBackend → BackendOperations
- def expiringRecordingsIterator: ExpectedCountIterator[Recording]
- def fail(e: MythProtocolFailure): Nothing
- def fileExists(fileName: String, storageGroup: String): Boolean
- Definition Classes
- MythBackend → BackendOperations
- def fileHash(fileName: String, storageGroup: String, hostName: String): MythFileHash
- Definition Classes
- MythBackend → BackendOperations
- def forgetRecording(rec: Recording): Boolean
- Definition Classes
- MythBackend → BackendOperations
- def freeSpace: List[FreeSpace]
- Definition Classes
- MythBackend → BackendOperations
- def freeSpaceCombined: List[FreeSpace]
- Definition Classes
- MythBackend → BackendOperations
- def freeSpaceSummary: (ByteCount, ByteCount)
- Definition Classes
- MythBackend → BackendOperations
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def guideDataThrough: MythDateTime
- Definition Classes
- MythBackend → BackendOperations
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val host: String
- def isActive: Boolean
- def isActiveBackend(hostname: String): Boolean
- Definition Classes
- MythBackend → BackendOperations
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRecording(cardId: CaptureCardId): Boolean
- Definition Classes
- MythBackend → BackendOperations
- def loadAverages: (Double, Double, Double)
- Definition Classes
- MythBackend → BackendOperations
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pendingRecordings: List[Recordable]
- Definition Classes
- MythBackend → BackendOperations
- def pendingRecordingsIterator: ExpectedCountIterator[Recordable]
- def recording(chanId: ChanId, startTime: MythDateTime): Recording
- Definition Classes
- MythBackend → BackendOperations
- def recordings: List[Recording]
- Definition Classes
- MythBackend → BackendOperations
- def recordingsIterator: ExpectedCountIterator[Recording]
- def reschedule(recordId: RecordRuleId, wait: Boolean = false): Unit
- Definition Classes
- MythBackend → BackendOperations
- def reschedule(wait: Boolean): Unit
- Definition Classes
- MythBackend → BackendOperations
- def reschedule(): Unit
- Definition Classes
- MythBackend → BackendOperations
- def scanVideos(): Map[String, Set[VideoId]]
- Definition Classes
- MythBackend → BackendOperations
- def stopRecording(rec: Recording): Option[CaptureCardId]
- Definition Classes
- MythBackend → BackendOperations
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def upcomingRecordings: List[Recordable]
- Definition Classes
- MythBackend → BackendOperations
- def upcomingRecordingsIterator: Iterator[Recordable]
- def uptime: Duration
- Definition Classes
- MythBackend → BackendOperations
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated