Package | Description |
---|---|
org.apache.cassandra.io.sstable |
Modifier and Type | Field and Description |
---|---|
Descriptor.Type |
Descriptor.type |
Modifier and Type | Method and Description |
---|---|
static Descriptor.Type |
Descriptor.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Descriptor.Type[] |
Descriptor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Descriptor |
Descriptor.asType(Descriptor.Type type) |
Constructor and Description |
---|
Descriptor(Descriptor.Version version,
java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
Descriptor.Type temp) |
Descriptor(java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
Descriptor.Type temp)
A descriptor that assumes CURRENT_VERSION.
|
Descriptor(java.lang.String version,
java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
Descriptor.Type temp) |
Copyright © 2014 The Apache Software Foundation