Package | Description |
---|---|
org.apache.cassandra.config |
Modifier and Type | Method and Description |
---|---|
static CFMetaData.Flag |
CFMetaData.Flag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CFMetaData.Flag[] |
CFMetaData.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<CFMetaData.Flag> |
CFMetaData.flags() |
static java.util.Set<CFMetaData.Flag> |
CFMetaData.flagsFromStrings(java.util.Set<java.lang.String> strings) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.String> |
CFMetaData.flagsToStrings(java.util.Set<CFMetaData.Flag> flags) |
Copyright © 2020 The Apache Software Foundation