Uses of Interface
org.apache.cassandra.service.StorageServiceMBean
-
Packages that use StorageServiceMBean Package Description org.apache.cassandra.service org.apache.cassandra.tools -
-
Uses of StorageServiceMBean in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement StorageServiceMBean Modifier and Type Class Description class
StorageService
This abstraction contains the token/identifier of this node on the identifier space. -
Uses of StorageServiceMBean in org.apache.cassandra.tools
Fields in org.apache.cassandra.tools declared as StorageServiceMBean Modifier and Type Field Description protected StorageServiceMBean
NodeProbe. ssProxy
Methods in org.apache.cassandra.tools that return StorageServiceMBean Modifier and Type Method Description StorageServiceMBean
NodeProbe. getStorageService()
Constructors in org.apache.cassandra.tools with parameters of type StorageServiceMBean Constructor Description RepairRunner(java.io.PrintStream out, StorageServiceMBean ssProxy, java.lang.String keyspace, java.util.Map<java.lang.String,java.lang.String> options)
-