code.data.cluster.RemoteServer
Aliases
Parameters
subClasses
superClasses
Any
java.lang.Object
Js Constructors
new code_data_cluster_RemoteServer
(
serverId,
//
java.lang.String
)
ApplyMethods
Methods
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$hash$hash
()
:
int
asInstanceOf
()
:
scala.Any.T0
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
other:
Any
)
:
boolean
getClass
()
:
java.lang.Class
[
Any
]
getFirstContactTime
()
:
long
getHealth
()
:
scala.Option
[
code.data.cluster.HealthResponse
]
getLastContactTime
()
:
long
hashCode
()
:
int
isInstanceOf
()
:
boolean
ne
(
x$1:
java.lang.Object
)
:
boolean
notify
()
:
Unit
notifyAll
()
:
Unit
sendMessage
(
c:
code.data.cluster.ClusterMessage
)
:
Unit
serverId
()
:
java.lang.String
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
terminate
()
:
Unit
toJValue
()
:
net.liftweb.json.JsonAST$JValue
toString
()
:
java.lang.String
updateFirstContactTime
(
t:
long
)
:
code.data.cluster.RemoteServer
updateLastContactTime
(
t:
long
)
:
code.data.cluster.RemoteServer
updateLastContactTime$default$1
()
:
long
url
()
:
scala.Option
[
java.lang.String
]
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit
withHealth
(
h:
scala.Option
[
code.data.cluster.HealthResponse
]
)
:
code.data.cluster.RemoteServer
withMessageFunc
(
f:
scala.Option
[
scala.Function1
[
Unit
code.data.cluster.ClusterMessage
]
]
)
:
code.data.cluster.RemoteServer
withTerminateFunc
(
t:
scala.Function0
[
Unit
]
)
:
code.data.cluster.RemoteServer
withUrl
(
u:
scala.Option
[
java.lang.String
]
)
:
code.data.cluster.RemoteServer