org.usergrid.persistence.cassandra
Interface CFEnum

All Known Implementing Classes:
ApplicationCF, QueuesCF

public interface CFEnum


Method Summary
 boolean create()
           
 String getColumnFamily()
           
 String getComparator()
           
 List<me.prettyprint.hector.api.ddl.ColumnDefinition> getMetadata()
           
 String getValidator()
           
 boolean isComposite()
           
 

Method Detail

getColumnFamily

String getColumnFamily()

getComparator

String getComparator()

getValidator

String getValidator()

isComposite

boolean isComposite()

getMetadata

List<me.prettyprint.hector.api.ddl.ColumnDefinition> getMetadata()

create

boolean create()


Copyright © 2013. All Rights Reserved.