Uses of Class
org.apache.cassandra.service.StorageService.BootstrapMode

Packages that use StorageService.BootstrapMode
org.apache.cassandra.service   
 

Uses of StorageService.BootstrapMode in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return StorageService.BootstrapMode
static StorageService.BootstrapMode StorageService.BootstrapMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StorageService.BootstrapMode[] StorageService.BootstrapMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cassandra.service with parameters of type StorageService.BootstrapMode
 void StorageService.doBootstrap(EndPoint endpoint, StorageService.BootstrapMode mode)
          Starts the bootstrap operations for the specified endpoint.
 



Copyright © 2009 The Apache Software Foundation