Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.cql3 | |
org.apache.cassandra.db | |
org.apache.cassandra.db.composites | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.io.sstable |
Modifier and Type | Method and Description |
---|---|
CType |
CFMetaData.getKeyValidatorAsCType() |
Modifier and Type | Method and Description |
---|---|
static void |
QueryProcessor.validateComposite(Composite name,
CType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractNativeCell.isPrefixOf(CType type,
Composite c) |
protected int |
RowIndexEntry.promotedSize(CType type) |
Constructor and Description |
---|
Serializer(CType type) |
Serializer(CType type) |
Serializer(CType type) |
Serializer(CType type) |
Modifier and Type | Interface and Description |
---|---|
interface |
CellNameType
The type of CellNames.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCellNameType |
class |
AbstractCompoundCellNameType |
class |
AbstractCType |
class |
AbstractSimpleCellNameType |
class |
CompoundCType
A truly-composite CType.
|
class |
CompoundDenseCellNameType |
class |
CompoundSparseCellNameType |
static class |
CompoundSparseCellNameType.WithCollection |
class |
SimpleCType
A not truly-composite CType.
|
class |
SimpleDenseCellNameType |
class |
SimpleSparseCellNameType |
Modifier and Type | Method and Description |
---|---|
CType |
CType.setSubtype(int position,
AbstractType<?> newType)
Returns a new CType that is equivalent to this CType but with
one of the subtype replaced by the provided new type.
|
CType |
SimpleCType.setSubtype(int position,
AbstractType<?> newType) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractCType.isCompatibleWith(CType previous) |
boolean |
CType.isCompatibleWith(CType previous)
See AbstractType#isCompatibleWith.
|
boolean |
AbstractComposite.isPrefixOf(CType type,
Composite c) |
boolean |
Composite.isPrefixOf(CType type,
Composite other) |
Constructor and Description |
---|
CompoundCBuilder(CType type) |
SimpleCBuilder(CType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
IDiskAtomFilter.maySelectPrefix(CType type,
Composite prefix) |
boolean |
NamesQueryFilter.maySelectPrefix(CType type,
Composite prefix) |
boolean |
SliceQueryFilter.maySelectPrefix(CType type,
Composite prefix) |
Constructor and Description |
---|
Serializer(CType type) |
Serializer(CType type) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IndexHelper.IndexInfo> |
IndexHelper.deserializeIndex(FileDataInput in,
CType type)
Deserialize the index into a structure and return it
|
static java.util.Comparator<IndexHelper.IndexInfo> |
IndexHelper.getComparator(CType nameComparator,
boolean reversed) |
static int |
IndexHelper.indexFor(Composite name,
java.util.List<IndexHelper.IndexInfo> indexList,
CType comparator,
boolean reversed,
int lastIndex)
The index of the IndexInfo in which a scan starting with @name should begin.
|
Constructor and Description |
---|
Serializer(CType type) |
Copyright © 2020 The Apache Software Foundation