Package org.apache.cassandra.gms
Interface GossiperMBean
- All Known Implementing Classes:
Gossiper
public interface GossiperMBean
-
Method Summary
Modifier and TypeMethodDescriptionvoidassassinateEndpoint(String address) Returns a map of endpoints that don't have matching tokenMetadata to gossip tokens.intgetCurrentGenerationNumber(String address) longgetEndpointDowntime(String address) booleanReturns each node's database release versiongetSeeds()voidsetLooseEmptyEnabled(boolean enabled) voidunsafeAssassinateEndpoint(String address)
-
Method Details
-
getEndpointDowntime
- Throws:
UnknownHostException
-
getCurrentGenerationNumber
- Throws:
UnknownHostException
-
unsafeAssassinateEndpoint
- Throws:
UnknownHostException
-
assassinateEndpoint
- Throws:
UnknownHostException
-
reloadSeeds
-
getSeeds
-
getReleaseVersionsWithPort
Returns each node's database release version -
getLooseEmptyEnabled
boolean getLooseEmptyEnabled() -
setLooseEmptyEnabled
void setLooseEmptyEnabled(boolean enabled) -
compareGossipAndTokenMetadata
Returns a map of endpoints that don't have matching tokenMetadata to gossip tokens. Values are lists of fixed size two (as Pair is not jmx safe), the first is the gossip tokens, the second tokenMetadata).
-