Uses of Enum Class
org.apache.cassandra.schema.TableMetadata.Flag
Packages that use TableMetadata.Flag
-
Uses of TableMetadata.Flag in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema with type parameters of type TableMetadata.FlagModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableSet<TableMetadata.Flag>TableMetadata.flagsMethods in org.apache.cassandra.schema that return TableMetadata.FlagModifier and TypeMethodDescriptionstatic TableMetadata.FlagReturns the enum constant of this class with the specified name.static TableMetadata.Flag[]TableMetadata.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.schema that return types with arguments of type TableMetadata.FlagModifier and TypeMethodDescriptionstatic Set<TableMetadata.Flag>TableMetadata.Flag.fromStringSet(Set<String> strings) Method parameters in org.apache.cassandra.schema with type arguments of type TableMetadata.FlagModifier and TypeMethodDescriptionTableMetadata.Builder.flags(Set<TableMetadata.Flag> val) static booleanTableMetadata.Flag.isCompound(Set<TableMetadata.Flag> flags) static booleanTableMetadata.Flag.isCQLTable(Set<TableMetadata.Flag> flags) static booleanTableMetadata.Flag.isDense(Set<TableMetadata.Flag> flags) static booleanTableMetadata.Flag.isStaticCompactTable(Set<TableMetadata.Flag> flags) static booleanTableMetadata.Flag.isSuper(Set<TableMetadata.Flag> flags) TableMetadata.Flag.toStringSet(Set<TableMetadata.Flag> flags) TableMetadata.withSwapped(Set<TableMetadata.Flag> flags)