Package | Description |
---|---|
org.apache.cassandra.schema |
Modifier and Type | Field and Description |
---|---|
ColumnMetadata.Kind |
ColumnMetadata.kind |
Modifier and Type | Method and Description |
---|---|
static ColumnMetadata.Kind |
ColumnMetadata.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColumnMetadata.Kind[] |
ColumnMetadata.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ColumnMetadata(java.lang.String ksName,
java.lang.String cfName,
ColumnIdentifier name,
AbstractType<?> type,
int position,
ColumnMetadata.Kind kind) |
ColumnMetadata(TableMetadata table,
java.nio.ByteBuffer name,
AbstractType<?> type,
int position,
ColumnMetadata.Kind kind) |
Copyright © 2009-2020 The Apache Software Foundation