ClusterProvider

interface ClusterProvider

Functions

Link copied to clipboard
abstract fun filterByState(state: NodeStates): List<ClusterNode>
Link copied to clipboard
abstract fun getHeadNode(): ClusterNode?
Link copied to clipboard
abstract fun localNode(): ClusterNode
Link copied to clipboard
abstract fun nodeByName(name: String): ClusterNode?
Link copied to clipboard
abstract fun nodeByUUID(uuid: UUID): ClusterNode?
Link copied to clipboard
abstract fun nodes(): List<ClusterNode>