JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel.cluster
CamelClusterMember
Contents
Description
Method Summary
Method Details
isLeader()
isLocal()
Hide sidebar
Show sidebar
Interface CamelClusterMember
All Superinterfaces:
HasId
public interface
CamelClusterMember
extends
HasId
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isLeader
()
boolean
isLocal
()
Methods inherited from interface
HasId
getId
Method Details
isLeader
boolean
isLeader
()
Returns:
true if this member is the master.
isLocal
boolean
isLocal
()
Returns:
true if this member is local.