VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.cluster
/
ClusterProvider
Cluster
Provider
interface
ClusterProvider
Members
Functions
filter
By
State
Link copied to clipboard
abstract
fun
filterByState
(
state
:
NodeStates
)
:
List
<
ClusterNode
>
get
Head
Node
Link copied to clipboard
abstract
fun
getHeadNode
(
)
:
ClusterNode
?
local
Node
Link copied to clipboard
abstract
fun
localNode
(
)
:
ClusterNode
node
By
Name
Link copied to clipboard
abstract
fun
nodeByName
(
name
:
String
)
:
ClusterNode
?
node
By
UUID
Link copied to clipboard
abstract
fun
nodeByUUID
(
uuid
:
UUID
)
:
ClusterNode
?
nodes
Link copied to clipboard
abstract
fun
nodes
(
)
:
List
<
ClusterNode
>