Uses of Enum Class
org.springframework.data.cassandra.config.KeyspaceAction
Packages that use KeyspaceAction
Package
Description
Spring Data Cassandra
factory beans
and configuration.-
Uses of KeyspaceAction in org.springframework.data.cassandra.config
Methods in org.springframework.data.cassandra.config that return KeyspaceActionModifier and TypeMethodDescriptionKeyspaceActionSpecificationFactoryBean.getAction()
static KeyspaceAction
Returns the enum constant of this class with the specified name.static KeyspaceAction[]
KeyspaceAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.cassandra.config with parameters of type KeyspaceActionModifier and TypeMethodDescriptionvoid
KeyspaceActionSpecificationFactoryBean.setAction
(KeyspaceAction action)