me.prettyprint.hector.api.ddl
Interface ColumnDefinition

All Known Implementing Classes:
BasicColumnDefinition, ThriftColumnDef

public interface ColumnDefinition


Method Summary
 String getIndexName()
           
 ColumnIndexType getIndexType()
           
 ByteBuffer getName()
           
 String getValidationClass()
           
 

Method Detail

getName

ByteBuffer getName()

getValidationClass

String getValidationClass()

getIndexType

ColumnIndexType getIndexType()

getIndexName

String getIndexName()


Copyright © 2011. All Rights Reserved.