Uses of Class
org.apache.cassandra.schema.TableMetadata.Kind
-
Packages that use TableMetadata.Kind Package Description org.apache.cassandra.schema -
-
Uses of TableMetadata.Kind in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as TableMetadata.Kind Modifier and Type Field Description TableMetadata.KindTableMetadata. kindMethods in org.apache.cassandra.schema that return TableMetadata.Kind Modifier and Type Method Description static TableMetadata.KindTableMetadata.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TableMetadata.Kind[]TableMetadata.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.schema with parameters of type TableMetadata.Kind Modifier and Type Method Description TableMetadata.BuilderTableMetadata.Builder. kind(TableMetadata.Kind val)
-