| Package | Description |
|---|---|
| org.cassandraunit.model | |
| org.cassandraunit.serializer | |
| org.cassandraunit.utils |
| Modifier and Type | Method and Description |
|---|---|
GenericType |
ColumnMetadataModel.getColumnName() |
GenericType |
RowModel.getKey() |
GenericType |
SuperColumnModel.getName() |
GenericType |
ColumnModel.getName() |
GenericType |
ColumnModel.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnMetadataModel.setColumnName(GenericType columnName) |
void |
RowModel.setKey(GenericType key) |
void |
SuperColumnModel.setName(GenericType name) |
void |
ColumnModel.setName(GenericType name) |
void |
ColumnModel.setValue(GenericType value) |
| Constructor and Description |
|---|
ColumnMetadataModel(GenericType columnName,
me.prettyprint.hector.api.ddl.ComparatorType validationClass,
me.prettyprint.hector.api.ddl.ColumnIndexType columnIndexType,
String indexName) |
| Modifier and Type | Method and Description |
|---|---|
GenericType |
GenericTypeSerializer.fromByteBuffer(ByteBuffer byteBuffer) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
GenericTypeSerializer.toByteBuffer(GenericType genericType) |
| Modifier and Type | Method and Description |
|---|---|
static GenericType |
TypeExtractor.constructGenericType(String rowKeyOrColumnName,
me.prettyprint.hector.api.ddl.ComparatorType type,
GenericTypeEnum[] typesBelongingCompositeType) |
static GenericType |
TypeExtractor.extract(String valueToExtract,
me.prettyprint.hector.api.ddl.ComparatorType defaultValueType) |
Copyright © 2016. All rights reserved.