Uses of Class
org.cassandraunit.type.GenericType

Packages that use GenericType
org.cassandraunit.model   
org.cassandraunit.serializer   
org.cassandraunit.utils   
 

Uses of GenericType in org.cassandraunit.model
 

Methods in org.cassandraunit.model that return GenericType
 GenericType RowModel.getKey()
           
 GenericType ColumnModel.getName()
           
 GenericType SuperColumnModel.getName()
           
 GenericType ColumnModel.getValue()
           
 

Methods in org.cassandraunit.model with parameters of type GenericType
 void RowModel.setKey(GenericType key)
           
 void ColumnModel.setName(GenericType name)
           
 void SuperColumnModel.setName(GenericType name)
           
 void ColumnModel.setValue(GenericType value)
           
 

Uses of GenericType in org.cassandraunit.serializer
 

Methods in org.cassandraunit.serializer that return GenericType
 GenericType GenericTypeSerializer.fromByteBuffer(ByteBuffer byteBuffer)
           
 

Methods in org.cassandraunit.serializer with parameters of type GenericType
 ByteBuffer GenericTypeSerializer.toByteBuffer(GenericType genericType)
           
 

Uses of GenericType in org.cassandraunit.utils
 

Methods in org.cassandraunit.utils that return GenericType
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 © 2012. All Rights Reserved.