Uses of Class
com.kaltura.client.enums.ServerNodeStatus
-
Packages that use ServerNodeStatus Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of ServerNodeStatus in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ServerNodeStatus Modifier and Type Method Description static ServerNodeStatusServerNodeStatus. get(Integer value)static ServerNodeStatusServerNodeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerNodeStatus[]ServerNodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServerNodeStatus in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type ServerNodeStatus Modifier and Type Method Description static ServerNodeService.ReportStatusServerNodeBuilderServerNodeService. reportStatus(String hostName, ServerNode serverNode, ServerNodeStatus serverNodeStatus)Update server node statusConstructors in com.kaltura.client.services with parameters of type ServerNodeStatus Constructor Description ReportStatusServerNodeBuilder(String hostName, ServerNode serverNode, ServerNodeStatus serverNodeStatus) -
Uses of ServerNodeStatus in com.kaltura.client.types
Methods in com.kaltura.client.types that return ServerNodeStatus Modifier and Type Method Description ServerNodeStatusServerNode. getStatus()ServerNodeStatusServerNodeBaseFilter. getStatusEqual()Methods in com.kaltura.client.types with parameters of type ServerNodeStatus Modifier and Type Method Description voidServerNodeBaseFilter. setStatusEqual(ServerNodeStatus statusEqual)
-