Uses of Class
org.apache.cassandra.db.SystemKeyspace.BootstrapState
-
Packages that use SystemKeyspace.BootstrapState Package Description org.apache.cassandra.db -
-
Uses of SystemKeyspace.BootstrapState in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return SystemKeyspace.BootstrapState Modifier and Type Method Description static SystemKeyspace.BootstrapState
SystemKeyspace. getBootstrapState()
static SystemKeyspace.BootstrapState
SystemKeyspace.BootstrapState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SystemKeyspace.BootstrapState[]
SystemKeyspace.BootstrapState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.db with parameters of type SystemKeyspace.BootstrapState Modifier and Type Method Description static void
SystemKeyspace. setBootstrapState(SystemKeyspace.BootstrapState state)
-