Uses of Class
com.kaltura.client.enums.EntryServerNodeStatus
-
Packages that use EntryServerNodeStatus Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of EntryServerNodeStatus in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return EntryServerNodeStatus Modifier and Type Method Description static EntryServerNodeStatusEntryServerNodeStatus. get(Integer value)static EntryServerNodeStatusEntryServerNodeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryServerNodeStatus[]EntryServerNodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntryServerNodeStatus in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type EntryServerNodeStatus Modifier and Type Method Description static LiveChannelService.CreateRecordedEntryLiveChannelBuilderLiveChannelService. createRecordedEntry(String entryId, EntryServerNodeType mediaServerIndex, EntryServerNodeStatus liveEntryStatus)Create recorded entry id if it doesn't exist and make sure it happens on the DC that the live entry was created on.static LiveStreamService.CreateRecordedEntryLiveStreamBuilderLiveStreamService. createRecordedEntry(String entryId, EntryServerNodeType mediaServerIndex, EntryServerNodeStatus liveEntryStatus)Create recorded entry id if it doesn't exist and make sure it happens on the DC that the live entry was created on.static LiveChannelService.RegisterMediaServerLiveChannelBuilderLiveChannelService. registerMediaServer(String entryId, String hostname, EntryServerNodeType mediaServerIndex, String applicationName, EntryServerNodeStatus liveEntryStatus)static LiveChannelService.RegisterMediaServerLiveChannelBuilderLiveChannelService. registerMediaServer(String entryId, String hostname, EntryServerNodeType mediaServerIndex, String applicationName, EntryServerNodeStatus liveEntryStatus, boolean shouldCreateRecordedEntry)Register media server to live entrystatic LiveStreamService.RegisterMediaServerLiveStreamBuilderLiveStreamService. registerMediaServer(String entryId, String hostname, EntryServerNodeType mediaServerIndex, String applicationName, EntryServerNodeStatus liveEntryStatus)static LiveStreamService.RegisterMediaServerLiveStreamBuilderLiveStreamService. registerMediaServer(String entryId, String hostname, EntryServerNodeType mediaServerIndex, String applicationName, EntryServerNodeStatus liveEntryStatus, boolean shouldCreateRecordedEntry)Register media server to live entrystatic EntryServerNodeService.UpdateStatusEntryServerNodeBuilderEntryServerNodeService. updateStatus(String id, EntryServerNodeStatus status)Constructors in com.kaltura.client.services with parameters of type EntryServerNodeStatus Constructor Description CreateRecordedEntryLiveChannelBuilder(String entryId, EntryServerNodeType mediaServerIndex, EntryServerNodeStatus liveEntryStatus)CreateRecordedEntryLiveStreamBuilder(String entryId, EntryServerNodeType mediaServerIndex, EntryServerNodeStatus liveEntryStatus)RegisterMediaServerLiveChannelBuilder(String entryId, String hostname, EntryServerNodeType mediaServerIndex, String applicationName, EntryServerNodeStatus liveEntryStatus, boolean shouldCreateRecordedEntry)RegisterMediaServerLiveStreamBuilder(String entryId, String hostname, EntryServerNodeType mediaServerIndex, String applicationName, EntryServerNodeStatus liveEntryStatus, boolean shouldCreateRecordedEntry)UpdateStatusEntryServerNodeBuilder(String id, EntryServerNodeStatus status) -
Uses of EntryServerNodeStatus in com.kaltura.client.types
Methods in com.kaltura.client.types that return EntryServerNodeStatus Modifier and Type Method Description EntryServerNodeStatusLiveEntry. getLiveStatus()EntryServerNodeStatusLiveStreamDetails. getPrimaryStreamStatus()EntryServerNodeStatusLiveStreamDetails. getSecondaryStreamStatus()EntryServerNodeStatusEntryServerNode. getStatus()EntryServerNodeStatusEntryServerNodeBaseFilter. getStatusEqual()Methods in com.kaltura.client.types with parameters of type EntryServerNodeStatus Modifier and Type Method Description voidLiveStreamDetails. setPrimaryStreamStatus(EntryServerNodeStatus primaryStreamStatus)voidLiveStreamDetails. setSecondaryStreamStatus(EntryServerNodeStatus secondaryStreamStatus)voidEntryServerNodeBaseFilter. setStatusEqual(EntryServerNodeStatus statusEqual)
-