Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.context | |
org.apache.cassandra.db.marshal |
Modifier and Type | Method and Description |
---|---|
void |
ColumnFamily.validateColumnFields()
Goes over all columns and check the fields are valid (as far as we can
tell).
|
void |
Column.validateFields(CFMetaData metadata) |
void |
CounterColumn.validateFields(CFMetaData metadata) |
void |
DeletedColumn.validateFields(CFMetaData metadata) |
void |
ExpiringColumn.validateFields(CFMetaData metadata) |
void |
IColumn.validateFields(CFMetaData metadata) |
void |
OnDiskAtom.validateFields(CFMetaData metadata) |
void |
RangeTombstone.validateFields(CFMetaData metadata) |
void |
SuperColumn.validateFields(CFMetaData metadata) |
protected void |
Column.validateName(CFMetaData metadata) |
Modifier and Type | Method and Description |
---|---|
void |
CounterContext.validateContext(java.nio.ByteBuffer context) |
Modifier and Type | Method and Description |
---|---|
static long |
DateType.dateStringToTimestamp(java.lang.String source) |
abstract java.nio.ByteBuffer |
AbstractType.fromString(java.lang.String source)
get a byte representation of the given string.
|
java.nio.ByteBuffer |
BooleanType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
DateType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
DecimalType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
DoubleType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
EmptyType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
FloatType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
InetAddressType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
Int32Type.fromString(java.lang.String source) |
java.nio.ByteBuffer |
IntegerType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
LexicalUUIDType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
LongType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
TimeUUIDType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
UUIDType.fromString(java.lang.String source) |
java.nio.ByteBuffer |
AbstractType.fromStringCQL2(java.lang.String source)
for compatibility with TimeUUID in CQL2.
|
java.nio.ByteBuffer |
TimeUUIDType.fromStringCQL2(java.lang.String source) |
void |
AbstractCompositeType.validate(java.nio.ByteBuffer bytes) |
abstract void |
AbstractType.validate(java.nio.ByteBuffer bytes) |
void |
AsciiType.validate(java.nio.ByteBuffer bytes) |
void |
BooleanType.validate(java.nio.ByteBuffer bytes) |
void |
BytesType.validate(java.nio.ByteBuffer bytes) |
void |
CounterColumnType.validate(java.nio.ByteBuffer bytes) |
void |
DateType.validate(java.nio.ByteBuffer bytes) |
void |
DecimalType.validate(java.nio.ByteBuffer bytes) |
void |
DoubleType.validate(java.nio.ByteBuffer bytes) |
void |
EmptyType.validate(java.nio.ByteBuffer bytes) |
void |
FloatType.validate(java.nio.ByteBuffer bytes) |
void |
InetAddressType.validate(java.nio.ByteBuffer bytes) |
void |
Int32Type.validate(java.nio.ByteBuffer bytes) |
void |
IntegerType.validate(java.nio.ByteBuffer bytes) |
void |
LexicalUUIDType.validate(java.nio.ByteBuffer bytes) |
void |
LocalByPartionerType.validate(java.nio.ByteBuffer bytes) |
void |
LongType.validate(java.nio.ByteBuffer bytes) |
void |
ReversedType.validate(java.nio.ByteBuffer bytes) |
void |
TimeUUIDType.validate(java.nio.ByteBuffer bytes) |
void |
UTF8Type.validate(java.nio.ByteBuffer bytes) |
void |
AbstractType.validateCollectionMember(java.nio.ByteBuffer bytes,
java.nio.ByteBuffer collectionName)
An alternative validation function used by CollectionsType in conjunction with CompositeType.
|
void |
ColumnToCollectionType.validateCollectionMember(java.nio.ByteBuffer bytes,
java.nio.ByteBuffer collectionName) |
protected abstract AbstractType<?> |
AbstractCompositeType.validateComparator(int i,
java.nio.ByteBuffer bb)
Like getComparator, but validates that @param i does not exceed the defined range
|
protected AbstractType<?> |
CompositeType.validateComparator(int i,
java.nio.ByteBuffer bb) |
protected AbstractType<?> |
DynamicCompositeType.validateComparator(int i,
java.nio.ByteBuffer bb) |
Copyright © 2014 The Apache Software Foundation