Java org.apache.cassandra.service StorageServiceMBean fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.service StorageServiceMBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.service StorageServiceMBean.

The text is from its open source code.

Implementation

org.apache.cassandra.service.StorageServiceMBean has the following implementations.
Click this link to see all its implementation.

Method

MapeffectiveOwnership(String keyspace)
Effective ownership is % of the data each node owns given the keyspace we calculate the percentage using replication factor.
voidforceKeyspaceFlush(String keyspaceName, String... tableNames)
Flush all memtables for the given column families, or all columnfamilies for the given keyspace if none are explicitly listed.
voidforceTerminateAllRepairSessions()
StringgetClusterName()
Returns the name of the cluster
ListgetJoiningNodes()
Retrieve the list of nodes currently bootstrapping into the ring.
ListgetKeyspaces()
ListgetLeavingNodes()
Retrieve the list of nodes currently leaving the ring.
ListgetLiveNodes()
Retrieve the list of live nodes in the cluster, where "liveness" is determined by the failure detector of the node being queried.
MapgetLoadMap()
Human-readable load value.
MapgetOwnership()
given a list of tokens (representing the nodes in the cluster), returns a mapping from "token -> %age of cluster owned by that token"
MapgetSnapshotDetails()
Get the details of all the snapshot
MapgetTokenToEndpointMap()
Retrieve a map of tokens to endpoints, including the bootstrapping ones.
ListgetUnreachableNodes()
Retrieve the list of unreachable nodes in the cluster, as determined by this node's failure detector.